Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

Wie behebt man den WordPress SEO Sitemap 404-Fehler von Yoast?

Der Umgang mit einem 404-Fehler auf Ihrer Yoast SEO-Sitemap in WordPress kann frustrierend sein. Yoast SEO ist ein beliebtes Werkzeug, aber manchmal können ein Plugin-Konflikt oder falsche Einstellungen diesen Fehler verursachen.

Wenn Sie also versuchen, Ihre XML-Sitemap aufzurufen, und ein 404-Fehler angezeigt wird, kann Sie das aufhalten. Aber keine Sorge, es gibt einfache Abhilfen.

Bei WPBeginner sind wir auf dieses Problem gestoßen und haben es gelöst, wenn nicht sogar hundertmal. In diesem Artikel führen wir Sie Schritt für Schritt durch die Behebung des Yoast SEO sitemap 404 Fehlers. Folgen Sie uns einfach, damit Ihre Sitemap wieder reibungslos funktioniert.

Fixing Yoast SEO XML sitemap 404 error in WordPress

Was ist die Ursache Yoast SEO Sitemap 404 Fehler in WordPress?

Die Yoast SEO-Sitemap hilft Suchmaschinen, alle Inhalte auf Ihrer Website zu finden, die sie finden und indizieren sollen.

Durch die Behebung des Fehlers wird sichergestellt, dass Suchmaschinen auf Ihre Sitemap zugreifen und alle Seiten und Inhalte Ihrer Website finden können. Dies kann zu einer besseren Sichtbarkeit und Platzierung in den Suchmaschinen führen und hilft außerdem, Ihre Inhalte schneller zu platzieren als ohne eine Sitemap.

WordPress verfügt über eine Standard-XML-Sitemap, die Sie bei Google Search Console und anderen Suchmaschinen einreichen können.

Diese XML-Sitemap können Sie aufrufen, indem Sie die folgende URL in die Adresszeile Ihres Browsers eingeben:

https://example.com/sitemap.xml

Diese von WordPress standardmäßig erstellte Sitemap ist jedoch sehr einfach. Um dies zu beheben, erstellen alle führenden WordPress SEO Plugins wie Yoast SEO und das All in One SEO Plugin ihre eigenen XML-Sitemaps mit mehr Funktionen.

Wenn Sie die von Ihrem WordPress SEO Plugin generierte XML-Sitemap verwenden, schreibt das Plugin die Standard WordPress XML-Sitemap-Verknüpfung um.

Das bedeutet, dass die oben genannte URL der Sitemap die Benutzer zu den von Ihrem WordPress SEO Plugin generierten Sitemaps weiterleitet.

Leider kann dies auf manchen Websites aufgrund von Plugin-Konflikten oder falschen WordPress-Einstellungen zu einem 404-Fehler führen.

In den folgenden Abschnitten zeigen wir Ihnen, wie Sie den WordPress-Sitemap-404-Fehler im Yoast SEO Plugin ganz einfach beheben können. Hier finden Sie einen kurzen Überblick über alle Methoden, die wir behandeln werden:

Sind Sie bereit? Dann fangen wir gleich an.

WordPress verfügt über eine SEO-freundliche URL-Struktur, die Permalinks genannt wird. Diese URL-Struktur verwendet ein Umleitungssystem, um Ihrem Webhosting Server mitzuteilen, welche Seite geladen werden soll, wenn ein Benutzer eine URL in seinen Browser eingibt.

Normalerweise werden diese Permalinks-Einstellungen automatisch aktualisiert, wenn Sie Änderungen an Ihrer Website vornehmen.

Die schlechte Nachricht ist, dass WordPress manchmal nicht in der Lage ist, die Permalink-Struktur zu aktualisieren, was dazu führen kann, dass der Fehler “Sitemap 404” von Yoast SEO auftritt.

Dies lässt sich jedoch leicht beheben, indem Sie im WordPress-Administrationsbereich die Seite Einstellungen ” Permalinks aufrufen und einfach auf den Button “Änderungen speichern” klicken.

