Lidar com um erro 404 em seu sitemap do Yoast SEO no WordPress pode ser frustrante. O Yoast SEO é uma ferramenta popular, mas, às vezes, um conflito de plug-in ou configurações incorretas podem causar esse erro.
Portanto, se você tentar visitar o mapa do site XML e vir um erro 404, isso poderá impedi-lo de prosseguir. Mas não se preocupe, há soluções fáceis.
Na WPBeginner, encontramos e resolvemos esse problema, se não uma centena de vezes. Neste artigo, vamos orientá-lo passo a passo para corrigir o erro 404 do sitemap do Yoast SEO. Basta acompanhar para que seu mapa do site volte a funcionar sem problemas.
O que está causando o erro 404 do Sitemap do Yoast SEO no WordPress?
O mapa do site do Yoast SEO ajuda os mecanismos de pesquisa a encontrar todo o conteúdo do seu site que você deseja que eles encontrem e indexem.
A correção do erro garante que os mecanismos de pesquisa possam acessar o mapa do site e descobrir todas as páginas e o conteúdo do seu site. Isso pode resultar em melhor visibilidade e classificação nos mecanismos de pesquisa e também ajudará a classificar seu conteúdo mais rapidamente do que se não houvesse um mapa do site.
O WordPress tem um sitemap XML padrão que você pode enviar ao Google Search Console e a outros mecanismos de pesquisa.
Esse mapa do site em XML pode ser acessado digitando o seguinte URL na barra de endereços do navegador:
https://example.com/sitemap.xml
No entanto, esse mapa do site padrão gerado pelo WordPress é muito básico. Para corrigir isso, todos os principais plugins de SEO do WordPress, como o Yoast SEO e o plugin All in One SEO, criam seus próprios sitemaps XML com mais recursos.
Quando você usa o mapa do site XML gerado pelo seu plug-in de SEO do WordPress, o plug-in reescreve o atalho padrão do mapa do site XML do WordPress.
Isso significa que o URL do mapa do site mencionado acima enviará os usuários para os mapas do site gerados pelo seu plug-in de SEO do WordPress.
Infelizmente, isso pode causar um erro 404 em alguns sites devido a conflitos de plugins ou configurações incorretas do WordPress.
Nas seções a seguir, mostraremos como corrigir facilmente o erro 404 do mapa do site do WordPress no plug-in Yoast SEO. Aqui está uma visão geral rápida de todos os métodos que abordaremos:
Pronto? Vamos direto ao assunto.
1. Atualizar a estrutura de links permanentes do WordPress
O WordPress vem com uma estrutura de URL amigável para SEO, chamada permalinks. Essa estrutura de URL usa um sistema de redirecionamento para informar ao servidor de hospedagem na Web qual página deve ser carregada quando um usuário digita um URL no navegador.
Normalmente, essas configurações de permalinks são atualizadas automaticamente quando você faz alterações em seu site.
A má notícia é que, às vezes, o WordPress não consegue atualizar a estrutura de permalink, o que pode causar o aparecimento do erro 404 do mapa do site do Yoast SEO.
Dito isso, isso pode ser facilmente corrigido acessando a página Configurações ” Permalinks na área de administração do WordPress e simplesmente clicando no botão “Salvar alterações”.
Isso atualizará as configurações de permalink do WordPress. Agora você pode visitar a página do sitemap XML para ver se isso resolveu o problema.
Se isso não resolveu o problema, você pode continuar lendo.
2. Atualização manual de Permalinks
Se a atualização da estrutura de links permanentes do WordPress não corrigir o erro 404, você poderá informar manualmente ao servidor da Web para redirecionar os usuários para a página de mapa do site do Yoast SEO.
Para fazer isso, você precisará adicionar o seguinte código ao seu arquivo .htaccess
.
# 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
Observação: Se o seu site WordPress estiver instalado em um subdiretório ou pasta (por exemplo, https://example.com/mywebsite/
), será necessário usar o seguinte código.
# 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
Não se esqueça de substituir /mywebsite/
pelo nome de seu subdiretório.
Esse código simplesmente informa ao seu servidor da Web quais páginas devem ser exibidas quando os usuários acessarem os sitemaps XML do Yoast SEO.
Agora você pode tentar visualizar o mapa do site XML para ver se isso resolve o problema.
3. Mudar para um plug-in de Sitemaps XML
Se os métodos mencionados acima não resolveram o erro 404 na página do mapa do site XML do Yoast SEO, você pode tentar usar um plug-in separado para gerar mapas do site XML para o seu site. E um bom plug-in para isso é o plug-in XML Sitemaps.
A desvantagem dessa abordagem é que você terá que contar com um plug-in separado para gerar sitemaps XML e com o Yoast SEO para outros recursos de SEO.
Primeiro, você precisa instalar e ativar o plug-in XML Sitemaps. Para obter mais detalhes, consulte nosso guia passo a passo sobre como instalar um plug-in do WordPress.
Como você está usando o Yoast SEO, receberá automaticamente uma notificação para desativar o plug-in XML Sitemaps ou a funcionalidade de mapa do site do Yoast SEO.
Em seguida, você pode clicar no botão “Toggle Yoast SEO’s XML Sitemap” para continuar.
Isso o levará à guia “Features” (Recursos) em SEO ” General (Geral). A partir daí, você precisará rolar para baixo até a opção “XML sitemaps” e desativá-la.
Não se esqueça de clicar no botão “Save Changes” (Salvar alterações) para armazenar suas configurações.
Agora você pode alternar para a página Settings ” XML-Sitemap para configurar seus sitemaps. Para a maioria dos sites, as configurações padrão funcionariam imediatamente.
Mas você sempre pode definir as configurações de acordo com suas necessidades.
Agora você pode enviar o URL do mapa do site XML para o console de pesquisa do Google e outros mecanismos de pesquisa.
4. Mudar para o All in One SEO for WordPress
Se todas as opções acima falharem e você não quiser usar um plug-in separado para gerar sitemaps XML, esse método poderá ajudá-lo a corrigir o problema do erro 404 do sitemap.
Para esse método, você precisará do All in One SEO para WordPress. É o melhor plugin de SEO para WordPress do mercado e uma alternativa muito melhor ao Yoast SEO.
Você pode ver nossa comparação entre Yoast e All in One SEO para obter mais detalhes sobre as diferenças.
O All-in-One SEO (AIOSEO) vem com sitemaps XML avançados e opções fáceis de gerenciar que lhe dão controle total sobre o que incluir ou excluir deles.
Primeiro, vamos instalar e ativar o plug-in All in One SEO para WordPress. Para obter mais detalhes, consulte nosso guia passo a passo sobre como instalar um plug-in do WordPress.
Observação: Há também uma versão gratuita do All in One SEO para WordPress, que inclui a maioria dos recursos de mapa do site XML, exceto vídeo e notícias.
Após a ativação, o plug-in o guiará por um assistente de configuração. Se precisar de ajuda durante a configuração, siga nosso guia sobre como configurar corretamente o plug-in All in One SEO para WordPress.
O All in One SEO também permitirá que você importe dados de SEO do Yoast SEO.
Isso garante que todas as suas meta tags e títulos de SEO anteriores permaneçam inalterados.
Após a configuração inicial, você pode ir para a página All in One SEO ” Sitemaps para definir as configurações do sitemap XML.
Você pode clicar no botão “Open Sitemap” (Abrir mapa do site) para ver se o erro 404 do mapa do site foi corrigido no WordPress.
Depois disso, você define as configurações do mapa do site, se necessário.
Por exemplo, o All in One SEO permite que você escolha o que incluir em seus mapas de sites. Você pode adicionar ou remover tipos de post, taxonomias, posts individuais e páginas.
O All in One SEO também permite que você crie vídeos, notícias, mapas de sites RSS e mapas de sites HTML para o seu site.
Basta explorar suas guias para ver se deseja definir mais configurações.
Esses sitemaps também podem ser enviados ao Google Search Console e a outros mecanismos de pesquisa. Isso ajuda os mecanismos de pesquisa a encontrar rapidamente o conteúdo mais recente em seu site.
Dica de especialista: Não quer corrigir esse erro do WordPress por conta própria? Não se preocupe – nós o ajudamos! Diga adeus aos erros frustrantes e volte a se concentrar no que você gosta. Deixe-nos cuidar da parte técnica e agende nosso Suporte Emergencial para WordPress agora mesmo!
Esperamos que este artigo tenha ajudado você a corrigir o erro 404 do Sitemap do Yoast SEO no WordPress. Em seguida, talvez você também queira ver nosso guia completo de solução de problemas do WordPress ou ver como corrigir erros comuns do WordPress.
Se você gostou deste artigo, inscreva-se em nosso canal do YouTube para receber tutoriais em vídeo sobre o WordPress. Você também pode nos encontrar no Twitter e no Facebook.
Reyhan Emilia
Thank you because yoast had brought me to an impossible point. I will always read your blogs. You are perfect.
WPBeginner Support
You’re welcome, glad we could help!
Administrador
Scott Baranek
Thank you so much for this article!!! I have been speaking with multiple people and support teams and I always knew it was something easy. Article was broken down for easy understanding as well. Thank you!!!
Mark the martian
Thanks so much for explaining. Was pulling my hair out over this.
WPBeginner Support
Glad our guide was helpful
Administrador
ahmed
try to delete caches after first solution and it will work
WPBeginner Support
Thanks for sharing your recommendation
Administrador
Deepak kumar
Due to this tutorial. My issue fix thankyou so much………..
WPBeginner Support
You’re welcome, glad our guide could be helpful
Administrador
Adam
I was getting the same 404 error and the first solution solved the issue for me.
Many thanks!
WPBeginner Support
You’re welcome, glad our guide was helpful
Administrador
Binod Raj Joshi
Hey, wpbeginner, I was in sitemap trouble from a few days, now it have been solved. Learning a lot from you guys about wp error fixing, thanks!
WPBeginner Support
You’re welcome, glad our guide could help
Administrador
saurab
Hi
After moving to https from http, Sitemap address is displaying 404 error, Is it possible know the solution for this ?
Ashish Sharma
Nice pluging , but when I am creating sitmap using yoast and submitting it to webmaster it is showing 404 error for multiple urls. I searched in my site no where those urls exist. But y these are coming into sitemap I don’t understand any expert to help me
RAJEEV KUMAR
Sir, In my WordPress blog, 410 Response code error are showing in Yoast SEO’S Search Console feature. How I fix It.
seerity
Thanks, this fixed mine.
Tracy Pope
I tried to download the Yoast SEO plug in and I received this error message:
Fatal error: Call to undefined function apply_filters_deprecated() in /websites/websitename/wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php on line 246
I now can’t get into my back end of the website at all I just keep getting this error? What can I do??
WPBeginner Support
Hi Tracy,
You need to connect to your website using FTP or File Manager app in your cPanel account. Go to wp-content/plugins/ and delete wordpress-seo folder. After that you will be able to login to your WordPress admin area and reinstall the plugin.
Administrador
Amit
Hi,
To edit the .htaccess file do we need to remove the existing code and add your code
or
keep the existing code and add your code also?
Need help.
WPBeginner Support
Hi Amit,
Keep the existing code and paste the new code below it.
Administrador
Keitai
hmm,
Tried every suggestion but still got a 404. somehow i can’t redirect xml html htm php file extensions.
when i try
RewriteRule ^sitemap_index.xl$ /site/index.php?sitemap=1 [L] and not
RewriteRule ^sitemap_index.xml$ /site/index.php?sitemap=1 [L]
Hence, i removed the “m”, and the redirect works but sitemap_index.xml doesn’t
Any more tips?
Carol
I did the first option and now I have an internal server error!
Tony
Thanks for listening. I got the solution cheers
WPBeginner Support
Hey Tony,
Glad to hear that you found a solution. Good luck
Administrador
Tony
@wpbeginner support. I have already gotten the sitemap, the issue when I submit it to google for test it bring out an error http 404. I have read your post on how to edit .ht access file and wp seo. I have also check and unchecked the yoast plugin. But it hasn’t resolved the http 404. Please help
Tony
i just opened a new Wordpress site. I have tried everything still the site app generated by yoast seo is still showing http 404 error. What do I do. The website is . please note I have edited my .htaccess file, edited wp-content/Wordpress. Pap, unchecked and checked site map settings for seo, saved permalinks. I even used a free sitemap generator upload the file via my Cpanel but still am getting the same error
WPBeginner Support
Hi Tony,
If you are unable to find Yoast SEO generated sitemap file, then it is located at http://example.com/sitemap_index.xml
Replace example.com with your own domain name.
Administrador
nageswarao
hi bro my website Google XML Sitemaps not showing last 5 months (sitemap-pt-post-2016-06.xml end after not showing) and also sitemap-tax-post_tag.xml not showing how to solve my problem
Brandon Still
This worked for me, thank you!!!
Nik
Thanks! I was having the hardest time getting it to work and the first section with the .htaccess code did the trick!
Andy Johnston
Worked for me. Thank you!
Kunal Sarkar
Hi all,
I was facing the same problem while I came across this blog post. But I guess I found a better solution for non-tech guys.
You can simply install JetPack from Wordpress and Activate its Sitemap functionality and disable the Sitemap of Yoast. Additionally Jetpack has a lot of essential features that I guess every WP admin should have.
Thanks,
Kunal Sarkar
Shivam
For me there is a different issue. Its just showing plain text instead of links. Can some one help please
Naman Kumar
Hey, I’m using the same code goy fixing yoast xml sitemap but what to do for google analytics by yoast?
Mohammed Jhosawa
Hi Guys,
Please follow this steps if you are facing 404 error issue with Yoast XML Sitemap :
1. Go to > Yoast SEO Plugin.
2. Yoast SEO Plugin > XML Sitemap.
3. Uncheck the user XML Sitemap functionality > Save Changes.
4. Again Check XML Sitemap functionality > Save Changes.
5. Click on XML Sitemap and you’ll see your sitemap_index.xml right there.
Hope this information is useful to you.
Thanks.
Alx Diesel
@Mohammed Your suggestion worked. Thanks a lot.
Amar
Thnks bro this worked for me.
Mr. Dif
This worked for me also although I did implement the .htacess change as well.
Mohammed
Your idea was good and thanks a lot
Faisal Sofi
It worked… Thanks
Felix
Yo here is an easy way to fix it and should work fine for all!
Go to settings in wordpress
Select permalinks
Don’t change anything
Just Press save changes at the bottom of the page
Now click on your XML Site Map button again in Yoast
404 error should no longer show
You welcome homies
Pankaj
Yah This is fixed! Thanks a lot!
Christian
thanks man, this worked.
Grant
Reply to say that this method worked for me. Just go to permalinks page in settings, and click save.
Raf
Awesome!! It worked.
Sergey
Thanx! fixed for me
Deborah
Thank you so much! Worked like a charm to reduce the number from 1000 to 100.
Tim
Simply untick “Check this box to enable XML sitemap functionality.” in the SEO plug-in and Save Changes, then renable again. Problem solved.
Arshad
Thanks Joshua
Had the same problem. Changing the rows from 1000 to 100 will fixed it for me.
Klick
Thx i have change it too from 1000 to 100 now it work Thanx
Ridfay
Now work with this tips thanx
Miro
After adding the first code to your htacces file disable sitemap functionality flush your cache (if you use any of caching tools like w3 total cache) and then enable the functionality again.
It worked for me that way.
Thank you for the tutorial! It helped!
aaron
I seem to be getting this for my posts. I suspect yoast is deleting my .htaccess file.
Jeremy Vandermeer
Unchecking and rechecking the XML SItemap option also worked for me. Thanks!
Esteban
Thank you!
Joe
Hey guys. I fixed it! I turned this sitemap option off in this flawless plugin and used a different plugin. It was that easy. It was probably my crummy theme though. Probably.
Atanas Tanev
Ok guys. I was struggling with this issus for a day or so and finally I found the solution!
Skip the mentioned plugins and the codes which may harm your website. I’ve tried everything!
Simply uncheck the “remove strip” from yoast plugin and instead of this option just download and install the plugin: “Remove Category URL” from wordpress plugin section.
The plugin supports WPML and sitemaps and the 404 error is fixed!
Now you can buy me a beer for saving all your headaches!
Cheers!
Atanas Tanev
Nirav Dave
Hey ATANAS!
No way man! This solution worked for me mate. Thank you so much for sharing this.
Nirav
Bas
i placed the code in my .htaccess file and saved it. Now every page gives a 500 internal server Error!!!
What can i do?
Jay
Same with me!!!? Have you managed to fix this?
Miles O'Brien
What I did was I went to the xml sitemap page under the SEO plugin and under user sitemap I unchecked disable user sitemap. then when I put in the sitemap into webmasters it worked successfully. I can’t help you with your 500 internal error, But if you do this fresh it should work instead of using the code.
Rafael
BAS: Remove the code you entered into your.htaccess file, resave it to the server and reload the website.
Henry
If anyone is using iThemes security plug in and has set it to guard the .htaccess file, disable it and create your sitemap, then re-enable.
Rami Alloush
Uncheck then re-check indeed solved that for me.
Thanks
Chris
LOL This worked for me too. I looked at 25 pages before I saw your comment.
Nikos Kavvadas
I add the code in the .htaccess and then i uncheck the sitemap option in the Yoast’s SEO plugin and save their settings. After that i re-checking the sitemap’s option and the the error is solved!
Thanks!
Henk Valk
Thanks Joshua
Had the same problem. Changing the rows from 1000 to 100 will fixed it for me.
Morteza
Thanks a lot, but not works for me. I do all of these ways and check/save/uncheck/save/XML Sitemap process after one & both of them… but ERROR 404!
I’ll try another plugins for this.
thanks for your great site..
Gaurav k
yeah this one is a great finding thanks a lot
TimValDen
Worked for me too… I had the 404page problem when loading the sitemap generated by Yoast SEO.
Joshua Largent
This is what worked for me – Go to the yoast XML sitemap on your dashboard. Change the Max Entries per sitemap from 1000 to 100. Worked like a charm for me.
Tony
Easy does it again, change from 1000 to 100 did the job, without changing the code. Thank You!
onarto
It looks like htaccess edition disappear since yesterday… nothing in the menu anymore…
Adrienne McCue
Just checking and unchecking takes care of the issue. I will check this plugin out now! I did so much seo before, but I like so many features here!
David Bell
I found the same thing as Jane below. Thank you!
smaug
adding the following code to my .htaccess fixed the sitemap for me:
https://gist.github.com/jdevalk/5345872
(note this code is for if your wordpress installation is in a subdirectory named wordpress, if your is in a different folder, change the directory name in the code)
Awais
i have photography website . Should i uncheck the exclude media option or it’s ok?