Pages with Redirect Error Google Search Console (Indexing)
Unanswered
Highlander posted this in #help-forum
HighlanderOP
I have a website made with Next.js 13 and I have implemented all the best SEO practices with canonical URL for each page, meta titles, meta descriptions and a sitemap.
However, I am still getting this page with redirect error. I am a bit confused on why I am receiving this error. I have requested validation and it has been 3 weeks and still is pending.
I have a feeling it has to do with the URL but I need help and clarification. Should I add the https://, should I add the www. ?
So my sitemap is: https://www.competitiveedgedumpsters.com/sitemap.xml
I have a few screenshots of what the error is and for what pages.
I also have seen what pages are indexed using the site: method
site:competitiveedgedumpsters.com
site:https://www.competitiveedgedumpsters.com/
The one with the https: doesn't show the home page is indexed but the one without shows a home page index but without the https
Here is the website domain: https://www.competitiveedgedumpsters.com/
My domain is hosted on Vercel, I will add that screenshot as well.
However, I am still getting this page with redirect error. I am a bit confused on why I am receiving this error. I have requested validation and it has been 3 weeks and still is pending.
I have a feeling it has to do with the URL but I need help and clarification. Should I add the https://, should I add the www. ?
So my sitemap is: https://www.competitiveedgedumpsters.com/sitemap.xml
I have a few screenshots of what the error is and for what pages.
I also have seen what pages are indexed using the site: method
site:competitiveedgedumpsters.com
site:https://www.competitiveedgedumpsters.com/
The one with the https: doesn't show the home page is indexed but the one without shows a home page index but without the https
Here is the website domain: https://www.competitiveedgedumpsters.com/
My domain is hosted on Vercel, I will add that screenshot as well.
1 Reply
A couple of things might be happening here...
1. You might have to enable redirection from the root domain to the www subdomain (
2. You might have a middleware that's redirecting users around for whatever reason, ant the crawler doesn't like that.
For a more detailed answer we need a bit more information on your project and how it's configured.
Also keep in mind that Google is notoriously slow to convalidate corrections submitted through the search console.
1. You might have to enable redirection from the root domain to the www subdomain (
https://yourwebsite... -> https://www.yourwebsite...),2. You might have a middleware that's redirecting users around for whatever reason, ant the crawler doesn't like that.
For a more detailed answer we need a bit more information on your project and how it's configured.
Also keep in mind that Google is notoriously slow to convalidate corrections submitted through the search console.