You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same issue here. I'm just adding unsupported meta tags manually in the template now cause django-meta doesnt support the Facebook/OpenGraph metatags/microtags for product catalog registration. Would be great if one could just add new tags via the MetaMixin.
Would it perhaps be an idea to start implementing the JSON-LD instead or as an addition to the basic meta tags? I could imagine that that would bring quite an advantage nowadays and should be (?) more extendable? I haven't done much research and just stumbled upon JSON-LD though.
Activity
lggwettmann commentedon Aug 15, 2019
Same issue here. I'm just adding unsupported meta tags manually in the template now cause django-meta doesnt support the Facebook/OpenGraph metatags/microtags for product catalog registration. Would be great if one could just add new tags via the MetaMixin.
yakky commentedon Aug 15, 2019
@lggwettmann thanks for the feedback. You can also add custom tags via
extra_props
,extra_custom_props
https://django-meta.readthedocs.io/en/latest/views.html#extra-propslggwettmann commentedon Aug 16, 2019
Tried that, but didn't show up in the meta tags.
lggwettmann commentedon Aug 16, 2019
Would it perhaps be an idea to start implementing the JSON-LD instead or as an addition to the basic meta tags? I could imagine that that would bring quite an advantage nowadays and should be (?) more extendable? I haven't done much research and just stumbled upon JSON-LD though.
yakky commentedon Aug 16, 2019
JSON-LD support is in the works in #76
My goal is to implement less tags and allow people to have a simple way to add the tags they care about :)
yakky commentedon Aug 16, 2019
@lggwettmann are you using views or models?
yakky commentedon Aug 16, 2019
@lggwettmann you may want to check #95 (and https://github.com/nephila/django-meta/pull/95/files#diff-823680934ff274e0f1ecdacdf80a9f61R3 in detail) regarding implementing extra / custom tags properties