-
AuthorPosts
-
February 11, 2021 at 6:51 am #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.
February 13, 2021 at 4:37 am #1280221Hey 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,
RikardFebruary 13, 2021 at 9:26 am #1280237This reply has been marked as private.February 16, 2021 at 6:35 am #1280713Hi,
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,
RikardFebruary 24, 2021 at 10:12 am #1283337Hallo 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
naryskianFebruary 25, 2021 at 12:33 pm #1283642 -
AuthorPosts
- You must be logged in to reply to this topic.