Schema Creator is an awesome plugin for WordPress, working alongside microdata.
Considering schema.org was introduced by Google and Bing back in June 2012, it is fair to say that it will become part of every websites best interest to implement this language. However, many seem to think that it may not be useful for SEO and other marketing campaigns. This blog post is not about how schema works, but if you don’t know yet, you can learn more about the schema language by visiting seomoz.org.
How can I hide the default Schema Creator shortcode?
Here is how I decided to hide the Schema Creator default layout that was visible to my visitors. Just wrap the Schema shortcode in: div style="display: none;"
Yay! Finally the ugliness is gone!
Great advice! Just what I was looking for! Simple question: how exactly?
Pasting this code within the shortcode created?
thanks in advance
Solved, was the inverse thing. Useful post!
I was wrestling with this, great post. Thanks for sharing.
How do I “wrap the shortcode in”… div style=”display: none;” ?