• Hi there,
    i need to exclude from indexing just one page of my wordpress site. Assuming that the page’s ID is 27 i wrote:

    User-agent: *
    Disallow: /*page_id=27

    Is it ok? Will it block crawlers from indexing just that page? Will other pages be indexed normally?
    Thank you,
    Fabrizio.

Viewing 1 replies (of 1 total)
  • yes i think that should do it!

    i did find this info

    Disallow: /*page_id=

    that would not allow crawlers to crawl any url ending with page_id= so your page_id=27 would also work for that page only!

Viewing 1 replies (of 1 total)
  • The topic ‘Robots.txt: How to exclude just one page?’ is closed to new replies.