Title: Double content problem
Last modified: August 30, 2016

---

# Double content problem

 *  Resolved [scipio1978](https://wordpress.org/support/users/scipio1978/)
 * (@scipio1978)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/double-content-problem/)
 * Hello,
 * first thanks a lot for the great plugin. I like it very much and I would like
   to use it on my website. Before doing so I would like to ask you something.
 * When I create a review it creates automatically the review page for each single
   review, like in this example:
 * [http://www.augenoptuerkei.de/review/lasik-istanbul-erfahrungsbericht](http://www.augenoptuerkei.de/review/lasik-istanbul-erfahrungsbericht)
 * Now, I want to accumulate all my reviews with the shortcode [good_reviews] on
   one single page, like in this example:
 * [http://www.augenoptuerkei.de/erfahrungsberichte/](http://www.augenoptuerkei.de/erfahrungsberichte/)
 * What happens now is that we the very same content (the review) twice on my website,
   and hereby we create double content.
 * For good SEO according to Google one should avoid double content. What can I 
   do about this? Can I noindex this page [http://www.augenoptuerkei.de/review/lasik-istanbul-erfahrungsbericht](http://www.augenoptuerkei.de/review/lasik-istanbul-erfahrungsbericht)
 * Thank you so much for your support.
 * [https://wordpress.org/plugins/good-reviews-wp/](https://wordpress.org/plugins/good-reviews-wp/)

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

 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/double-content-problem/#post-6890177)
 * Hi scipio1978,
 * Good question. It’s really up to you how you handle it. If you’re comfortable
   tinkering with code, here are a few of the things that might help:
 * 1. In addition to the individual reviews collected at `/review/review-name/` 
   you’ll also find a reviews archive at `/reviews/`.
 * 2. If you are using review categeories, you’ll find an archive for each taxonomy
   term at `/reviews/category-name/`.
 * 3. If you’re code-savvy and want to have more careful control over what archives
   exist or not, the custom post type arguments are [filtered](https://github.com/NateWr/good-reviews-wp/blob/master/includes/CustomPostTypes.class.php#L114)
   so that you can modify them.
 * If you don’t want to get into the code quite so much, probably the easiest thing
   to do is to use a plugin like SEO by Yoast to `noindex` the duplicate content.
   If you’re using that plugin, you can go to the Titles & Metas page to set `noindex`
   the review post types.
 *  Thread Starter [scipio1978](https://wordpress.org/support/users/scipio1978/)
 * (@scipio1978)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/double-content-problem/#post-6890181)
 * Wow,
 * thanks for your quick response. I use Yoast and All in one SEO on other sites.
 * I will set noindex to the review post types.
 * But the content pulled in via shortcode on the other page will then be indexed
   and visible for Google?
 * thanks again for your support.
 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/double-content-problem/#post-6890189)
 * The `noindex` setting is at the URL level. So if you `noindex` the single review
   URLs that won’t effect the content loaded into another page, like the archives
   or via a shortcode/widget.
 *  [InHuus](https://wordpress.org/support/users/inhuus/)
 * (@inhuus)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/double-content-problem/#post-6890399)
 * Thank you for your great plugin. I would also like to use it on my website, and
   I am now testing it out. When I use the shortcode, the fonts change…
 * I use Genesis Framework, all up to date.
 * This is what I get: [http://inhuus.com/udtalelser/](http://inhuus.com/udtalelser/)
   
   and I would like the fonts as the rest of the site.
 * Why are they changing? And what can I do?
 * Best regards,
    Ingebjørg Huus
 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/double-content-problem/#post-6890400)
 * Hi Ingebjørg,
 * It looks like `<code>` tags are getting added to the output. These aren’t added
   by the plugin, so it’s likely the result of something else.
 * The first thing I’d check is to make sure that when you enter the shortcode into
   the post editor, you’re not pasting in the `<code>` tags by accident. You can
   check the HTML view in the editor to see if they’re appearing there.
 * If you don’t see anything there, the next thing I’d recommend is to look for 
   other things on your site which might be tampering with things. Disable other
   plugins and switch to a default theme to see if the problem is still there.

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

The topic ‘Double content problem’ is closed to new replies.

 * ![](https://ps.w.org/good-reviews-wp/assets/icon-128x128.png?rev=2205475)
 * [Five Star Restaurant Reviews](https://wordpress.org/plugins/good-reviews-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/good-reviews-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/good-reviews-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/good-reviews-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/good-reviews-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/good-reviews-wp/reviews/)

## Tags

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

 * 5 replies
 * 3 participants
 * Last reply from: [NateWr](https://wordpress.org/support/users/natewr/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/double-content-problem/#post-6890400)
 * Status: resolved