I do NOT want to Index a page

6 replies
  • WEB DESIGN
  • |
I have a wordpress site where I sell a service.

Once I receive a PayPal Payment, they are sent to a success page where I need additional information from them.

I do not want this page indexed in Google so how do I go about doing that?

I have a required section where they have to give me their PayPal transaction ID but in summer when I am super busy it is a nightmare to manage so if it got indexed and they found it I could potentially give them my service with out them paying. Boo!
#index #page
  • Profile picture of the author JeyPeg
    As long as you can specify the meta tags on this certain page, you can block search engines with noindex meta tag.
    {{ DiscussionBoard.errors[8653061].message }}
    • I agree you can do this for no index a page .....
      {{ DiscussionBoard.errors[8658030].message }}
    • Originally Posted by JeyPeg View Post

      As long as you can specify the meta tags on this certain page, you can block search engines with noindex meta tag.
      ya this is the right way to do this like

      <meta name="Robots" content="NOINDEX,NOFOLLOW" />
      {{ DiscussionBoard.errors[8674809].message }}
  • Profile picture of the author fivebagger
    Ad the following to your robots.text file:

    Disallow: /page/

    *page* being the page/url you would like to NOT index.
    {{ DiscussionBoard.errors[8653066].message }}
  • Profile picture of the author tongnk
    As fivebagger said - just modify the robots file under ftp.
    {{ DiscussionBoard.errors[8654008].message }}
  • Profile picture of the author diyakapoor
    Create a robots.txt file and give the page url in front of Disallow.

    Disallow: /folder_name/page_url.html
    Signature

    Grow your small business and make it Online - High end Digital Consultation for your Online Business

    {{ DiscussionBoard.errors[8660841].message }}

Trending Topics