bobdenotter / seo

Bolt SEO extension
https://bobdenotter.github.io/seo/
MIT License
47 stars 33 forks source link

SEO not fetching on canonical URL's #51

Open aniketgundecha2002 opened 6 years ago

aniketgundecha2002 commented 6 years ago

Bolt Version :: 3.0.11 Plugin Version :: 1.0.3

The extension is installed , the values are getting saved in the database , i have added the tags required to fetch seo in my header.twig file which is used across the website

Canonical Link ( Fetching wrong seo tags ) :: http://orbitindia.net/news Adding Params fetches correct tags :: http://orbitindia.net/news/1

fvanhove commented 6 years ago

@aniketgundecha2002 Did you find any solution for this problem, I am facing the same situation.

Thank you.

aniketgundecha2002 commented 6 years ago

@fvanhove the extension works just fine.. i don't really remember how was this resolved but if your hosting provider is windows azure app then you need to configure the custom domains in your hosting panel

xiaohutai commented 6 years ago

@aniketgundecha2002 Was it because /news was a listing page and therefore didn't have an associated record with it? And now it works because you converted it to a page with the slug news and it works now?

Glad it works now though

aniketgundecha2002 commented 6 years ago

@xiaohutai i believe yes that would be the issue..