clickstorm/cs_seo

Missing og: Fallbacks

Closed this issue · 1 comments

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

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