erikdb Posted March 17, 2007 Posted March 17, 2007 Hi all, I've posted this elsewhere two days ago, but nobody has been so kind to answer my question. Maybe I posted in the wrong section, sorry if I did (I'm new here). My original post is here : http://www.oscommerce.com/forums/index.php?sho...p;#entry1043488 What I would like to find out is if there's a way to add rel="nofollow" to the links at the top of my store, where it says "login", "cart contents" , "checkout" etc. Thanks, Erik.
Jack_mcs Posted March 17, 2007 Posted March 17, 2007 In the includes/header.php file, chnage this <a href="' . tep_href_link(FILENAME_ACCOUNT to this <a rel="nofollow" href="' . tep_href_link(FILENAME_ACCOUNT You will need to do that for each instance of <a href in that line of code. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
erikdb Posted March 17, 2007 Author Posted March 17, 2007 Thanks so much Jack, exactly what I needed to know. Short and sweet. Erik.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.