Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2014
    Location
    Memphis, TN
    Posts
    61
    Plugin Contributions
    0

    Default search bott don't follow help

    I would like to set temporary don't follow or index. I am working on a new domain hosted by Bluehost.

    <meta name="robots" content="noindex">

    I believe this is the correct meta tax but on what page do I need to paste it

    Thanks

  2. #2
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: search bott don't follow help

    What i usually do in my html_header.php file is to change
    PHP Code:
        <?php if (defined('ROBOTS_PAGES_TO_SKIP') && in_array($current_page_baseexplode(","constant('ROBOTS_PAGES_TO_SKIP'))) || $current_page_base == 'down_for_maintenance' || $robotsNoIndex === true) { ?>
          <meta name="robots" content="noindex, nofollow" />
        <?php ?>
    to
    PHP Code:
        <?php // if (defined('ROBOTS_PAGES_TO_SKIP') && in_array($current_page_base, explode(",", constant('ROBOTS_PAGES_TO_SKIP'))) || $current_page_base == 'down_for_maintenance' || $robotsNoIndex === true) { ?>
          <meta name="robots" content="noindex, nofollow" />
        <?php // } ?>
    And when I am done and ready to submit to the search engines i remove the slashes again

 

 

Similar Threads

  1. ERROR, Don't know what to search for!
    By Bikerstuff in forum General Questions
    Replies: 14
    Last Post: 24 Jun 2014, 06:49 PM
  2. Twitter Follow Us/Follow Me Button
    By ZeeRocK in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 16 Sep 2010, 11:01 AM
  3. Don't show documents in search results
    By MattC in forum General Questions
    Replies: 4
    Last Post: 5 Feb 2007, 05:42 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR