Created
December 2, 2013 11:01
-
-
Save morav/7747954 to your computer and use it in GitHub Desktop.
Microdata example http://www.aljtmedia.com/blog/a-look-at-implementing-html5-microdata-and-its-affect-on-your-seo#.UpHVTyhX-pj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html lang="en-GB" itemscope itemtype="http://schema.org/LocalBusiness"> | |
<head prefix="og: http://ogp.me/ns#; dc: http://purl.org/DC/elements/1.1/"> | |
<meta charset="utf-8" /> | |
<title>A Look at Implementing HTML5 Microdata and Its Effect on Your SEO - Web Design</title> | |
<!-- SEO Tags --> | |
<!-- Dublin Core RDF --> | |
<meta property="dc:subject" content="Web Design" /> | |
<meta property="dc:created" content="2013-11-12T04:19:22" /> | |
<meta property="dc:creator" content="Lewis Theobald" /> | |
<meta property="dc:publisher" content="Web Design Cheshire, Chester - ALJT Media" /> | |
<meta property="dc:format" content="text/html" /> | |
<meta property="dc:identifier" content="http://www.aljtmedia.com/blog/a-look-at-implementing-html5-microdata-and-its-affect-on-your-seo" /> | |
<meta property="dc:type" content="text" /> | |
<!-- Facebook / Twitter --> | |
<meta property="og:image" content="http://static.aljtmedia.com/uploads/blog/84175681952863e1c0a8962.33784793_2477b269.png" /> | |
<meta property="og:updated_time" content="1384247962" /> | |
<meta property="twitter:image" content="http://static.aljtmedia.com/uploads/blog/84175681952863e1c0a8962.33784793_2477b269.png" /> | |
<meta property="twitter:image:width" content="710"> | |
<meta property="twitter:image:height" content="357"> | |
<meta name="description" content="HTML5 Microdata has become an important SEO consideration when Google, Yahoo and Bing came together to implement one of the largest web ontologies, Schema.org." /> | |
<meta name="keywords" content="HTML5, Microdata, Structured Data, SEO, ontology, web development" /> | |
<meta name="robots" content="index, follow" /> | |
<meta name="author" content="ALJT Media, [email protected]" /> | |
<!-- DublinCore --> | |
<link rel="schema.dc" href="http://purl.org/DC/elements/1.1/" /> | |
<meta property="dc.title" content="A Look at Implementing HTML5 Microdata and Its Effect on Your SEO - Web Design" /> | |
<meta property="dc.description" content="HTML5 Microdata has become an important SEO consideration when Google, Yahoo and Bing came together to implement one of the largest web ontologies, Schema.org." /> | |
<!-- OpenGraph --> | |
<meta property="og:type" content="article" /> | |
<meta property="og:title" content="A Look at Implementing HTML5 Microdata and Its Effect on Your SEO - Web Design" /> | |
<meta property="og:description" content="HTML5 Microdata has become an important SEO consideration when Google, Yahoo and Bing came together to implement one of the largest web ontologies, Schema.org." /> | |
<meta property="og:url" content="http://www.aljtmedia.com/blog/a-look-at-implementing-html5-microdata-and-its-affect-on-your-seo" /> | |
<meta property="og:site_name" content="ALJT Media" /> | |
<!-- Schema.org --> | |
<meta itemprop="name" content="A Look at Implementing HTML5 Microdata and Its Effect on Your SEO - Web Design" /> | |
<meta itemprop="description" content="HTML5 Microdata has become an important SEO consideration when Google, Yahoo and Bing came together to implement one of the largest web ontologies, Schema.org." /> | |
<meta itemprop="image" content="http://static.aljtmedia.com/images/template/aljt/1.0.3/aljt_media_logo.jpg" /> | |
<!-- Twitter Cards --> | |
<meta name="twitter:card" content="summary" /> | |
<meta name="twitter:site" content="@ALJTMedia"> | |
<meta name="twitter:creator" content="@ALJTMedia"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment