Social Meta Tags 1.10 Content part for Social Meta Tags (Open Graph Tags for Facebook/Google/Pinterest/Linkedin

Content part for Social Meta Tags (Open Graph Tags for Facebook/Google/Pinterest/Linkedin and Twitter Card Tags)

Module Version History and Updates

Version 1.0 for Orchard 1.8 (first version)

Version 1.8 for Orchard 1.8 (Recommended)

  • Includes ability to set default values from tokens for Open Graphs Meta Tags Part.

Version 1.9 for Orchard 1.9 (Recommended)

  • Works with Orchard 1.9 targeting .NET 4.5.1

  • Also Includes ability to set default values from tokens for Open Graphs Meta Tags Part.

Version 1.10 for Orchard 1.10 (Recommended)

  • Works with Orchard 1.10 targeting .NET 4.5.2

  • Also Includes ability to set default values from tokens for Open Graphs Meta Tags Part.

Module Details

Om.Orchard.SocialMetaTags Module allows content author to enter various Social Meta Tags inputs and then module renders meta tag output on the page.

It has 3 attachable content part which can be attached to Page or Blog or BlogPost.

1) Authorship Meta Tags Part-

This Content part renders author=rel and author=pulisher tag which is useful in Google Search Results Page. Using these tags do require one time verification by Google.

2) Open Graph Meta Tags Part

Attaching this content part allows for basic Open Graph Meta Tags for Social Sharing on Facebook, Google+, Twitter, Linkedin, Pinterest. It has support for og:type, og:title, og:image, og:url, og:description, og:locale, og:site_name and fb:admins.

3) Twitter Summary Card Meta Tags Part

Attaching this content part allows for meta tags for sharing on Twitter. This has support for twitter:card, twitter:title, twitter:description, twitter:image, twitter:creator, twitter:site. Using these tags require one time verification by Twitter.

Module Usage Instructions

https://github.com/bhavinbdoshi/Om.Orchard.SocialMetaTags

Tags Documentation & Verification Links:

Open Graph - Facebook Debugger
    Open Graph Tags: http://ogp.me/
    Testing Tool https://developers.facebook.com/tools/debug/

Google+ Authorship
    Google+ Snippet https://developers.google.com/+/web/snippet/
    Structured Data Testing Tool: http://www.google.com/webmasters/tools/richsnippets
    Authorship Verification https://support.google.com/webmasters/answer/2539557?hl=en

Twiiter Summary Cards
    Card Tags https://dev.twitter.com/docs/cards/types/summary-card
    Validator Tool https://dev.twitter.com/docs/cards/validation/validator

Check out Demo Site: http://orchard-social-meta-tags-demo.azurewebsites.net/

Github Source Code: https://github.com/bhavinbdoshi/Om.Orchard.SocialMetaTags

Thanks to Benedikt Neuhold (https://github.com/benschi11) for the Pull Request for adding support for tokenized default values for Open Graph Meta Tags Part.