clickstorm / cs_seo

[clickstorm] SEO
Other
33 stars 49 forks source link

Missing og: Fallbacks #326

Closed SicorDev closed 7 months ago

SicorDev commented 8 months ago

Hello there,

In the latest version I found it an improvement to add this typoscript:

page.meta { og:title.data = page:title og:title.attribute = property og:description.data = page:description og:description.attribute = property }

So if the lazy editor doesn't fill in anything on the Social Media tab it still generates a proper Card on Twitter.

BTW: og:title fallback should probably be og_title > seo_title > title

Greetings, Manuel

mhirdes commented 7 months ago

Hi Manuel, it is not necessary to add them. If not set, the title tag and the meta description is used.