Need help with this?
Purchase All in One SEO Pack Pro to get dedicated support from us.
If you want to include Jetpack galleries and images from the Image CDN in the XML Sitemap, use the API filter below:
add_filter( 'aioseop_images_allowed_from_hosts', 'my_aioseop_images_allowed_from_hosts' ); function my_aioseop_images_allowed_from_hosts( $hosts ) { $hosts[] = '*.wp.com'; return $hosts; }