-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add new sitemap for images to resolve indexing issues with webp images #1389
base: main
Are you sure you want to change the base?
Conversation
gatsby-config.js
Outdated
@@ -209,7 +209,34 @@ module.exports = { | |||
{ | |||
resolve: 'gatsby-plugin-sitemap', | |||
options: { | |||
output: `/sitemap-index`, | |||
excludes: DISLALLOW_LIST, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just saw this. Can you rename
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
afaik it should match the other sitemaps, which are currently only on sitemap-index. sitemap-index should collect all sitemaps though, so I'll change and see what happens
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Meant the typo here. DIESEL-ALLOW
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A DT var that I didn't catch. Changed
Test this against the roadie.io/sitemap-0.xml sitemap please. We need to be sure we don't actually deindex a bunch of pages or something like that. |
Quality Gate passedIssues Measures |
NB: May increase build time