PDA

View Full Version : <meta name="robots" content="index, follow"> - A way of adding to


aandy501
07-15-2008, 04:25 PM
I am required to add <meta name="robots" content="index, follow"> to all of the product pages on our site.
We have over a hundred products and it would be very hard adding that code to the html of all of the product pages.
So is there an easier/better way of doing this?
Andy

Fishnagles
07-15-2008, 06:52 PM
The tag is unneccesary.... Google and other search engines will index and follow anything anyway unless it is told not to via no index, no follow commands.

ramee001
03-08-2009, 06:26 AM
As in Dreamweaver, I would select some code that is on all pages like:

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

Then do a FIND: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

Then do a REPLACE WITH: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="robots" content="index, follow">

You could use </head> and put your code on the line before it in the REPLACE WITH option.

Make sense?

stephen186
03-13-2009, 05:36 AM
i think it is really not needed. if you have navigation correction and have sitemap. all pages will automatically indexed by search engine.