Website: worthashot.netlify.app
My problem
Google Webmasters Console (aka Google Search Console) does not index my different pages of my Angular website, although I have provided a fully working sitemap.xml. I think it’s because of Angular being an SPA and using _redirects.txt.
I enabled Prerendering into hoping it would help, but I have no clue how I could see whether it works. I can’t see what pages have been prerendered, nor whether Google Search Console is too slow with reanalyzing my sitemap.
My sitemap.xml
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url><loc>http://worthashot.be</loc><priority>1</priority></url>
<url><loc>http://worthashot.be/about</loc><priority>1</priority></url>
<url><loc>http://worthashot.be/game/create</loc><priority>0.5</priority></url>
<url><loc>http://worthashot.be/game/play</loc><priority>0.5</priority></url>
<url><loc>http://worthashot.be/privacy-policy</loc><priority>0.5</priority></url>
<url><loc>http://worthashot.be/cookie-policy</loc><priority>0.5</priority></url>
<url><loc>http://worthashot.be/login</loc><priority>0.5</priority></url>
<url><loc>http://worthashot.be/register</loc><priority>0.5</priority></url>
<url><loc>http://worthashot.be/upcoming-features</loc><priority>0.5</priority></url>
<url><loc>http://worthashot.be/blog</loc><priority>0.5</priority></url>
<url><loc>http://worthashot.be/store</loc><priority>0.5</priority></url>
<url><loc>http://worthashot.be/store/products</loc><priority>0.5</priority></url>
<url><loc>http://worthashot.be/blog/read/a969e9b7-bbc2-4fb6-874b-81325702fd6f/Circle%20of%20Death%20now%20in%20beta</loc><priority>0.5</priority></url>
<url><loc>http://worthashot.be/blog/read/921e249e-f757-426a-ba4b-10cd64168ebf/How%20was%20WorthaShot%20created%3F</loc><priority>0.5</priority></url>
<url><loc>http://worthashot.be/blog/blog/read/ad9ec09d-02fa-44f9-a159-1b534eb62f08/What%20is%20FizzBuzz%3F</loc><priority>0.5</priority></url>
<url><loc>http://discord.worthashot.be</loc><priority>0.75</priority></url>
<url><loc>http://www.worthashot.be</loc><priority>0.5</priority></url>
<url><loc>http://www.worthashot.be/game/create</loc><priority>0.5</priority></url>
<url><loc>http://www.worthashot.be/game/play</loc><priority>0.5</priority></url>
<url><loc>http://www.worthashot.be/privacy-policy</loc><priority>0.5</priority></url>
<url><loc>http://www.worthashot.be/cookie-policy</loc><priority>0.5</priority></url>
<url><loc>http://www.worthashot.be/upcoming-features</loc><priority>0.5</priority></url>
<url><loc>http://www.worthashot.be/login</loc><priority>0.5</priority></url>
<url><loc>http://www.worthashot.be/register</loc><priority>0.5</priority></url>
<url><loc>http://www.worthashot.be/blog</loc><priority>0.5</priority></url>
<url><loc>http://www.worthashot.be/store</loc><priority>0.5</priority></url>
<url><loc>http://www.worthashot.be/store/products</loc><priority>0.5</priority></url>
<url><loc>http://www.worthashot.be/blog/read/a969e9b7-bbc2-4fb6-874b-81325702fd6f/Circle%20of%20Death%20now%20in%20beta</loc><priority>0.5</priority></url>
<url><loc>http://www.worthashot.be/blog/read/921e249e-f757-426a-ba4b-10cd64168ebf/How%20was%20WorthaShot%20created%3F</loc><priority>0.5</priority></url>
<url><loc>http://www.worthashot.be/blog/read/ad9ec09d-02fa-44f9-a159-1b534eb62f08/What%20is%20FizzBuzz%3F</loc><priority>0.5</priority></url>
<url><loc>http://discord.worthashot.be</loc><priority>0.75</priority></url>
</urlset>
My _redirects.txt
http://worthashot.netlify.com/* https://worthashot.netlify.com/:splat 301!
/* /index.html 200