JETPACK CDN, How Can I test ?
-
Hello, I’m using YOAST SEO more than a year and none of my image files indexed to Google.
It’s kinda sad. I research about it and find this code in your support forum. And edited it like below. Am I doing it right? How can I sure, it is working or not?
Why I can not see my image-sitemap.xml ? ( https://www.sharetextures.com/sitemap_index.xml)
function wpseo_cdn_filter($uri) { return str_replace('https://www.sharetextures.com', 'https://i0.wp.com/www.sharetextures.com/', $uri); } add_filter( 'wpseo_xml_sitemap_img_src', 'wpseo_cdn_filter' );
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘JETPACK CDN, How Can I test ?’ is closed to new replies.