You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Combine multiple splitted sitemap into one sitemap url
So user don't have to include multiple sitemap into search console.
Many SAAS app allow their client to manage dynamic sitemap configuration, so data can be fetched from db or other source to load either urlset or sitemapindex. that is not currently possible in sitemap.xml
there is no system to generate sitemapindex output from sitemap.(js,ts)
Non-Goals
No need to combine urlset and sitemapindex into one file. it's not possible/supported afaik.
This is now possible only in app/sitemap.xml, so only need in dynamic sitemap generation (sitemap.ts)
Background
Many SAAS app allow their client to manage dynamic sitemap configuration, so data can be fetched from db or other source to load either urlset or sitemapindex. that is not currently possible in sitemap.xml
Proposal
Now sitemap only support urlset. so in top level or mode (can be named differently) set to either urlset or sitemapindex.
then either one will be allowed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Examples
there is no system to generate sitemapindex output from sitemap.(js,ts)
Non-Goals
Background
Many SAAS app allow their client to manage dynamic sitemap configuration, so data can be fetched from db or other source to load either urlset or sitemapindex. that is not currently possible in sitemap.xml
Proposal
Now sitemap only support urlset. so in top level or mode (can be named differently) set to either urlset or sitemapindex.
then either one will be allowed.
Beta Was this translation helpful? Give feedback.
All reactions