Title: atoom's Replies | WordPress.org

---

# atoom

  [  ](https://wordpress.org/support/users/atoom/)

 *   [Profile](https://wordpress.org/support/users/atoom/)
 *   [Topics Started](https://wordpress.org/support/users/atoom/topics/)
 *   [Replies Created](https://wordpress.org/support/users/atoom/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/atoom/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/atoom/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/atoom/engagements/)
 *   [Favorites](https://wordpress.org/support/users/atoom/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google SEO Pressor for Rich snippets] Product microdata appears on feedburner](https://wordpress.org/support/topic/product-microdata-appears-on-feedburner/)
 *  [atoom](https://wordpress.org/support/users/atoom/)
 * (@atoom)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/product-microdata-appears-on-feedburner/#post-5758788)
 * No! Don’t do it! Just follow the **temporary solution** I provided, it works 
   fine for me.
    I don’t know why I can’t delete the older post with the `return`-
   solution that it’s not really a solution. The final solution, in my case, is 
   the one I provided as _temporary_.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google SEO Pressor for Rich snippets] Product microdata appears on feedburner](https://wordpress.org/support/topic/product-microdata-appears-on-feedburner/)
 *  [atoom](https://wordpress.org/support/users/atoom/)
 * (@atoom)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/product-microdata-appears-on-feedburner/#post-5758740)
 * **Temporary solution:**
 * In all `schema/*.php` change from
 *     ```
       if( $google_seo_org_name != '' && !is_home() ) {
       add_filter( "the_content", "google_seo_schema_organisation" );
       }
       ```
   
 * to
 *     ```
       if( $google_seo_org_name != '' && !is_home() && !is_feed() ) {
       add_filter( "the_content", "google_seo_schema_organisation" );
       }
       ```
   
 * Good luck
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google SEO Pressor for Rich snippets] Product microdata appears on feedburner](https://wordpress.org/support/topic/product-microdata-appears-on-feedburner/)
 *  [atoom](https://wordpress.org/support/users/atoom/)
 * (@atoom)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/product-microdata-appears-on-feedburner/#post-5758739)
 * Same issue here.
 * —– **EDIT** —–
 * I have modified the file _google-seo-author-snippets/schema/gsas\_schema\_for\
   _product.php_ adding
    `return ""` and `return;` at the beginning of the two functions.
   Now instead of product informations the plugin is showing **empty** tickets informations
   in feeds. Please solve this issue!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DW Question & Answer] Qtranslate/mQtranslate support](https://wordpress.org/support/topic/qtranslatemqtranslate-support/)
 *  [atoom](https://wordpress.org/support/users/atoom/)
 * (@atoom)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/qtranslatemqtranslate-support/#post-4937993)
 * Do you have access to your database? Maybe through PHPMyAdmin? If so search for
   the table taxonomy and look for the exact name of DW Q&A category name. Otherwise
   you can grab the name when you are in the page where you add/edit DW Q&A categories.
   
   When you have that, for tintix was `dwqa-question_category`, just replace in 
   the tintix’s code.
 * Hope it helps
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DW Question & Answer] Qtranslate/mQtranslate support](https://wordpress.org/support/topic/qtranslatemqtranslate-support/)
 *  [atoom](https://wordpress.org/support/users/atoom/)
 * (@atoom)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/qtranslatemqtranslate-support/#post-4937991)
 * THANK YOU!!!!!!!!!!!!!!!!!
    Really really thank you!

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