Please add support for optimized meta data
-
Facebook suggests to output only basic og:meta on each page while pointing social media crawlers to a separate URL for detailed og:meta using:
<link rel="opengraph" href="{DESTINATION_URL}"/>
and referencing the original page on the separate URL like so:
<meta property="og:type" content="metadata"/> <link rel="origin" href={SOURCE_URL}/>
See Facebook’s documentation about this at:
https://developers.facebook.com/docs/sharing/webmasters/optimizingIt would be nice to have support for this in the plugin.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Please add support for optimized meta data’ is closed to new replies.