HW10-Microdata
Table of Contents
1 Homework
- Improve the SEO of your portfolio page
2 Meta Information
- Make sure to set a descriptive
title
tag - Fill out the
description
meta
tag
3 Person
- Mark up your own information:
- name
- jobTitle
- affiliation
- 3 more from Schema.org Person
- Check on Structed Data Testing Tool
4 Organization
- name
- url
- 3 more from Schema.org Organization
- Check on Structed Data Testing Tool
5 Other
- Choose any other schema
- Examples: Event, Place, Product
- Schema.org
6 Microdata
-
itemscope
- attribute of parent node encompasing
itemprop
-
itemtype
- URL of schema, eg
http://schema.org/People
-
itemprop
- property of item being described. Encompasing text is the value
- Demo
- note: not complete
7 Summary
- Metadata
- Person Microdata
- Organization Microdata
- Other Microdata
- Submit via git
8 Git
- `git checkout -b hw10-microdata master && git merge hw2-html`
- OR
- `git checkout -b hw10-microdata hw2-html`