Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jan A 59 posts 264 karma points
    Apr 20, 2023 @ 07:47
    Jan A
    0

    Robots.txt with custom path

    Using SeoChecker 1.10 for umbraco 7

    I have a specific need. I have a custom route registred that maps /mypage/uniqueid to an umbraco page /myumbracopage

    If someone access /myumbracopage a normal page is displayed, and if /mypage/uniqeid is accessed the same page but loaded with additional info is displayed. The problem is that these pages are beeing crawled and I want to add a Disallow on /mypage to robots.txt

    Is there anyway I can add custom rules to the generated robots.txt?

    I also tried to add my own robots.txt in the root folder of the site (where web.config is stored) to see if I can make a manual file. read in the docs that it was a possibility. But seochecker seems to generate it's own anyway? Is it a feature available after 1.10? Or should this go in some other folder?

  • Søren Kottal 702 posts 4497 karma points MVP 5x c-trib
    Apr 20, 2023 @ 09:23
    Søren Kottal
    0

    You shouldn't put that in a robots.txt. When you put it in robots.txt you are basically telling everyone not knowing about that secret, that here is something they shouldn't see.

    A robots.txt is basically a list of all the things you don't want people to know about. But by writing things there, you are also telling people that these things exist - and shady people will take advantage of that.

    Instead, you should add robots meta tags to the specific page telling robots not to index it.

  • Jan A 59 posts 264 karma points
    Apr 20, 2023 @ 09:31
    Jan A
    0

    Good point. First of all, I did get it to load a a custom robots.txt (just needed to complile by saving something i think)

    The thing is that in this case it's not much of a secret. It's a personal webshop that requires a passcode. All I want is that google don't index it, and present lots (like up to 60k) unique pages.

    The robot meta tags may be the way anyhow, so great tip, thanks!

  • Søren Kottal 702 posts 4497 karma points MVP 5x c-trib
    Apr 20, 2023 @ 10:08
    Søren Kottal
    0

    You can also put the nofollow attribute on all your links to the page, that should save you some time in your crawl budget.

Please Sign in or register to post replies

Write your reply to:

Draft