Replies: 1 comment 1 reply
-
|
@harlan-zw, could you have a look? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
(As this might not be an issue of the module and maybe a misunderstanding from my side, I'll post my question here.)
I recently discovered via the Google Search Console that parts of two of our staging systems are indexed by Google. Reading further into the topic (https://developers.google.com/search/docs/crawling-indexing/block-indexing?hl=en), my current understanding is, that using both techniques (blocking pages via the robots.txt and the noindex meta tag) together won't stop Google from indexing it (or won't remove URLs from the index):
Am I misreading the Google docs? Or are our staging systems configuring the
nuxt-simple-robotsrespectivelynuxt-site-configwrong?We are deploying our staging sites with
indexable: falsewith thesiteConfig.The output of http://localhost:3000/__robots__/debug.json is as follows (which should mimic the configuration that is used when our staging sites are prerendered):
Beta Was this translation helpful? Give feedback.
All reactions