How to add noindex, nofollow to Content Page?? |
Post Reply |
Author | |
CakeGal
Newbie Joined: 11-April-2011 Status: Offline Points: 14 |
Post Options
Thanks(0)
Posted: 22-May-2011 at 12:12pm |
Hi,
I've tried to find any reference to this in wiki and in the forum, but no luck. I have a content page with an iframe to another site (mutual business agreement between our sites). I don't want the search engines to index or follow anything on this page. I cannot find a way to change the line of code below for this page: <META NAME="Robots" CONTENT="index,follow"> I want it to be: <META NAME="Robots" CONTENT="noindex,nofollow"> For content pages, ProductCart seems to only allow me to edit meta code for Title, Description, and Keywords. Does anyone know how I can edit this code? Thank you! |
|
Brett
Groupie Joined: 22-April-2008 Location: Phoenix, AZ Status: Offline Points: 89 |
Post Options
Thanks(0)
|
On your header.asp, you might want to put:
So you'll have to do some custom modifications on header.asp. Edited by Brett - 22-May-2011 at 6:12pm |
|
CakeGal
Newbie Joined: 11-April-2011 Status: Offline Points: 14 |
Post Options
Thanks(0)
|
Thanks for the reply.
If ProductCart does not ye include this page-specific feature--it definitely should in the future. |
|
Brett
Groupie Joined: 22-April-2008 Location: Phoenix, AZ Status: Offline Points: 89 |
Post Options
Thanks(0)
|
Well obviously it doesn't, as I just told you you'd need to modify header.asp to get it done ;)
It wouldn't take long to integrate this into the back end, but you'd want to ask yourself what else you wanted to integrate into that, as it would be a waste of time to make the necessary modifications for JUST the robots tag. I'd rather see someone make a list of everything we'd like to control on a per-content-page basis, and integrate all of that at once to give full control over the meta tags (etc) on each page. |
|
CakeGal
Newbie Joined: 11-April-2011 Status: Offline Points: 14 |
Post Options
Thanks(0)
|
"I'd rather see someone make a list of everything we'd like to control on a per-content-page basis, and integrate all of that at once to give full control over the meta tags (etc) on each page."
I second that! |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |