wanze / SeoMaestro

🧙‍♂️A ProcessWire module helping you to manage SEO related tasks like a boss.
MIT License
34 stars 9 forks source link

Attribute value not allowed on element meta at this point. #2

Closed rafaoski closed 5 years ago

rafaoski commented 5 years ago

Thanks for this module @wanze ... I noticed in the validator Tracy Debugger that the meta value should not be in some places of the code ...

See this screenshot:

fireshot capture 25 - processwire cms will rise to any task - http___starter test_

It seems that it is enough to change in two files

site\modules\SeoMaestro\src\MetaSeoData.php site\modules\SeoMaestro\src\TwitterSeoData.php

wanze commented 5 years ago

Thanks @rafaoski, good catch! :) Fixed with the latest commit.

rafaoski commented 5 years ago

Thanks @wanze for the correction ... Now it looks great.