Você está tentando corrigir o erro 404 do mapa do site do Yoast SEO no WordPress?
O Yoast SEO é um dos plug-ins de SEO mais populares para WordPress. Devido a um conflito de plug-ins ou a configurações incorretas do WordPress, ele pode mostrar um erro 404 quando você tenta visitar seu sitemap XML.
Neste artigo, mostraremos a você como corrigir facilmente o erro 404 do sitemap XML do Yoast SEO no WordPress.
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 site, o que pode resultar em melhor visibilidade e classificação nos mecanismos de pesquisa. Isso também ajudará a classificar seu conteúdo mais rapidamente do que sem um mapa do site.
O WordPress vem com 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 plug-ins de SEO do WordPress, como o All in One SEO for WordPress ou o plug-in Yoast 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, esses plug-ins reescrevem o atalho padrão do mapa do site XML do WordPress.
Isso significa que o URL do mapa do site mencionado acima agora 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.
Dito isso, vamos dar uma olhada em como corrigir facilmente o erro 404 do mapa do site do WordPress no plug-in Yoast SEO.
1. Atualizar a estrutura de links permanentes do WordPress
O WordPress vem com uma estrutura de URL amigável para SEO (também chamada de permalinks). Essa estrutura de URL usa um sistema de redirecionamento para informar ao seu 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.
No entanto, às vezes o WordPress pode não conseguir atualizar a estrutura de permalink, o que pode causar o aparecimento do erro 404 do mapa do site do Yoast SEO.
Isso pode ser facilmente corrigido visitando 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 seu site.
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, ele mostrará automaticamente uma notificação para desativar o plug-in XML Sitemaps ou a funcionalidade de mapa do site do Yoast SEO.
Clique no botão Toggle Yoast SEO’s XML Sitemap para continuar.
Isso o levará à guia Features (Recursos ) na página SEO ” General (Geral ). A partir daí, você precisa 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 etapas de solução de problemas 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 de erro 404 do sitemap.
Para esse método, você precisará do All in One SEO para WordPress. Ele é 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 com opções fáceis de gerenciar que lhe dão controle total sobre o que incluir ou excluir dos sitemaps XML.
Primeiro, você precisa 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 sitemap XML, exceto sitemaps de vídeo e notícias.
Após a ativação, o plug-in o guiará por um assistente de configuração. Você pode seguir nosso guia sobre como configurar corretamente o plugin All in One SEO para WordPress se precisar de ajuda durante a configuração.
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 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.
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.
Esperamos que este artigo tenha ajudado você a corrigir o erro 404 do Sitemap do Yoast SEO no WordPress. Talvez você também queira consultar 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.
Syed Balkhi says
Hey WPBeginner readers,
Did you know you can win exciting prizes by commenting on WPBeginner?
Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
You can get more details about the contest from here.
Start sharing your thoughts below to stand a chance to win!
Reyhan Emilia says
Thank you because yoast had brought me to an impossible point. I will always read your blogs. You are perfect.
WPBeginner Support says
You’re welcome, glad we could help!
Administrador
Scott Baranek says
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 says
Thanks so much for explaining. Was pulling my hair out over this.
WPBeginner Support says
Glad our guide was helpful
Administrador
ahmed says
try to delete caches after first solution and it will work
WPBeginner Support says
Thanks for sharing your recommendation
Administrador
Deepak kumar says
Due to this tutorial. My issue fix thankyou so much………..
WPBeginner Support says
You’re welcome, glad our guide could be helpful
Administrador
Adam says
I was getting the same 404 error and the first solution solved the issue for me.
Many thanks!
WPBeginner Support says
You’re welcome, glad our guide was helpful
Administrador
Binod Raj Joshi says
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 says
You’re welcome, glad our guide could help
Administrador
saurab says
Hi
After moving to https from http, Sitemap address is displaying 404 error, Is it possible know the solution for this ?
Ashish Sharma says
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 says
Sir, In my WordPress blog, 410 Response code error are showing in Yoast SEO’S Search Console feature. How I fix It.
seerity says
Thanks, this fixed mine.
Tracy Pope says
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 says
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 says
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 says
Hi Amit,
Keep the existing code and paste the new code below it.
Administrador
Keitai says
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 says
I did the first option and now I have an internal server error!
Tony says
Thanks for listening. I got the solution cheers
WPBeginner Support says
Hey Tony,
Glad to hear that you found a solution. Good luck
Administrador
Tony says
@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 says
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 says
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 says
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 says
This worked for me, thank you!!!
Nik says
Thanks! I was having the hardest time getting it to work and the first section with the .htaccess code did the trick!
Andy Johnston says
Worked for me. Thank you!
Kunal Sarkar says
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 says
For me there is a different issue. Its just showing plain text instead of links. Can some one help please
Naman Kumar says
Hey, I’m using the same code goy fixing yoast xml sitemap but what to do for google analytics by yoast?
Mohammed Jhosawa says
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 says
@Mohammed Your suggestion worked. Thanks a lot.
Amar says
Thnks bro this worked for me.
Mr. Dif says
This worked for me also although I did implement the .htacess change as well.
Mohammed says
Your idea was good and thanks a lot
Faisal Sofi says
It worked… Thanks
Felix says
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 says
Yah This is fixed! Thanks a lot!
Christian says
thanks man, this worked.
Grant says
Reply to say that this method worked for me. Just go to permalinks page in settings, and click save.
Raf says
Awesome!! It worked.
Sergey says
Thanx! fixed for me
Deborah says
Thank you so much! Worked like a charm to reduce the number from 1000 to 100.
Tim says
Simply untick “Check this box to enable XML sitemap functionality.” in the SEO plug-in and Save Changes, then renable again. Problem solved.
Arshad says
Thanks Joshua
Had the same problem. Changing the rows from 1000 to 100 will fixed it for me.
Klick says
Thx i have change it too from 1000 to 100 now it work Thanx
Ridfay says
Now work with this tips thanx
Miro says
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 says
I seem to be getting this for my posts. I suspect yoast is deleting my .htaccess file.
Jeremy Vandermeer says
Unchecking and rechecking the XML SItemap option also worked for me. Thanks!
Esteban says
Thank you!
Joe says
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 says
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 says
Hey ATANAS!
No way man! This solution worked for me mate. Thank you so much for sharing this.
Nirav
Bas says
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 says
Same with me!!!? Have you managed to fix this?
Miles O'Brien says
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 says
BAS: Remove the code you entered into your.htaccess file, resave it to the server and reload the website.
Henry says
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 says
Uncheck then re-check indeed solved that for me.
Thanks
Chris says
LOL This worked for me too. I looked at 25 pages before I saw your comment.
Nikos Kavvadas says
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 says
Thanks Joshua
Had the same problem. Changing the rows from 1000 to 100 will fixed it for me.
Morteza says
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 says
yeah this one is a great finding thanks a lot
TimValDen says
Worked for me too… I had the 404page problem when loading the sitemap generated by Yoast SEO.
Joshua Largent says
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 says
Easy does it again, change from 1000 to 100 did the job, without changing the code. Thank You!
onarto says
It looks like htaccess edition disappear since yesterday… nothing in the menu anymore…
Adrienne McCue says
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 says
I found the same thing as Jane below. Thank you!
smaug says
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 says
i have photography website . Should i uncheck the exclude media option or it’s ok?