StackUp-Digital / Sanity-SEO-Plugin

Our first Sanity Plugin 🎉 the StackUp SEO Plugin is designed to improve SEO configuration in Sanity
MIT License
2 stars 0 forks source link

Remove Validation Error on Title #5

Open lewismorris opened 3 months ago

lewismorris commented 3 months ago

Currently you'll get a validation error if your Title for SEO & social sharing is below 15 chars. There is some cases where it's valid to have a title this short, for example:

{pageTitle} | MyWebsite.co.uk, if you had a "Contact Us" title this would only be 10 chars but is a valid title for the pages used case.

JamieBradders commented 3 months ago

Yo @lewismorris, thanks for raising this. I'm conscious that different SEO teams might have a different opinion about the optimal minimum number of characters for a page title. I have an idea to make this criteria configurable via the plugin config; would that work in your case?

lewismorris commented 3 months ago

@JamieBradders yeah that would work for me. I'll still having the recommend length but the ability to modify the validation lenght would be great.