I need to have a directory and it's products not displayed in search engine listings.
My understanding that is that I should have in the page headers for that directory listing page and the product pages.
[color=#000000][font=Consolas,]However, I'm not sure how to apply that for only those pages. Or, if there is a better way to accomplish this same thing.[/font][/color]
[color=#000000][font=Consolas,]Any help is most appreciated.[/font][/color]
Disallow the links in robots.txt.
Dear Marglar,
Here is an example of the robots.txt
[color=#282828][font=arial, verdana, tahoma, sans-serif]User-agent: *[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]Disallow: /app/[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]Disallow: /store_closed.htm[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]Add this list with the pages you want to hide from the Search Engines.[/font][/color]
Best regards, Alt-team.
Thanks everyone.