2 Pieces of MicroData you should all be using!

Discussion in 'Microdata' started by Helge Sverre, Mar 31, 2014.

  1. #1
    Hey there guys, though i'd share some info with you.

    Here is 2 pieces of Microdata you should all be using.

    The Open Graph Tags ( more info )

    <!-- OPEN GRAPH TAGS -->
    <meta property="og:image" content="http://example.com/path/to/logo.png"/>
    <meta property="og:title" content="Example title"/>
    <meta property="og:url" content="http://example.com/"/>
    <meta property="og:site_name" content="example site name"/>
    <meta property="og:type" content="website"/>
    
    HTML:
    Twitter Card Tags ( more info )
    <!-- TWITTER TAGS -->
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:site" content="@twitterusername">
    <meta name="twitter:title" content="example title">
    <meta name="twitter:description" content="example descrption">
    <meta name="twitter:creator" content="@twitterusername">
    <meta name="twitter:image:src" content="http://example.com/path/to/logo.png">
    <meta name="twitter:domain" content="example.com">
    HTML:
    These tags will improve your website representation on facebook, twitter and various other social networks.

    Note about the twitter cards: Twitter has to approve your domain before you can take full use out of the twitter cards, You can do that by clicking "validate my domain" when you check your website with the twitter card validator.

    For a real life example of how these tags are applied you can view the source on my website: HelgeSverre.com (go to website -> right click -> view source)
     
    Helge Sverre, Mar 31, 2014 IP
  2. enous

    enous Well-Known Member

    Messages:
    1,500
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    158
    #2
    it seems time for me to chase up
     
    enous, Mar 10, 2016 IP