Title: View
Last modified: August 30, 2016

---

# View

 *  Resolved [projectmunton](https://wordpress.org/support/users/projectmunton/)
 * (@projectmunton)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/view-3/)
 * Hi 🙂
 * Great Idea for a plugin … I have installed it but cannot see schema in the code
 * You mention it should be in the footer … does to have its own container? Do you
   have a sample of some code ?
 * Many thanks in advance
 * [https://wordpress.org/plugins/json-ld-for-article/](https://wordpress.org/plugins/json-ld-for-article/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Mikko Piippo](https://wordpress.org/support/users/mikko-piippo/)
 * (@mikko-piippo)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/view-3/#post-6369747)
 * Hi,
 * the schema is added to the end of html body, search for [@type](https://wordpress.org/support/users/type/)
   in the source view to see it. So actually it is under the footer 🙂
 * Here an example from my own blog:
 *     ```
       <script type="application/ld+json">{
           "@context": "http://schema.org",
           "@type": "Article",
           "headline": "Näin käytät Twitteriä tehokkaasti: 5 tehokäyttäjän vinkkiä",
           "author": {
               "@type": "Person",
               "name": "Mikko Piippo"
           },
           "datePublished": "2015-6-21",
           "articleSection": "Sosiaalinen media",
           "url": "http://apusana.fi/2015/sosiaalinen-media/twitter-tehokkaasti-5-vinkkia/",
           "image": "http://apusana.fi/wp-content/uploads/2015/06/twitter-e1434904289454.jpg",
           "publisher": {
               "@type": "Organization",
               "name": "Apusana.fi"
           }
       }</script>
       ```
   
 *  Thread Starter [projectmunton](https://wordpress.org/support/users/projectmunton/)
 * (@projectmunton)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/view-3/#post-6369823)
 * Cool thats great Mikko 🙂
 * Looking forward to using it
 * Many thanks again
 *  Plugin Author [Mikko Piippo](https://wordpress.org/support/users/mikko-piippo/)
 * (@mikko-piippo)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/view-3/#post-6369824)
 * You are welcome!
 * I would appreciate it very much if you could also rate the plugin 😉
 * Greetings,
 * Mikko
 *  Thread Starter [projectmunton](https://wordpress.org/support/users/projectmunton/)
 * (@projectmunton)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/view-3/#post-6369874)
 * No worries … will do 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘View’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/json-ld-for-article_c2c2c2.svg)
 * [JSON-LD for Article](https://wordpress.org/plugins/json-ld-for-article/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/json-ld-for-article/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/json-ld-for-article/)
 * [Active Topics](https://wordpress.org/support/plugin/json-ld-for-article/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/json-ld-for-article/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/json-ld-for-article/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [projectmunton](https://wordpress.org/support/users/projectmunton/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/view-3/#post-6369874)
 * Status: resolved