ethercreative / seo

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

Is Pro required for Focus keywords to work? #429

Closed alanski66 closed 2 years ago

alanski66 commented 2 years ago

Description

I see Live preview url config mentioned for focus urls. Does this mean Craft Pro is required for this feature to work?

Additional info

alanski66 commented 2 years ago

In the absence of response and for anyone else wondering it looks like keywords is intentionally disabled and its being considered as a possible pro feature. I think thats a great idea. The reasons its blurred out is because of specific css styles blurring the entry fields. You can see the css for the element and see the pro switch for entry fields in 'src/templates/_seo/fieldtype.twig'. I hope this gets some attention and clarity soon as its a nice feature.

.seo--preview-dependent:before { background-color: hsla(0,0%,100%,0); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }