Title: [Plugin: SEO WordPress] Plugin doesn&#039;t work
Last modified: August 20, 2016

---

# [Plugin: SEO WordPress] Plugin doesn't work

 *  [New_Joerg](https://wordpress.org/support/users/new_joerg/)
 * (@new_joerg)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-seo-wordpress-plugin-doesnt-work/)
 * Sorry but the SEO WordPress plugin don’t works. There are no keywords and no 
   description: [http://zukunft-stadtbahn.de](http://zukunft-stadtbahn.de)
 * [http://wordpress.org/extend/plugins/seo-wordpress/](http://wordpress.org/extend/plugins/seo-wordpress/)

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

 *  Plugin Author [Mervin Praison](https://wordpress.org/support/users/mervinpraison/)
 * (@mervinpraison)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-seo-wordpress-plugin-doesnt-work/#post-2850715)
 * I am sorry for that.
    It should work. I could see the meta description and meta
   keywords on your main page.
 * It would be great if you could sent me a copy of your admin panel image to me,
   here [http://mervin.info](http://mervin.info)
 * Anyways will be releasing a newer version soon.
 * Thanks
 *  Plugin Author [Mervin Praison](https://wordpress.org/support/users/mervinpraison/)
 * (@mervinpraison)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-seo-wordpress-plugin-doesnt-work/#post-2850717)
 * Its because of the latest Release of WordPress version 3.4.1
 * [http://wordpress.org/support/topic/troubleshooting-wordpress-34-master-list](http://wordpress.org/support/topic/troubleshooting-wordpress-34-master-list)
 * Lot of plugins and themes got crashed due to this.
    So I will be releasing a 
   newer version soon.
 * And sorry for any issues and Thanks for your patience.
 *  [Benniebean](https://wordpress.org/support/users/benniebean/)
 * (@benniebean)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-seo-wordpress-plugin-doesnt-work/#post-2850740)
 * If I follow the link to your site I am warned that I will be infected with malware.
 *  [maxemil](https://wordpress.org/support/users/maxemil/)
 * (@maxemil)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-seo-wordpress-plugin-doesnt-work/#post-2850776)
 * home and front_page works out of the box
    – the pages and posts are missing the
   keywords and the description meta…
 * I kinda rewrote the seo-metabox-class.php file, but the following should do the
   trick:
 * find this (almost at the bottom):
 *     ```
       elseif($checkvalue!=NULL){
         if($uid=='zeo_description' && get_option('zeo_home_description')==NULL )echo "<meta name='description' content='".$seo_data_class->zeo_get_post_meta($uid)."'/> ";
         if($uid=='zeo_keywords' && get_option('zeo_home_keywords')==NULL)echo " <meta name='keywords' content='".$seo_data_class->zeo_get_post_meta($uid)."'/>";
         if($uid=='zeo_index' && !is_front_page())echo " <meta name='robots' content='".$seo_data_class->zeo_get_post_meta($uid)."'/>";
       }
       ```
   
 * replace it with
 *     ```
       elseif( $checkvalue != NULL )
       {
         if( $uid == 'zeo_description') echo '<meta name="description" content="'.$seo_data_class->zeo_get_post_meta($uid).'"/>';
         if( $uid == 'zeo_keywords') echo '<meta name="keywords" content="'.$seo_data_class->zeo_get_post_meta($uid).'"/>';
         if( $uid == 'zeo_index') echo '<meta name="robots" content="'.$seo_data_class->zeo_get_post_meta($uid).'"/>';
       }
       ```
   
 * Best regards – lovely plugin – i think you did a nice job 🙂
 *  [michaelbrueckner](https://wordpress.org/support/users/michaelbrueckner/)
 * (@michaelbrueckner)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-seo-wordpress-plugin-doesnt-work/#post-2850782)
 * It is to funny to tell it, but this plugin takes a lot of patience.
 * After i fix my seo-metaboc-class.php like maxemil, now i have a new problem with
   my meta description. I have TWO descriptions on mainpage. I have the description
   for this page and the description from the newest article on mainpage.
    What 
   should i do? Kick this plugin in or fix it?
 * best regards
 *  [patrickd@firebranddesigns.net](https://wordpress.org/support/users/patrickdfirebranddesignsnet/)
 * (@patrickdfirebranddesignsnet)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-seo-wordpress-plugin-doesnt-work/#post-2850811)
 * **[@maxemil](https://wordpress.org/support/users/maxemil/)** Thanks so much for
   this quick fix!
 * **[@mervin](https://wordpress.org/support/users/mervin/) Praison** Great little
   plugin. Though you might consider an update incorporating this fix from [@maxemil](https://wordpress.org/support/users/maxemil/).
   Thanks.
 * **[@michaelbrueckner](https://wordpress.org/support/users/michaelbrueckner/)**
   Did you get this problem with the double descriptions figured out? I suspect 
   it may not be a problem with the plugin but rather the theme. I would suggest
   starting another thread about your issue that way [@mervin](https://wordpress.org/support/users/mervin/)
   Praison can mark this issue complete.

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

The topic ‘[Plugin: SEO WordPress] Plugin doesn't work’ is closed to new replies.

 * ![](https://ps.w.org/seo-wordpress/assets/icon.svg?rev=1802529)
 * [Praison AI SEO](https://wordpress.org/plugins/seo-wordpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/seo-wordpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/seo-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/seo-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/seo-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/seo-wordpress/reviews/)

## Tags

 * [malfunction](https://wordpress.org/support/topic-tag/malfunction/)

 * 6 replies
 * 6 participants
 * Last reply from: [patrickd@firebranddesigns.net](https://wordpress.org/support/users/patrickdfirebranddesignsnet/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-seo-wordpress-plugin-doesnt-work/#post-2850811)
 * Status: not resolved