Server Islands get indexed by crawlers #12806
Labels
- P2: has workaround
Bug, but has workaround (priority)
feat: server islands
Related to Server Islands (scope)
Astro Info
If this issue only occurs in one browser, which browser is a problem?
Describe the Bug
Since v5.0.0, Server Islands are retrieved via
GET
request. This introduces an issue where crawlers (Googlebot and others) think that the server islands are pages, and try to index that page, which they fail to do. See this support thread on Discord for more information.What's the expected result?
Server Islands should set the noindex HTTP header to indicate to crawlers that they shouldn't be indexed by default.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-fmzsdm7p?file=src%2Fpages%2Findex.astro
Participation
The text was updated successfully, but these errors were encountered: