I’m still struggling with this. Google Search Console, Semrush and all other SEO ‘helpers’ are all calling for me to include a Canonical tag in my Gatsby site.
If I hardcode to my website https://www.joeblogs.com/*
- Algolia doesn’t crawl my site
If I use a relative Canonical /*
- All the SEO helpers cry murder
So what’s the best plan of action here for me to fix this issue in Algolia opinion?
Is there some kind of environment variable from Netlify I can use to help like {DEPLOY_PRIME_URL}/*
(Build environment variables | Netlify Docs)?
Any help much appreciated.