ethercreative / seo

SEO utilities including a unique field type, sitemap & redirect manager
MIT License
269 stars 96 forks source link

Site name is not updating #421

Closed wallythewebdev closed 2 years ago

wallythewebdev commented 2 years ago

Description

Site name is not updating - it is showing the previous URL from my nitro site:

<meta property="og:title" content="home - http://test.nitro">

image

How do I go about updating this field or clearing any cache left over from my local build?

Any help would be greatly appreciated as I've bee going around in circles for a while now. Thanks - W

Additional info

wallythewebdev commented 2 years ago

Answer:

Because the site name had been set at the page level (by the global rule) - the page level overwrites the global default. Deleting the SEO tags at the page level (i.e. in the home page - SEO field) allowed for the values to reset.

alexjcollins commented 2 years ago

Thanks for following up here @wallythewebdev and glad you got it sorted 💪