Wordpress blog... bad for SEO?

Permalink Browser Info Environment
Hi,

I've just installed Wordpress and the add-on from the marketplace. I wasn't entirely sure how it would work, but now I can see that basically you have the blog running in the background and then when you place the Wordpress blocks on your desired page, it imports the content.

My concern with this is that it's duplicate content, and this is something the search engines frown upon.

Is there a way of 'hiding' the original blog from:
a) the public incase someone accidently stumble upon it
b) the search engines

Many thanks

Type: Discussion
Status: New
lou28
View Replies:
elyon replied on at Permalink Reply
elyon
Hi!

There's a section in the Documentation that talks about this.

Go to the WordPress Dashboard, then go to Appearance > Editor > Header.

At the very top, you should be able to add a small script to redirect traffic to Concrete5:

<?php
    if (empty ($_GET['json'])) {
        $path = str_replace ("/blog2", "/blog", $_SERVER['REQUEST_URI']);
        Header("HTTP/1.1 301 Moved Permanently"); 
        Header("Location: " . $path); 
    }
?>


This works well with search engines, because it uses the 301 "Moved Permanently" code, so crawlers will update references to point to your Concrete5 blog instead.

Depending on where you have your WordPress blog, and where the blog will be in Concrete, you can modify the above script, so it replaces addresses like "/wordpress/2012/05/my-sample-post" with "/blog/2012/05/my-sample-post"
lou28 replied on at Permalink Reply
lou28
Perfect, thanks Elyon
emsconcrete replied on at Permalink Reply
emsconcrete
Elyon,

If I go into my Wordpress Settings > Privacy and click on "Do not let search engines index", would that carry over to the posts in concrete?

I'm thinking if that works to keep duplicate content from search engines, so that only the posts in concrete get indexed, wouldn't that be a better way, rather than editing wordpress' files?

Thanks,
George
elyon replied on at Permalink Reply
elyon
Nope, I don't think so.
elyon replied on at Permalink Reply
elyon
However, if you allow it to index, but set up the "Moved Permanently" redirect, it should probably help direct more search results to your pages in Concrete
emsconcrete replied on at Permalink Reply
emsconcrete
Elyon,

My only problem with this solution is that in the event of a Wordpress upgrade, wouldn't your added code to the Header get deleted?

George Gabrelian

Tel: 1.818.760.9112
http://www.E-MS.com




-----Original Message-----
From: concrete5 Community [mailto:discussions@concretecms.com]
Sent: Friday, June 01, 2012 7:09 PM
To: george@e-ms.com
Subject: Wordpress blog... bad for SEO? : Forums

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.