Skip to:
Content
Pages
Categories
Search
Top
Bottom

robots.txt help

  • @memnunfor

    Member

    i want to disallow the ”search” and the ”user name” urls,what should i write in robots.txt?

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • @greitas-kreditas

    Member

    Hey,

    it should look something like this:

    User-agent: *

    Disallow: /user-name/

    Disallow: /search/

    @greitas-kreditas

    Member

    Hey,

    it should look something like this:

    User-agent: *

    Disallow: /user-name/

    Disallow: /search/

    @amber-11

    Member

    There is one new method, which is mostly used for SEO:

    <meta name=”robots” content=“noindex, follow”/>

    You should put this to all the pages you don’t want to get to SE’s index.

    Your pages won’t be indexed, but still will pass link juice.

    @amber-11

    Member

    There is one new method, which is mostly used for SEO:

    <meta name=”robots” content=“noindex, follow”/>

    You should put this to all the pages you don’t want to get to SE’s index.

    Your pages won’t be indexed, but still will pass link juice.

    @voayge

    Member

    Do I need to remove “Disallow” from robots file then? How should this file look after I updated my pages with this code <meta name=”robots” content=“noindex, follow”/>?

    @voayge

    Member

    Do I need to remove “Disallow” from robots file then? How should this file look after I updated my pages with this code <meta name=”robots” content=“noindex, follow”/>?

    @atlieku-surinkimas

    Member

    Yes, you can leave only:

    User-agent: *

    Disallow:

    Then it should work just fine.

    @atlieku-surinkimas

    Member

    Yes, you can leave only:

    User-agent: *

    Disallow:

    Then it should work just fine.

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.
Skip to toolbar