Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support lizkarkoski

    (@lizkarkoski)

    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.

    Thread Starter bhagyesh11698

    (@bhagyesh11698)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Images Not Indexed’ is closed to new replies.