Title: Meta Data Doesn&#039;t Work
Last modified: August 24, 2016

---

# Meta Data Doesn't Work

 *  Resolved [Cr7Pramana](https://wordpress.org/support/users/cr7pramana/)
 * (@cr7pramana)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/meta-data-doesnt-work/)
 * Hi, i’m using WordPress 4.1 and GoodNews as our main theme.
 * i have sucessfully installed the MetaData plugin.
 * I have add my web front page description, keywords, global keywords
    i’ve checklist
   the dublincore, scheme, and metabox feature so the author can costumize their
   own keywords or description on their own post.
 * but it doesn’t not affect anything, i’ve checked on SEOquake diagnosis and other
   services, my front web description and keywoard are still empty. The dublincore
   isn’t activated.
 * how do i fix it ?
 * [https://wordpress.org/plugins/add-meta-tags/](https://wordpress.org/plugins/add-meta-tags/)

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

 *  Plugin Author [George Notaras](https://wordpress.org/support/users/gnotaras/)
 * (@gnotaras)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/meta-data-doesnt-work/#post-6024777)
 * Hello,
 * Please try with a default theme, like twentyfifteen and check if the problem 
   persists.
 * Add-Meta-Tags uses the wp_head and wp_footer action hooks to embed metadata to
   the HTML HEAD and the HTML BODY. It is essential that your theme includes these
   two action hooks in its templates.
 * If the problem is the theme, please contact the theme developer.
 * George
 *  Plugin Author [George Notaras](https://wordpress.org/support/users/gnotaras/)
 * (@gnotaras)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/meta-data-doesnt-work/#post-6024779)
 * I’m marking the topic as resolved as it does not seem to be related to the plugin.
   Please feel free to re-open if your findings show any Add-Meta-Tags involvement
   in this issue.
 * George
 *  Thread Starter [Cr7Pramana](https://wordpress.org/support/users/cr7pramana/)
 * (@cr7pramana)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/meta-data-doesnt-work/#post-6024844)
 * Hello,
 * Thank you for your respon George, but how do i use the wp_head and wp_footer 
   to embed the MetaData plugin to my Html Head and Body ?
 * thank you
 *  Plugin Author [George Notaras](https://wordpress.org/support/users/gnotaras/)
 * (@gnotaras)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/meta-data-doesnt-work/#post-6024858)
 * Hi, these action hooks are used by the plugin to output the meta tags to the 
   HTML head area. Please check where these action hooks are located in a default
   theme (usually header.php and footer.php) and either add them to your theme if
   missing or contact the theme developer.
 * Hope this helps.
 * George
 *  Thread Starter [Cr7Pramana](https://wordpress.org/support/users/cr7pramana/)
 * (@cr7pramana)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/meta-data-doesnt-work/#post-6024903)
 * hi George, thank you for your respond
 * i love to use your plugin, because of it’s size.
 * but can you tell me how to check the hooks location? by looking for the shortcodes
   or the codes itself on the header.php or footer.hph ?
 * and how to add them to my theme ?
 *  Plugin Author [George Notaras](https://wordpress.org/support/users/gnotaras/)
 * (@gnotaras)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/meta-data-doesnt-work/#post-6024907)
 * Hello,
 * For example, the `header.php` template of your theme should contain the following
   in the `<head>.....</head>` section.
 *     ```
       <?php wp_head(); ?>
       ```
   
 * Also the `footer.php` should contain the following before `</body>`:
 *     ```
       <?php wp_footer(); ?>
       ```
   
 * Hope this helps.
 * George

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

The topic ‘Meta Data Doesn't Work’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/add-meta-tags.svg)
 * [Add Meta Tags](https://wordpress.org/plugins/add-meta-tags/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/add-meta-tags/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/add-meta-tags/)
 * [Active Topics](https://wordpress.org/support/plugin/add-meta-tags/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/add-meta-tags/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/add-meta-tags/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [George Notaras](https://wordpress.org/support/users/gnotaras/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/meta-data-doesnt-work/#post-6024907)
 * Status: resolved