-
Hello – I just purchased your plugin, and I wanted to confirm if I needed to do anything in regards to CND image indexing. I know in YOAST I had to add a few lines to the functions tab.
This line actually
function wpseo_cdn_filter($uri) {
return str_replace(‘https://www.example.com’, ‘https://secureservercdn.net/example.com/’, $uri);
}add_filter( ‘wpseo_xml_sitemap_img_src’, ‘wpseo_cdn_filter’ );
I wanted to know if this is needed with your plugin as well.
Thank You
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The ticket ‘CDN image indexing’ is closed to new replies.