1 / 12

Microdata for Content Enhancement

Microdata for Content Enhancement. By Dan Wilhelm CIT-230~07 Brother Horton. What is Microdata?.

onawa
Download Presentation

Microdata for Content Enhancement

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Microdata for Content Enhancement By Dan Wilhelm CIT-230~07 Brother Horton

  2. What is Microdata? • “Micro Data (like RDFa and Microformats) is a form of semantic mark-up designed to describe elements on a web page e.g. review, person, event etc. This mark-up can be combined with typical HTML properties to define each item type through the use of associated attributes.” • Source: Laura Lippay (2012),Rich Snippets: Everything You Need to Know, Built Visible, Nov. 27, 2012 - Retrieved on June 6, 2014 from http://builtvisible.com/micro-data-schema-org-guide-generating-rich-snippets/

  3. An Example of Microdata • <div itemscopeitemtype=http://data-vocabulary.org/Person> • Hi, my name is <span itemprop=“name”>Danbob</span>. I am so glad to meet you. I started a flickr group available at: <span itemprop=“url”>http://www.flickr.com/groups/reallyhugecats/</span>. I would love for you to visit and see all the cat pictures! My mother’s name is <span itemprop=“parent”>Carol</span>. She was a wonderful woman. Thanks for listening. • </div> • When we run this we get: • Hi, my name is Danbob. I am so glad to meet you. I started a flickr group available at: http://www.flickr.com/groups/reallyhugecats/. I would love for you to visit and see all the cat pictures! My mother’s name is Carol. She was a wonderful woman. Thanks for listening. • Microdata does not show up on screen at all. Not even as a tooltip.

  4. Line 1: Defining the itemtype. • <div itemscopeitemtype=http://data-vocabulary.org/Person> • itemscope tells the browser the content contained with in the div contains microdataitems. • Itemtype defines what type of item is being used. • The url must always be included. The current url is: http://data-vocabulary.org/ • The actual itemtype is added after the final forward slash as in: http://data-vocabulary.org/Person

  5. Line 2: Defingitemprops. • Hi, my name is <span itemprop=“name”>Danbob</span>. I am so glad to meet you. I started a flickr group available at: <span itemprop=“url”>http://www.flickr.com/groups/reallyhugecats/</span>. I would love for you to visit and see all the cat pictures! My mother’s name is <span itemprop=“parent”>Carol</span>. She was a wonderful woman. Thanks for listening. • Itemproptells the browser what type of information the item between the spans are.

  6. What’s the point of Microdata? • Microdata is used by browsers and search engine crawlers to enhance the end-users online experience. • It is pure semantics. • It improves SEO rankings on search sites like Google. • It helps search users to find exactly what they are looking for.

  7. Types and Properties • Although http://data-vocabulary.org is used in HTML5 to declare the type of microdata being used, the actual list of data types is found at: http://schema.org/docs/full.html. • I think you will find that the list is exhaustive!

  8. Seems to like a lot of work… • I agree, it does seem like a lot of work, but it may be worth your time and effort. With promises of higher SEO rankings, improved services for the blind and who knows what browser’s will come up with in the future that showcases this feature. • You had me at higher SEO rankings…

  9. It’s a win-win! Give your end-users the best experience possible and give the owner of the site you are building a boost in SEO rankings. It shows that you care about both. Going the extra mile like this may even get you word-of-mouth recommendations. In my book Microdata is a no-brainer.

  10. For more information • http://www.w3.org/TR/microdata/ • http://diveintohtml5.info/extensibility.htm • http://builtvisible.com/micro-data-schema-org-guide-generating-rich-snippets/ • http://en.wikipedia.org/wiki/Microdata_(HTML) • http://schema.org/ • http://schema.org/docs/full.html • http://www.data-vocabulary.org/

  11. References • http://builtvisible.com/micro-data-schema-org-guide-generating-rich-snippets/ • http://en.wikipedia.org/wiki/Microdata_(HTML) • http://www.data-vocabulary.org/ • http://schema.org/docs/full.html

  12. Thank you.

More Related