images sitemap

#120965
  • Resolved Andre Scheres
    Rank Math free

    Hi,
    I got errors from google

    Dies 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:
    loc

    I 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

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

The ticket ‘images sitemap’ is closed to new replies.