Automattic/jetpack

Sitemaps: Disable Image Sitemaps

Open

#7,248 opened on May 26, 2017

 (18 comments) (3 reactions) (0 assignees)PHP (877 forks)user submission
Customer Report [LEGACY]EnhancementGood For CommunityHacktoberfest[Feature] Sitemaps[Pri] Normal[Type] Good First Bug

Repository metrics

Stars
 (1,808 stars)
PR merge metrics
 (Avg merge 4d 5h) (645 merged PRs in 30d)

Description

In the sitemaps module there's currently no way to disable any specific instances of the sitemaps, specifically the image sitemap.

Checking the developer options I'm seeing filters for excluding specific images but not a way to disable the full image sitemap.

requested in 3216712-t

Is there a way to turn off the image sitemaps entirely? We don't use attachment pages in WP, and the sitemap is loaded with attachment pages, since we have thousands of unattached photos. Obviously we don't want that stuff indexed. I poked around the code, but couldn't figure out an easy way to do that.

Contributor guide