- Joined
- Sep 3, 2014
- Messages
- 6,230
- Likes
- 13,100
- Degree
- 9
This is really just a heads up, because there's bound to be some screw ups along the way for a lot of people, if not everybody, already using plugins to generate XML sitemaps on their Wordpress sites.
There's not a lot of details yet but they basically want XML sitemaps in the core with an API to tweak it, meaning you could write functions to add stuff, remove stuff, etc.
Right now, they're talking about having the following as default "on":
It's very similar to how Yoast has it set up now. You get a sitemap_index.xml basically that links out to sub-sitemaps. Only here there's going to be some extra types. Honestly, it looks like they're just going to copy Yoast (since I'm pretty sure Joost now works for Wordpress).
Interestingly, they're not going to include an image sitemap, which Yoast offers and is pretty nice. It's nice to see how many are indexed versus submitted.
We need to watch as this progresses so we don't have multiple conflicting sets of sitemaps.
Here's the first bit of official info: https://make.wordpress.org/core/2019/06/12/xml-sitemaps-feature-project-proposal/
The comments are interesting. They do not plan to have "UI controls to exclude individual posts or pages from the sitemap." This means if you set a post to noindex, it'll still appear in the sitemap and eat up your crawl budget. Non-developers are going to have a hell of a time with this and probably reject it for a 3rd party solution. Developers are going to have a hell of a time remembering to add a post to the exclusion function if they noindex it.
They want to make it "bare bones" and only meet minimal requirements and let plugins extend it through the API... or themes even. Sounds kind of dumb. Either do it right or don't bother. If it's not done right, it's bloat that belongs in a plugin.
There's not a lot of details yet but they basically want XML sitemaps in the core with an API to tweak it, meaning you could write functions to add stuff, remove stuff, etc.
Right now, they're talking about having the following as default "on":
It's very similar to how Yoast has it set up now. You get a sitemap_index.xml basically that links out to sub-sitemaps. Only here there's going to be some extra types. Honestly, it looks like they're just going to copy Yoast (since I'm pretty sure Joost now works for Wordpress).
Interestingly, they're not going to include an image sitemap, which Yoast offers and is pretty nice. It's nice to see how many are indexed versus submitted.
We need to watch as this progresses so we don't have multiple conflicting sets of sitemaps.
Here's the first bit of official info: https://make.wordpress.org/core/2019/06/12/xml-sitemaps-feature-project-proposal/
The comments are interesting. They do not plan to have "UI controls to exclude individual posts or pages from the sitemap." This means if you set a post to noindex, it'll still appear in the sitemap and eat up your crawl budget. Non-developers are going to have a hell of a time with this and probably reject it for a 3rd party solution. Developers are going to have a hell of a time remembering to add a post to the exclusion function if they noindex it.
They want to make it "bare bones" and only meet minimal requirements and let plugins extend it through the API... or themes even. Sounds kind of dumb. Either do it right or don't bother. If it's not done right, it's bloat that belongs in a plugin.