clickstorm / cs_seo

[clickstorm] SEO
Other
33 stars 49 forks source link

Unnecessary wrap for twitter meta tags? #209

Closed derghostface closed 5 years ago

derghostface commented 6 years ago

I don't get it why the meta tags for twitter:creator and twitter:site are wrapped with <meta |/>. With that in TYPO3 9.5 you get following output:

<meta name="twitter:creator" content="&lt;meta name=&quot;twitter:creator&quot; content=&quot;@&quot; /&gt;" />
<meta name="twitter:site" content="&lt;meta name=&quot;twitter:site&quot; content=&quot;@&quot; /&gt;" />

Changing the wrap to "@|" it works as expected. I also added "required=1" so that the meta tags are not shown when there is no content defined.

mhirdes commented 5 years ago

Thanks a lot for your report.