• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Schema.org : Schemas for Structured Data Markup

By Abhishek Ghosh May 2, 2013 12:01 am Updated on May 2, 2013

Schema.org : Schemas for Structured Data Markup

Advertisement

Schema.org is a Schemas for Structured Data Markup for creation of more easy semantic web which can be visualized form which fills

the human-computer gap. There are various articles we have published on Schema.org, Semantic web along with the practical implementation specifically in self hosted WordPress. However, this article is more on the core of Schema.org.

 

Basics of Schema.org, Google Search and Our Previous Articles

 

I personally think, implementing Schema.org by all the search engines is very important because to filter out the half-literate spammers and made-for-AdSense website owners. This bulk not only unhelpful for the users and good writers but also for the search Engines. The amount of Big Data will increase day by day and good websites are getting buried because of the well known on-page gray to black hat tricks implemented by the webmasters.

Advertisement

---

Optimizing onpage with keywords is actually a pain and makes the topic bad both while writing and reading. You will see that, YouTube’s videos get more easily a good rank – the reason is, the chance to do any blackhat is not present and Google fully uses the Schema.org markups to understand who actually has uploaded the video.

Suggested Older Articles :

 

  1.  Schema.org Optimized WordPress Posts, Categories for Genesis
  2. Adding Schema.org Structured Data in Genesis Theme
  3. WordPress Schema.org Plugins : Still No Ideal Plugin
  4. Semantic Web : Brief Overview of Relevant Recommendations
  5. Self Hosted Schema.org and Microformats Free Checking Tools
  6. Rich Snippets and Organization of Schemas

 

Official Documentations :

 

  1. Vim
    1
    http://www.schema.org/docs/gs.html
  2. Vim
    1
    http://support.google.com/webmasters/bin/answer.py?hl=en&answer=1211158

 

Theoretical and Practical Usage of Schema.org

 

Google does not support all the Schema’s right now but gradually will and ignore the others. If you click this link to search about this person who is writing, that is Abhishek Ghosh, you will get an overview about me. I can not force the results by any means. If you visit this webpage to test the Schema.org markups :

 

Vim
1
http://www.google.com/webmasters/tools/richsnippets

 

For my Author page of this website – https://thecustomizewindows.com/author/Abhishek/ ; you will visually see that Abhishek Ghosh with and without Dr. before, with and without link plus various odd sort of data; its looking probably bad but for WordPress you have the only option to add : using the Author’s Archival Page’s description from Users profile menu. But it actually serves the purpose if you check the webpage on the above URL of Google’s tool. Somewhat like this :

 

Schema.org for Structured Data Markup

 

Google has doubt that whether I am the same person known as Abhishek Ghosh, Abhishek, Dr.Abhishek Ghosh. So we are talking about a specific part of Schema.org, that is about Person. The way I followed is as described in official Schema.org’s website :

 

Vim
1
http://schema.org/Person

 

As except the peoples develops, others learns very late. There is practically no clear cut right guide for creation of a Schema.org valid About webpage for a Professional Person. I have not made it more complicated by adding professional specialty schema’s :

 

Vim
1
http://schema.org/ProfessionalService

 

This is how I wrote it in Coda :

 

Schema markup writing
 

You can see a term – honorificPrefix. That honorificPrefix is Dr. for me. It fixes the issue of the “Split Personality” – Dr. Abhishek Ghosh and Abhishek Ghosh. Abhishek Ghosh uses the honorificPrefix Dr. So if links are coming from the same webpages bidirectionally, the person is same. Now with the mixed old and transition to new Schema it is some what closer like if you search with “Abhishek Ghosh Cloud” in Google Web Search.

 

Now, I will show you a funny thing. Go to this URL :
 

 

If you hover you will see the things are organized, more complex and rightly structured and linked content will look like this :

 

Vim
1
http://tools.seomoves.org/microdata/?url=tools.seomoves.org%2Fmicrodata%2Fexample%2F

 

You visually can see the data, right ? That is what we need. Think more complex things – the Patents are registered as G. Abhishek, Dr. as the inventor. Its practically impossible to understand even by my mother that, it is my name. So gradually, we can unify a human with his/her shared knowledge.

 

Implementation of Schema.org as HTML

 

If you examine a Table on Schema.org’s website; you will see that there is two kinds of things – Text and URLs :

 
Understanding Schema.org

Now understand why I marked the first screenshot (test result on Google RSM testing tool) with arrow heads. I can define my name where URL can be used in this way :

Vim
1
<span style="color: #ff0000;">//</span>div itemscope itemtype="http://schema.org/Person"&gt;

Vim
1
<span style="color: #ff0000;">//</span>a itemprop="url" href="https://plus.google.com/103599283279782477391/posts"&gt;

Vim
1
<span style="color: #ff0000;">//</span>div itemprop="name"&gt;

Vim
1
<strong>Dr. Abhishek Ghosh</strong>

Vim
1
<span style="color: #ff0000;">//</span>/a&gt;

 

I used Google Plus url just for an example. You can use any webpage. I have commented out with // ; remove and replace with <
Its actually getting parsed in WordPress due to my various tweaks! It is an example of Schema where we can use the URL as hyperlink. Plain text will be very easy :

 

Vim
1
<span style="color: #ff0000;">//</span>div itemprop="description"&gt;Dr. Abhishek Ghosh is an Orthopedic Surgeon,

Vim
1
Inventor with 216 Patents, Current editor of The Customize Windows Media Group.<span style="color: #ff0000;">//</span>/div&gt;

 

Inside one mother DIV, for example – Webpage; will be Article (for example) with closed DIV, then another DIV like for Person and finally the mother DIV should be closed. I have used DIV in all caps to emphasize the importance. All WordPress Plugin fails to pass this practical part. Its easier to write in HTML format but difficult for WordPress – you have to customize the theme itself.

span can be used as tags but better to avoid for making it more complex to understand by you. Do not use Raven’s automated Schema Creator, it has many flaws. Hand code yourself and test with Google’s tool. Now, we can add more complex data to describe, for example – about a book on Knee Arthroscopy. It is definitely a product to sell but not a product like a WSO handbook.

 

Abhishek-GhoshSchema.org is a Schemas for Structured Data Markup for creation of more easy semantic web which can be visualized form which fills pre

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Schema.org : Schemas for Structured Data Markup

  • Schema.org WordPress Plugin and Advanced Tricks

    Schema.org WordPress Plugin in general enables you to schema.org microdata into WordPress pages and posts. Here is details about Schema.org WordPress Plugins.

  • Genesis 2.0, YARP and Schema.org : Guide

    Genesis 2.0 is HTML5 based and YARP is one of the best related post plugin. Here is how to use Schema.org markup to tell search engines about the related links.

  • Schema.org Optimized WordPress Posts, Categories for Genesis

    Schema.org Optimized WordPress Posts, Categories for Genesis Theme Frameworks are easier to create than to fully work on making WordPress modern from scratch. Easier does not mean that you can create within one day. It might take few months, but the good work Genesis Theme Framework is still continuing is the addition of the microformats other […]

  • Rich Snippets and Organization of Schemas : Detailed Article

    Rich snippets and Organization of Schemas will be the most important factor determining factor in Google search in near future for your blog or business.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • What is Google Bard? How it WorksJune 5, 2023
  • How to Create a PHP Installer Script to Create Tables in MySQL DatabaseJune 4, 2023
  • What is Desktop Publishing (DTP)?June 3, 2023
  • Dynamic WebP Image Delivery in WordPress with Bunny CDNJune 3, 2023
  • Advantages and Disadvantages of Ubuntu Server DistributionJune 2, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT