Replies: 1 comment
-
If "Default" is selected it will fall back to the next cascade layer. This is all explained in the docs. If no cascade layer is met, the page status is used at the end. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there. Thanks for developing this great plugin.
Pardon me for asking maybe some obvious questions.
On certain pages if not most, I have the orange warning: Indexing partly forbidden.
Except when I check archive: on
Here is my situation
i have a services.yml which has an overview of all my services
`
title: Services
This is the actual project admin page.
tabs:
content:
sections:
Services:
extends: sections/services
template: service
seo: seo/page
`
when I navigate to /panel/services
I have to check archive: true to remove the warning: indexing partly forbidden.
I tried to find it in your docs but there is no word about it.
As a second question:
Is there a way to force all pages, regardless of the template to start with the robot directives I want?
It would be easier to exclude certain pages vs repeating myself over and over on a site of +- 100 pages.
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions