Hi –
Thanks for sharing this information. I’ve had a look and can see that the sitemap for your site is coming from Yoast. At this time, it is Yoast serving the images that aren’t reaching the Google index.
Once you contact Yoast directly they should be able to provide you with more help.
Yoast informed me to add a piece of code in functions.php which includes CDN URL. So please provide CDN URL.
Here is the code:
function wpseo_cdn_filter( $uri ) {
return str_replace( 'http://example.com', 'http://cdn.example.com', $uri );
}
add_filter( 'wpseo_xml_sitemap_img_src', 'wpseo_cdn_filter' );
@bhagyesh11698
You can find the information you’re looking for here:
https://jetpack.com/support/image-cdn/
These will begin with i0.wp.com, i1.wp.com, or i2.wp.com.
We hope that helps!
@bhagyesh1169
We haven’t heard back from you in a while, so we’re going to mark this as resolved. If you have any further questions, please start a new thread.