Opened 14 months ago
Last modified 2 months ago
#6427 new enhancement
Enable Sitemaps for developer.wordpress.org
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | |
Cc: |
Description
Currently developer.wordpress.org doesn't have any Sitemap.xml's that are complete. We use Jetpack Sitemaps elsewhere on WordPress.org, but it was never enabled for developer.wordpress.org.
I've attempted to enable it, but it only shows a handful of pages and attachments.
This is because the majority of the content is stored in custom post types, and they need to be specifically included into the sitemaps through the jetpack_sitemap_post_types
filter.
- The handbook plugin can probably filter it to add it's post-type
- The coderef should probably add it's post-types to the index
Change History (2)
Note: See
TracTickets for help on using
tickets.
The contents of the sitemap.xml before I disabled it:
5-7 probably need to be deleted.