You are here:  » Noindex tag for categories and merchants pages

Support Forum



Noindex tag for categories and merchants pages

Submitted by SEOaddict on Sun, 2008-03-09 04:26 in

Hi David,

For some reasons I wanna make my categories and merchants pages noindex,follow. Any easy way to do that?
I have no clue when it comes to PHP :P

Thx in advance m8.

Submitted by support on Sun, 2008-03-09 10:21

Hi,

To do this, look in each of the following files (for categories and merchants respectively):

categories.php
merchants.php

...for the following code:

  require("html/header.php");

To add the robots meta tag, add the following code immediately BEFORE that line:

  $header["meta"]["robots"] = "noindex,follow";

Cheers,
David.

Submitted by SEOaddict on Sun, 2008-03-09 16:40

Thx for the quick reply David, very much appreciated :)