-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feature: inherit robot hiding #39
Comments
Agree, that would be a nice feature. However, the robot config easily gets complicated and borders on an area slightly outside of SEO, so I am more tempted in creating a robots.txt app instead that adds these checkboxes and options to the contents instead of piggybacking on the SEO app. This would of course be breaking things a bit since robot config would be removed from SEO app entirely. |
We have a robots.txt app now. |
Yes, but
Anyway - your app, your call :) Perhaps we'll look into simple password protection as that is one of Googles other suggestions. |
If possible in the robots.txt app we would want find all pages excluded with the robots.txt config and also meta exclude that page. I was thinking maybe a content selector and adding all pages that you want excluded. I'll try finding a good solution, need suggestions. |
It would be really, really neat if we could choose to inherit hiding from external search engines. If you can find a sub page through a search engine, it's really easy for users find the parent page. For instance if x is hidden, but y isn't, then finding x is really simple for users coming to
https://www.example.com/x/y/
So generally, we hide sections of a site - not invidual pages. And today we would have to remember to hide each page in a section.
The text was updated successfully, but these errors were encountered: