Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to do rel="nofollow" in links at top of page


erikdb

Recommended Posts

Posted

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.

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...