Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1279659

    Guten Tag
    Leider indexiert Google sinnlose Anhangseite, die nur das Bild enthalten. Ich habe im Enfold-Child-Theme, in der function.php diesen Code-Schnipsel eingetragen. Mit wenig erfolg. Dann im Yoast SEO umgeleitet – geht auch nicht.

    function en_redirect_attachment_page() {
     if ( is_attachment() ) {
     global $post;
     if ( $post && $post->post_parent ) {
     wp_redirect( esc_url( get_permalink( $post->post_parent ) ), 301 );
     exit;
     } else {
     wp_redirect( esc_url( home_url( '/' ) ), 301 );
     exit;
     }
     }
    }
    add_action( 'template_redirect', 'en_redirect_attachment_page' );

    Zu guter letzt habe ich noch eine image.php Datei hochgeladen. Leider geht das auch nicht.

    Können Sie mir diesbezüglich weiterhelfen? Werden Sie dieses Problem beim nächsten UpDate berücksichtigen?

    Danke für Ihre Antwort.

    #1280221

    Hey naryskina,

    Yoast has an option to redirect those pages under Search Appearance->Media, please check there. If that is not what you are looking for, then please try to explain the problem a bit further.

    Best regards,
    Rikard

    #1280237
    This reply has been marked as private.
    #1280713

    Hi,

    Thanks for the update. Please note that this is not a bug, it’s how WordPress works by default, but the Yoast setting should work of course.

    First off, could you try updating the theme to the latest version (4.7.6.4) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. Also please upgrade the PHP version you are running to 7.2 or higher, after you have updated the theme. If that doesn’t help then please try reaching out to Yoast support, as they should be in a better place to help you out with this.

    Best regards,
    Rikard

    #1283337

    Hallo Rikard
    Danke für Ihre Antwort. Das update habe ich bereits für alle Applikationen gemacht. PHP funktioniert mit 7.4. Ich habe alle Empfehlungen von Yoast Hersteller umgesetzt. Offenbar war es ein grosses Problem vor drei Jahren von Yoast. Yoast bietet auf Ihrer Seite das Search Index Plugin an, um die Fehler zu beheben. Das habe ich eingesetzt. Ich habe die Website neu indexiert bei Google. Die falschen Links sind jetzt nicht mehr in der Suchmaschine auffindbar. Dafür findet er jetzt neue Bilder-Anhangseite. Betroffen sind Bilder die in verschiedenen Inhaltselementen dargestellt werden. Ich löse es zur Zeit über ein anderes Rederection Plugin. Ist vielleicht nicht so eine saubere Lösung.

    Freundliche Grüsse
    naryskian

    #1283642

    Hi,

    Thanks for the update. Please let us know if you should need any further help on this topic.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.