Hey Guys i need help with my small website, Google Search results show the subdomain instead of my custom domain. This was working for the past 3 weeks, then i tried yesterday to check again since google notified me that it reached 900+ clicks but it wasn’t indexed by Google i can’t find it anymore in the search results, so i resubmitted the url to be indexed again in ‘Google Search Console’ but when it was indexed what’s showing in search results is ‘Netlify’ and not the title of my website, you can also see that the site is referring to the subdomain and not my custom domain
before what was shown above is:
letterstocasper.ph
https://letterstocasper.ph
Now here’s what i did so far:
i added a _redirect inside the public/ of my react app
https://letterstocasper.netlify.app/* https://letterstocasper.ph/:splat 301!
/* /index.html 200
also added a canonical tag in public/index.html
<link rel="canonical" href="https://letterstocasper.ph/" />
After I added those, I submitted it again to index my site, but it still displays ‘Netlify’