-
Hi,
I got errors from googleDies ist keine gültige URL. Korrigiere die URL und reiche die Daten erneut ein.
Beispiele
URL:
/wp-content/uploads/2020/11/Llobe-Motion-whtite-G8-1-1920×1280-1.jpg
Zeile 42
Übergeordnetes Tag:
image
Tag:
locI changed the /wp-content/plugins/seo-by-rank-math/includes/modules/sitemap/class-generator.php as below
320 public function sitemap_images( $url ) {
321 $output = ”;
322 foreach ( $url[‘images’] as $img ) {
323
324 if ( empty( $img[‘src’] ) ) {
325 continue;
326 }
327 if(strpos(esc_html( $this->encode_url_rfc3986( $img[‘src’])), ‘https://’) === false){
328 $img[‘src’] = ‘https://’.$_SERVER[‘HTTP_HOST’].$img[‘src’];
329 }now everything is OK. Maybe add it to the next update
Best regards
The ticket ‘images sitemap’ is closed to new replies.