Update permalinks

Dadurch werden die WordPress-Permalink-Einstellungen aktualisiert. Sie können nun Ihre XML-Sitemap-Seite besuchen, um zu sehen, ob Ihr Problem dadurch behoben wurde.

Wenn das Problem dadurch nicht behoben wurde, können Sie weiter lesen.

Wenn die Aktualisierung Ihrer WordPress-Permalink-Struktur den 404-Fehler nicht behebt, können Sie Ihren Webserver manuell anweisen, die Benutzer auf die Sitemap-Seite von Yoast SEO umzuleiten.

Dazu müssen Sie den folgenden Code in Ihre .htaccess-Datei einfügen.

# Yoast SEO - XML Sitemap Rewrite Fix
RewriteEngine On
RewriteBase /
RewriteRule ^sitemap_index.xml$ /index.php?sitemap=1 [L]
RewriteRule ^locations.kml$ /index.php?sitemap=wpseo_local_kml [L]
RewriteRule ^geo_sitemap.xml$ /index.php?sitemap=geo [L]
RewriteRule ^([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 [L]
RewriteRule ^([a-z]+)?-?sitemap.xsl$ /index.php?yoast-sitemap-xsl=$1 [L]
# END Yoast SEO - XML Sitemap Rewrite Fix

Hinweis: Wenn Ihre WordPress-Website in einem Unterverzeichnis oder Ordner (z. B. https://example. com/mywebsite/ ) installiert ist, müssen Sie den folgenden Code verwenden.

# Yoast SEO - XML Sitemap Rewrite Fix
RewriteEngine On
RewriteBase /mywebsite/
RewriteRule ^sitemap_index.xml$ /index.php?sitemap=1 [L]
RewriteRule ^locations.kml$ /index.php?sitemap=wpseo_local_kml [L]
RewriteRule ^geo_sitemap.xml$ /index.php?sitemap=geo [L]
RewriteRule ^([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 [L]
RewriteRule ^([a-z]+)?-?sitemap.xsl$ /index.php?yoast-sitemap-xsl=$1 [L]
# END Yoast SEO - XML Sitemap Rewrite Fix

Vergessen Sie nicht, /mywebsite/ durch den Namen Ihres Unterverzeichnisses zu ersetzen.

Dieser Code teilt Ihrem Webserver einfach mit, welche Seiten angezeigt werden sollen, wenn Benutzer auf die XML-Sitemaps von Yoast SEO zugreifen.

Sie können nun versuchen, Ihre XML-Sitemap anzuzeigen, um zu sehen, ob Ihr Problem dadurch gelöst wird.

3. Wechseln Sie zu einem XML-Sitemap-Plugin

Wenn die oben genannten Methoden den 404-Fehler auf der XML-Sitemap-Seite von Yoast SEO nicht behoben haben, können Sie versuchen, ein separates Plugin zu verwenden, um XML-Sitemaps für Ihre Website zu erstellen. Ein gutes Plugin dafür ist das XML Sitemaps Plugin.

Der Nachteil dieses Ansatzes ist, dass Sie sich auf ein separates Plugin zur Erstellung von XML-Sitemaps und Yoast SEO für andere SEO-Funktionen verlassen müssen.

Zunächst müssen Sie das XML Sitemaps Plugin installieren und aktivieren. Weitere Einzelheiten finden Sie in unserer Schritt-für-Schritt-Anleitung für die Installation eines WordPress Plugins.

Da Sie Yoast SEO verwenden, erhalten Sie automatisch eine Benachrichtigung, um das XML Sitemaps Plugin oder die Sitemap-Funktion von Yoast SEO zu deaktivieren.

Yoast SEO XML Sitemap conflict warning

Dann können Sie auf den Button “XML-Sitemap von Yoast SEO einschalten” klicken, um fortzufahren.

Dadurch gelangen Sie auf den Tab “Funktionen” unter SEO ” Allgemein. Von hier aus müssen Sie bis zur Option “XML-Sitemaps” scrollen und sie ausschalten.

Disabling XML sitemaps in Yoast SEO

Vergessen Sie nicht, auf die Schaltfläche “Änderungen speichern” zu klicken, um Ihre Einstellungen zu speichern.

Sie können nun auf die Seite Einstellungen ” XML-Sitemap wechseln, um Ihre Sitemaps zu konfigurieren. Für die meisten Websites funktionieren die Standardeinstellungen sofort.

XML Sitemaps settings

Sie können die Einstellungen jedoch jederzeit nach Ihren Bedürfnissen konfigurieren.

Sie können nun die URL der XML-Sitemap an die Google-Suchkonsole und andere Suchmaschinen übermitteln.

Sitemap URL

4. Wechseln Sie zum All in One SEO für WordPress

Wenn alle oben genannten Maßnahmen fehlschlagen und Sie kein separates Plugin zur Erstellung von XML-Sitemaps verwenden möchten, kann diese Methode helfen, den 404-Fehler zu beheben.

Für diese Methode benötigen Sie All in One SEO für WordPress. Es ist das beste WordPress SEO Plugin auf dem Markt und eine viel bessere Alternative zu Yoast SEO.

In unserem Vergleich zwischen Yoast und All in One SEO finden Sie weitere Details zu den Unterschieden.

All-in-One SEO (AIOSEO) verfügt über fortschrittliche XML-Sitemaps und einfach zu verwaltende Optionen, die Ihnen die volle Kontrolle darüber geben, was Sie ein- oder ausschließen möchten.

Installieren und aktivieren wir zunächst das All in One SEO for WordPress Plugin. Weitere Details finden Sie in unserer Schritt-für-Schritt-Anleitung für die Installation eines WordPress Plugins.

Hinweis: Es gibt auch eine kostenlose Version von All in One SEO für WordPress, die die meisten Funktionen der XML-Sitemap mit Ausnahme von Videos und Nachrichten enthält.

Nach der Aktivierung wird das Plugin Sie durch einen Einrichtungsassistenten führen. Wenn Sie bei der Einrichtung Hilfe benötigen, folgen Sie unserer Anleitung zur korrekten Einrichtung des All in One SEO Plugins für WordPress.

All in One SEO setup

All in One SEO ermöglicht Ihnen auch den Import von SEO-Daten aus Yoast SEO.

Dadurch wird sichergestellt, dass alle Ihre bisherigen SEO-Meta-Tags und Titel unverändert bleiben.

Import Yoast SEO data

Nach der Ersteinrichtung können Sie auf die Seite All in One SEO ” Sitemaps gehen, um die XML-Sitemap-Einstellungen zu konfigurieren.

Sie können auf den Button “Sitemap öffnen” klicken, um zu sehen, ob der 404 Fehler in WordPress behoben wurde.

All in One SEO sitemaps settings

Danach konfigurieren Sie die Sitemap-Einstellungen, falls erforderlich.

Bei All in One SEO können Sie zum Beispiel auswählen, was in Ihre Sitemaps aufgenommen werden soll. Sie können Beitragstypen, Taxonomien, einzelne Beiträge und Seiten hinzufügen oder entfernen.

All in One SEO sitemaps advanced settings

Mit All in One SEO können Sie auch Videos, Nachrichten, RSS-Sitemap und HTML-Sitemap für Ihre Website erstellen.

Erkunden Sie einfach die Tabs, um zu sehen, ob Sie weitere Einstellungen vornehmen möchten.

Additional sitemaps settings

Diese Sitemaps können auch an Google Search Console und andere Suchmaschinen übermittelt werden. So können Suchmaschinen neuere Inhalte auf Ihrer Website schnell finden.

Experten-Tipp: Sie wollen diesen WordPress-Fehler nicht selbst beheben? Kein Problem – wir helfen Ihnen dabei! Verabschieden Sie sich von frustrierenden Fehlern und konzentrieren Sie sich wieder auf das, was Sie lieben. Überlassen Sie uns den technischen Kram und buchen Sie jetzt unseren WordPress-Notfallsupport!

Wir hoffen, dass dieser Artikel Ihnen geholfen hat, den Yoast SEO Sitemap 404 Fehler in WordPress zu beheben. Als Nächstes möchten Sie vielleicht auch unsere vollständige Anleitung zur Problembehandlung in WordPress lesen oder sehen, wie man allgemeine Fehler in WordPress behebt.

Wenn Ihnen dieser Artikel gefallen hat, dann abonnieren Sie bitte unseren YouTube-Kanal für WordPress-Videotutorials. Sie können uns auch auf Twitter und Facebook finden.

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. See how WPBeginner is funded, why it matters, and how you can support us. Here's our editorial process.

Avatar

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

The Ultimate WordPress Toolkit

Get FREE access to our toolkit - a collection of WordPress related products and resources that every professional should have!

Reader Interactions

242 KommentareLeave a Reply

  1. CB

    Hi, just tried the second version editing the plug ins core files and the site has disapeared?? including the backend. just a white screen?? I replaced the code withy the original and nothing.

  2. Matt Crystal

    Thank you! That worked by supplying the code in the .htaccess file, then unchecking the site map option and saving. Then, re-checking the box and saving again. Thanks!

  3. Roderick van Straten

    Added this code to the .htaccess and unchecked and checked it, but I only get a blank page now for the sitemap ..

  4. mandingo345

    yes, without fix, just uncheck save recheck and saved.

  5. Jack

    After loosing quite some time trying to find what was wrong, I got it working by your suggestion “Uncheck the sitemap option in the Yoast’s SEO plugin and ‘save’ settings. After that re-checking the sitemap’s option fixes the error.”
    tnx very much!

  6. johnny

    Thank you so much! unchecking, saving, rechecking saving did the trick!

  7. sc456a

    After I added the code to htaccess and unchecked/rechecked Sitemap in the plugin, it worked! Thanks!

  8. alireza

    it work for me too, Thanks a lot!

  9. Leo

    Uncheck then save, then go back check again and save, solved my problem. It should be at the begining before anybody try anything else! it worked for me thanks though

  10. Elle Laurel Rose

    Woohoo! Thanks. Mine probably wasn’t broken long because Google didn’t seem to mind yet. … But my site is only in a softer launch stage anyway… Slow crawls maybe. Luckily, I’m improving my site before my real projects go up (hopefully soon).

    Anyway I cannot thank you enough. :)

  11. logitaki

    I opened the class-sitemaps.php file but can’t find the section you are referring to “functiion () init code.. can you be more specific?

  12. Basie

    Editing the .htaccess file, un-checking sitemap generation, saving settings, re-checking, saving settings … fixed it for me! Thank you VERY much.

  13. Tom Atkinson

    I found my issue was actually fixed purely by turning Yoasts sitemaps on and off from UI. Which is great! :)

  14. Fernando

    Were you able to fix this one? I’m having the same problem, I get a 404 on post-sitemap.xml. I didn’t check the PHP logs on what the error is but probably would be the same you’re getting.

    • Steve

      No fix, and theres no replies to support threads on wordpress, other people are just disabling it and using another sitemap plugin.

  15. hayderabbass

    Disabling the XML sitemap and re enabling them fix this issue for me. Thanks!

  16. Ben Billson

    I was having an issue with the sitemap 404’ing when trying to access it.

    I tried adding the first ifmodule, no joy, then remembered I had another ifmodule in place to handle redirects after updating my permalink structure.

    I removed the redirect ifmodule, restarted Worpress SEO, then the sitemaps started working. Re-added the redirect ifmodule, and everything now appears to be working just fine. I’ve also checked the status in GWT and Bing WT and it’s all looking good. Thanks for the help!

  17. Rob Cooper

    I put the first Ifmodule into htaccess and it spit out some weird single line of content, with no links.

    I read through the comments

    then I rebooted Yoast’s sitemap option:

    i unchecked the “Enable XML Sitemap Here” and saved

    I re-checked it and saved

    checked my sitemap and it was there, formatted properly with xsl stylesheet being applied and links all worked

  18. chiappa

    I have no idea where to put that code. There is no line like: “function init()” in class-sitemaps.php

  19. Katrina Isabelle

    Try going into your permalink settings and saving them again. If you can’t access the back end of your site because of the 500 error, then remove that htaccess file.

  20. Katrina Isabelle

    Hello! I think you should add one more step at the very beginning: Re-save your permalink settings! I found that re-saving my permalink settings solved the issue for me. No need to go into the htaccess file.

    • EB

      Exactly, solved my problem too.

    • Alfonso

      this fixed the issue for me, re-saving the WP permalinks

  21. Steve

    I get the following error only on post-sitemap, all other sitemaps work ok:
    Fatal error: Allowed memory size../plugins/wordpress-seo/inc/class-sitemaps.php on line 713
    I tried the htaccess and wpseo-functions edits but no luck.
    I deactivated every plugin, still no luck.
    I deleted wpseo and reinstalled but still same problem and now on the wpseo dashboard and sitemaps page I get this error:
    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘wpseo_xml_sitemaps_init’ not found or invalid function name in /home/justplay/public_html/wp/wp-includes/plugin.php on line 470

    I have two sites running the same theme, plugins etc and one works ok one has this errors, wierd.

  22. Jane Hockley

    Thank you – i found just by unchecking and saving and then re-checking the site map option for the yoast plugin google webmaster was able to find my site map

  23. Jake Ratliff

    When I tried the htaccess method, it crashed my site. I just added this code into the htaccess file (via the Yoast plugin):

    # WordPress SEO – XML Sitemap Rewrite Fix

    RewriteEngine On
    RewriteBase /
    RewriteRule ^sitemap_index.xml$ /index.php?sitemap=1 [L]
    RewriteRule ^([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 [L]

    # END WordPress SEO – XML Sitemap Rewrite Fix

    And then clicked the “save changes to .htaccess” button. I can’t go anywhere without the 500 error now. What did I do wrong? Anyone know how to fix this?

  24. Jake Ratliff

    I tried the htaccess fix and now I get a 500 Internal Server Error.

  25. Tiffany Marie McAnally

    So it still doesn’t work for me… I feel like beating my head against a wall. As much as I love the plugin, I think I’m just going to lose it in favor of something that’s actually functional.

  26. Jérôme Lafforgue

    Thanks, work fine in wpseo-functions.php file @ line 461

  27. ast

    for me worked fine!
    thank you

  28. NicolasJoly

    @Matt Klein, it’s in the wpseo-functions.php file @ line 461

  29. NicolasJoly

    @Matt Klein, the ‘init’ function is now ‘wpseo_xml_sitemaps_init’ in the wpseo-functions.php, @line 461

    Add just :
    global $wp_rewrite; before the $GLOBALS define
    and
    $wp_rewrite->flush_rules(); after the add_rewrite_rule…

    /**

    * Initialize sitemaps. Add sitemap & XSL rewrite rules and query vars

    */

    function wpseo_xml_sitemaps_init() {

    $options = get_option( ‘wpseo_xml’ );

    if ( $options[‘enablexmlsitemap’] !== true ) {

    return;

    }

    // redirects sitemap.xml to sitemap_index.xml

    add_action( ‘template_redirect’, ‘wpseo_xml_redirect_sitemap’, 0 );

    if ( ! is_object( $GLOBALS[‘wp’] ) ) {

    return;

    }

    global $wp_rewrite;

    $GLOBALS[‘wp’]->add_query_var( ‘sitemap’ );

    $GLOBALS[‘wp’]->add_query_var( ‘sitemap_n’ );

    $GLOBALS[‘wp’]->add_query_var( ‘xsl’ );

    add_rewrite_rule( ‘sitemap_index.xml$’, ‘index.php?sitemap=1’, ‘top’ );

    add_rewrite_rule( ‘([^/]+?)-sitemap([0-9]+)?.xml$’, ‘index.php?sitemap=$matches[1]&sitemap_n=$matches[2]’, ‘top’ );

    add_rewrite_rule( ‘([a-z]+)?-?sitemap.xsl$’, ‘index.php?xsl=$matches[1]’, ‘top’ );

    $wp_rewrite->flush_rules();

    }

  30. Matt Klein

    There is no function init area in my class-sitemaps.php file. Could it be called something else. What line is it on?

  31. Regina Falkowski

    Added the code to .htaccess file and it worked like a charm! Thanks for the fix :)

  32. Alec Byrne

    Adding the .htaccess worked for me – thanks very much :-)

  33. Ollie

    Htaccess fix worked for me.

    But as Scott in the first comment above says, I needed to uncheck the XML sitemap checkbox and save. Then recheck it and save again for the sitemap to show up. I think that would be worth mentioning in the article.

  34. Steve Patterson

    Thanks this worked for me editing the .htaccess file. I unchecked sitemaps off then back on and also changed mine from 1,000 to 400. If you are on a shared server, I would use a lower number so that less CPU usage is done on your domain.

  35. scott

    Hi guys,

    I had to troubleshoot this issue too. My site is hosted in a sub directory of a main site. So I had to set the following line:

    RewriteBase /scottmortiz/

    I then had to uncheck the mina Site Map XML option in the plugin, and save. Then re-check the plugin and save. Hope this works for some of you.

    -Scott

  36. Chris

    Hi Steven,
    thank alot. This helped me, too. But to get the rewrite working I had to disable the xml function, save it, and enable (and save it) again. Seems obvious, but maybe this is worth a note in the article. I will safe this article in my personal wordpress help register.
    Thanks,
    Chris

    • Dan

      Thank you Chris! This fixed my 404 problem with Yoast’s XML Sitemap feature.

    • Jason Judge

      Ah, switch it off, then switch it back on again. Thanks:-) It is not as obvious as you think. My sitemaps also did not work (getting a 404) until I did this. I did not have to make any of the other changes described in this post.

  37. Shanthi Ganesan

    @PEKKO Hi Tried your techniques it really works well,thanks a lot for sharing….

  38. Lukas

    Nothing is working in my case – still Error 404 …

  39. Ryan

    Beauty, fixed it for me too.. thanks for putting this up

  40. lloyd

    this just broke my websites … now getting an internal server error…

  41. Rosie

    The edit to .htaccess files was just the trick. Thanks for posting this! You saved me a whole lot of time and trouble.

  42. Pekko

    I was just facing the same issue. i unticked the box (Check this box to enable XML sitemap functionality) — pressed save, and then ticked the box again, after that It found the sitemap again, Hope it will be there!

    • Anisa

      I use this technique, and it worked

    • John

      This worked for me, as well. Thx!

    • Cara Sherlock

      Unchecking, saving and then rechecking worked for me too. Thx!

    • Badprimer

      [..unticked the box (Check this box to enable XML sitemap functionality) — pressed save, and then ticked the box again..]

      Worked for me. Thx!! :D

    • Kerry

      Thank you! Worked for me too! So simple. The author of this article should add this too.

    • bruce

      This also worked for me. turn off sitemaps. save. turn them back on. save. fixed

    • David

      Same for me, unchecked, saved, checked, saved, voila!

  43. Steven

    I’ll just share what worked for me, by changing the ‘max entries per site map’ to 250 (ie. something less than 1000) I managed to fix the 404 error. I think the server was having issues processing 1000 entries which is the default.

    • Maggie

      Hi Steven, this is great solution! I just fixed the problem by your method. Thank you very much!

    • PromInc

      Thanks Steven – this resolved my issue as well. The ‘max entries…’ field was blank for me; simply adding any value seemed to work, which is good as I felt 250 was a bit low. Very simple but effective solution.

    • Nick Root

      That worked thanks for the tip!

Leave A Reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.