artesaos / seotools

SEO Tools for Laravel
MIT License
3.08k stars 504 forks source link

Meta tags added with `SEOMeta::addMeta()` are not rendered #319

Closed Livijn closed 6 months ago

Livijn commented 6 months ago

What steps will reproduce the problem?

Adding SEOMeta::addMeta('author', 'companyname'); Render with {!! SEO::generate(true) !!}

What is the expected result?

<meta name="author" content="companyname">

What do you get instead?

Nothing is rendered, but the default available tags are rendered correctly.

Additional info

Q A
This Package Version v1.2.0
Laravel Framework Version v9.52.16
Livijn commented 6 months ago

Nvm, my bad