-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unlisted pages: Meta-Robots always set to „noindex“ #51
Comments
I just noticed this is by design. From the readme:
But in my opinion, that is wrong. I like using 'unlisted' for e.g. pages, that are not supposed to show up in a menu, but they are still public and might be important for the organic search. |
@FynnZW Hi Fynn, thanks for your feedback. Unfortunately, I had to make a decision at some point and ended-up with excluding unlisted pages mostly because they are labelled "unlisted". I used to rely on Kirby’s sorting numbers in the past for building navigation menus, but nowadays I prefer to use a pages/structure field or similiar to that task. Just using the page status often caused confusion and is not very flexible. Given that fact, that this plugin is already used by more than just a few people, I cannot change the behavior at this point without introducing a major breaking change and a possibel security risk. You can however use the |
Sorry for the late reply - that option sounds good!
I understand. But I think this should be obvious in the panel, and right now the settings are present and editable, but they have no effect: Maybe it's possible to check if the page is unlisted, and then disable these controls? I think it's confusing otherwise. |
@FynnZW Unfortunately blueprints are not that dynamic but I can update the help text at least … |
No matter what the page settings are, the HTML tag created is always:
<meta name="robots" content="noindex" />
This also seems to affect all children of unlisted pages.
I use unlisted for internal reasons, but the page is still public and should be found by robots.
Version: 0.4.0-beta
Kirby: 3.9.4
The text was updated successfully, but these errors were encountered: