how to disable google to index my other pages

Discussion in 'HTML & Website Design' started by ska_defender, Sep 7, 2009.

  1. #1
    ska_defender, Sep 7, 2009 IP
  2. q3ick

    q3ick Peon

    Messages:
    233
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    edit you "robots.txt"
     
    q3ick, Sep 7, 2009 IP
  3. MaverickMoney

    MaverickMoney Active Member

    Messages:
    519
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    85
    #3
    MaverickMoney, Sep 7, 2009 IP
  4. Liza New

    Liza New Peon

    Messages:
    627
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    if you uploaded a page and that is u nnder the google criteria than cant protect to be indexed
     
    Liza New, Sep 8, 2009 IP
  5. arbet

    arbet Peon

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Place the above in the head section of the page you do not wish to index.
     
    arbet, Sep 8, 2009 IP
  6. ska_defender

    ska_defender Well-Known Member

    Messages:
    590
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    108
    #6
    actually the pages are not static
    I have dynamic pages
    So I cant put this in head
     
    ska_defender, Sep 8, 2009 IP
  7. sam77am

    sam77am Well-Known Member

    Messages:
    707
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    138
    #7
    Save a notepad file with the name of robots.txt filling below details in that.

    User-agent: *
    Allow: /
    Disallow: /
     
    sam77am, Sep 8, 2009 IP
  8. ska_defender

    ska_defender Well-Known Member

    Messages:
    590
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    108
    #8
    but this will also stop the index page to index in google
    I dont want my domain to not index in google
     
    ska_defender, Sep 8, 2009 IP
  9. dynashox

    dynashox Premium Member Staff

    Messages:
    8,662
    Likes Received:
    563
    Best Answers:
    3
    Trophy Points:
    335
    #9
    Then you need to disallow the page that you don't want to be index.

    User-agent: *
    Disallow: /page_name.html

    - Dynashox -
     
    dynashox, Sep 8, 2009 IP
  10. arbet

    arbet Peon

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Put two headers , header.php and header-noindex.php , and include the file you want to in every page. Are you using a CMS ?
     
    arbet, Sep 8, 2009 IP
  11. extraspecial

    extraspecial Member

    Messages:
    788
    Likes Received:
    4
    Best Answers:
    1
    Trophy Points:
    45
    #11
    well just don't link from any page :) Google still indexes pages you put on the robots.txt
     
    Last edited: Sep 9, 2009
    extraspecial, Sep 9, 2009 IP
  12. ska_defender

    ska_defender Well-Known Member

    Messages:
    590
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    108
    #12
    Yes I am using a CMS how can I put 1000 of pages in header-noindex.php which created from cms
     
    ska_defender, Sep 9, 2009 IP
  13. dcristo

    dcristo Illustrious Member

    Messages:
    19,797
    Likes Received:
    1,201
    Best Answers:
    7
    Trophy Points:
    470
    Articles:
    5
    #13
    Not if you disallow the page in robots.txt
     
    dcristo, Sep 9, 2009 IP
  14. arbet

    arbet Peon

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    What CMS are you using? Or was the CMS custom developed for you?
     
    arbet, Sep 10, 2009 IP
  15. ska_defender

    ska_defender Well-Known Member

    Messages:
    590
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    108
    #15
    Yes it is custom CMS
     
    ska_defender, Sep 10, 2009 IP
  16. arbet

    arbet Peon

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    In that case, you'll have to contact your developer, and ask them to add that functionality for you.

    Once you create the page, there will be a checkbox that says "List Page on Search Engines?"

    That shouldn't be much of a work for them.
     
    arbet, Sep 10, 2009 IP
  17. ska_defender

    ska_defender Well-Known Member

    Messages:
    590
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    108
    #17
    I have no developer for my CMS
     
    ska_defender, Sep 13, 2009 IP