• 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 » Adding Schema.org Structured Data in Genesis Theme

By Abhishek Ghosh April 22, 2013 8:13 am Updated on August 22, 2014

Adding Schema.org Structured Data in Genesis Theme

Advertisement

Adding Schema.org Structured Data in Genesis Theme without using any plugin is quite easy as Genesis has great documentation and has excellent existing markups. I am not an affiliate of Genesis Framework, in fact you will not find any affiliate link within this website, in fact the License is not with my name!

I wrote before that, Genesis really compacts the HTML source code and there is practically no good all in one schema.org plugin. Most of the ‘All-in-one-SEO’ kind of plugin actually increases the burden on server, particularly if the WordPress is on a Cloud Computing platform (practically its a virtual distributed computing network) with Cloud DNS – your consumption of compute cycle will increase, the database calls definitely increases and results in increase in page loading time and billing (because caching will eat more memory – its very commonly done mistake to overcache – reduce the cache at minimum).

 

Logic behind adding Schema.org Structured Data in Genesis Theme / Any theme

 

What we basically do with a Theme Framework’s Child Theme or the Theme Framework ? Apart from the look or design, we add few functions which are not available by the default theme. Genesis has some extra hooks plus sanitize WordPress’s hooks. The SEO function it has by default is enough and more better than any ‘All-in-one-SEO’ kind of plugins :

Advertisement

---

 

  • You are avoiding one extra Plugin – one burden from the database is reduced.
  • You are saving compute cycle, that means less pressure on the server or server group.
  • Less PHP calls.

 

No one checks code by code any plugin. It is always better to avoid huge number of plugins and if possible, null the API calls by reverse engineering. Free plugins or themes never means, it will steal your website’s data. Free means which follows the principle of GNU GPL 3.0.

Practically the basic function – adding meta description should come by default with WordPress software. Genesis currently lacks few things :

 

  • rel=updated is not included by default.
  • Schema.org

 

Adding Schema.org Structured Data in Genesis Theme

 

All parts of Genesis are not under GNU GPL 3.0. We can not modify and distribute the core files of Genesis Framework. We are just mentioning the ways, you have to work a bit to edit them manually.

First, either null the callback function of Genesis Framework update or keep an backup of the modified core files. Inside the Genesis Framework folder, there is lib folder, under lib there is structure folder :

 

If you open each file, you will see the print function for microformats, example :
 

Adding Schema.org Structured Data in Genesis Theme

What we get as output ? that rel=bookmark. You have to add the things as described in Schema.org’s properties. Now for example for the author data :

Vim
1
2
3
4
5
6
7
8
9
$authordata    = is_object( $authordata ) ? $authordata :
get_userdata( get_query_var( 'author' ) );
$gravatar_size = apply_filters( 'genesis_author_box_gravatar_size',
70, $context );
$gravatar      = get_avatar( get_the_author_meta( 'email' ),
$gravatar_size );
$title         = apply_filters( 'genesis_author_box_title',
sprintf( '<strong>%s %s</strong>', __( 'About', 'genesis' ), get_the_author() ), $context );
$description   = wpautop( get_the_author_meta( 'description' ) );

You can normally use PHP functions to add the schema.org markups.

Apart from that, each page must be wrapped with Schema.org’s defined Webpage and / or Article type. There is no plugin which can fine tune so much by adding Schema.org Structured Data in Genesis Theme in this way.
There is absolutely no warranty for this guide. Test yourself in your test website not in live website.

This is an old article.

Genesis supports schema.org markup now.

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 Adding Schema.org Structured Data in Genesis Theme

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • Schema.org : Schemas for Structured Data Markup

    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.

  • 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 […]

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

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

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 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