EtchUK/Etch.OrchardCore.SEO

How to add custom metadata tags?

Closed this issue · 2 comments

It looks like LinkedIn uses an og:image like this:

<meta name="image" property="og:image" content="[Image URL here]">

Is there any way to add this custom tag?

@devlife If you're using our fields module there is a dictionary field for defining custom properties.

private void RegisterCustom(IList<DictionaryItem> customMetaTags)

Ah I didn't know about the fields module. However, it doesn't allow the use of the property property on the meta tag. I submitted PR #69