Added schema.org vocabularies
We have enabled schema.org vocabularies for Questions, Tutorials, Articles & Blogs today. If you are hearing schema.org for the first time then little into about schema.org
Schema.org is a collaborative, community activity with a mission to create, maintain, and promote schemas for structured data on the Internet, on web pages, in email messages, and beyond.
You can learn more about the schema.org here http://schema.org/
Following are the schema.org vocabularies for Questions, Tutorials, Articles & Blogs.
1. Questions
itemtype="http://schema.org/Question"
for the complete Question div
itemprop="name"
For the Question Title
itemprop="text"
For the Questin content
itemprop="datePublished"
For the Question creation time
itemscope itemtype="http://schema.org/Person"
itemprop="author"
itemprop="name"
For the created user
itemprop="answerCount"
For the total number of answers
itemscope itemtype="http://schema.org/Answer"
For the answer div
2. Tutorials
itemscope itemtype="http://schema.org/TechArticle"
For the Tutorial div
itemprop="headline"
For the Tutorial Title
itemprop="text"
For the Tutorial Content
itemprop="datePublished"
For the Tutorial Published date
itemscope itemtype="http://schema.org/Person"
itemprop="author"
itemprop="name"
For the created user.
3. Articles
itemscope itemtype="http://schema.org/TechArticle"
For the Article div
itemprop="headline"
For the Article Title
itemprop="text"
For the Article Content
itemprop="datePublished"
For the Article Published date
itemscope itemtype="http://schema.org/Person"
itemprop="author"
itemprop="name"
For the created user.
4. Blogs
itemscope itemtype="http://schema.org/BlogPosting"
For the Blog div
itemprop="headline"
For the Blog Title
itemprop="text"
For the Blog Content
itemprop="datePublished"
For the Blog Published date
itemscope itemtype="http://schema.org/Person"
itemprop="author"
itemprop="name"
For the created user.