Duplicate Page Title
-
The crawl of my website http://www.aboutaburningfire.com revealed an error showing a duplicate page title.
Can someone please explain to me how to fix this? I'm not sure what it means or how to fix it.
|
House Church Chicago, Organic Church, Illinois
http://www.aboutaburningfire.com/ 1 Pending Pending House Church Chicago, Organic Church, Illinois
http://www.aboutaburningfire.com/index.html
|
-
Russell, you'll want to take a second look at the .htaccess file. http://www.aboutaburningfire.com/index.html gives me a 404 error instead of going to the home page.
-
does this apply to blogsites as well?
-
Yes, definitely.
Otherwise you could have a duplicate content problem on all your sites and really it keeps things a lot neater.
Don't forget to change the URL in the .htaccess file though to the site it's going on, lol.
If we helped marking a post as answering your question or a thumbs up is always appreciated
-
thanks guys. I think this answered my question. Is this something I should do on all my websites?
-
The php header redirect above would have worked, but much better sorting it in .htaccess as you're doing
Leave the addhandlers in, even if your site isn't using them it may be there for a reason.
The layout you have above should be fine, but test the site as soon as you make the changes to see if anything has broken!
-
This is what I have in the .htaccess file. Do I need to take the "addhandler" code out?
RewriteEngine On
Options +FollowSymLinksRewriteCond %{HTTP_HOST} ^aboutaburningfire.com
RewriteRule (.*) http://www.aboutaburningfire.com/$1 [R=301,L]RewriteCond %{THE_REQUEST} ^./index.html
RewriteRule ^(.)index.html$ http://www.aboutaburningfire.com/$1 [R=301,L]addhandler x-httpd-php-cgi .php4
addhandler x-httpd-php5-cgi .php5
addhandler x-httpd-php5-cgi .php -
Its already there on any linux server. You just need to download that flie and open it on notepad and upload it back to the server with the updated code as Barry pointed.
-
is .htaccess something my hosting company provides in the control panel? Or can I create a php file with the following code:
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.new-url.com" );
?>and where do I place this file?
-
sorry for my ignorance, but can you explain how to set up a 301 redirect?
-
As Eric and Saibose have said, this is a duplicate page issue which needs to be resolved using a redirect. You also need to redirect non-www to www.
However it would depend what kind of server you have as to how to fix it
If you have a Linux server use .htaccess and put this in
RewriteEngine On
Options +FollowSymLinksRewriteCond %{HTTP_HOST} ^aboutaburningfire.com
RewriteRule (.*) http://www.aboutaburningfire.com/$1 [R=301,L]RewriteCond %{THE_REQUEST} ^./index.html
RewriteRule ^(.)index.html$ http://www.aboutaburningfire.com/$1 [R=301,L]If you have a Windows server then I dunno how to change it in IIS, your host should be able to help (NB: You're probably on a Linux server :D)
-
IIS? Controversial you first think it's on a windows server rather than linux
-
You would need to put a 301 redirect using your htaccess. This is a duplicate page issue and just not a duplicate title issue.
-
You need to redirect your index.html page to /. You can do this in IIS.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Utilising Wordpress Attachment Pages Without Getting Duplicate Content Warnings.
I have a wordpres site that relies heavily on images and their usefulness. Each post links to larger sizes of the images with links back to the post and the "gallery" all images uploaded to the post. Unfortunately this goes against the "rules" and our attachment page show as duplicate content in Google (even though the image titles are different). There must be a way to utlise and make the most of attachment pages without getting duplicate content warnings?
Technical SEO | | DotP0 -
Duplicate content pages on different domains, best practice?
Hi, We are running directory sites on different domains of different countries (we have the country name in the domain name of each site) and we have the same static page on each one, well, we have more of them but I would like to exemplify one static page for the sake of simplicity. So we have http://firstcountry.com/faq.html, http://secondcountry.com/faq.html and so on for 6-7 sites, faq.html from one country and the other have 94% similarity when checked against duplicate content. We would like an alternative approach to canonical cause the content couldn´t belong to only one of this sites, it belongs to all. Second option would be unindex all but one country. It´s syndicated content but we cannot link back to the source cause there is none. Thanks for taking the time in reading this.
Technical SEO | | seosogood0 -
How to deal with duplicated content on product pages?
Hi, I have a webshop with products with different sizes and colours. For each item I have a different URL, with almost the same content (title tag, product descriptions, etc). In order to prevent duplicated content I'am wondering what is the best way to solve this problem, keeping in mind: -Impossible to create one page/URL for each product with filters on colour and size -Impossible to rewrite the product descriptions in order to be unique I'm considering the option to canonicolize the rest of de colours/size variations, but the disadvantage is that in case the product is not in stock it disappears from the website. Looking forward to your opinions and solutions. Jeroen
Technical SEO | | Digital-DMG0 -
Are duplicate page titles fixed by the canonical tag
Google Web Master Tools is saying that some of my pages have duplicate page titles because of pagination. However, I have implemented the canonical tag on the paginated pages which I thought would keep my site from being penalized for duplicate page titles. Is this correct? Or does canonical tag only relate to duplicate content issues?
Technical SEO | | Santaur0 -
How unique does a page need to be to avoid "duplicate content" issues?
We sell products that can be very similar to one another. Product Example: Power Drill A and Power Drill A1 With these two hypothetical products, the only real difference from the two pages would be a slight change in the URL and a slight modification in the H1/Title tag. Are these 2 slight modifications significant enough to avoid a "duplicate content" flagging? Please advise, and thanks in advance!
Technical SEO | | WhiteCap0 -
Is using a customer quote on multiple pages duplicate content?
Is there any risk with placing the same customer quote (3-4 sentences) on multiple pages on your site?
Technical SEO | | Charlessipe0 -
Help changing category and page titles on established Magento site.
Hi All, This is my first post, I've been a Pro member for a while now, read many posts but have never asked a question here. I have an established Magento site that I need to do a lot of SEO work on. I am a newbie at SEO, so I wanted to ask for advice here. I just changed one of the category names, the url, meta title, and meta description. When making the change I selected the checkbox in the Magento backend that says "Create Permanent Redirect for Old URL" Example:
Technical SEO | | TrulyLuna
Old Category: http://www.domain.com/old-category-name.html
New Category: http://www.domain.com/new-category-name.html Everything worked fine with the exception of one alarming thing... I lost all of the page authority for the category itself and all of the sub categories and pages below it. Now the category and all pages below it show (on the moz toolbar) a PA of 1 and 0 links and 0 domains. I updated the sitemap. I did not do a 301 redirect in the .htaccess, I only chose the option to redirect on the Magento backend when changing the name and url of the category. I need to change a lot of other category and page names and urls but now I'm a bit gun shy, as I do not want to do something that will damage what little page rank I have at the moment. I'm looking for some advice from one of you guys who might be able to help me do this the correct way. I did some research on Google, but I'm still not sure of the correct method to accomplish this. Thanks in advance for any help that you can offer.0 -
Snippets on every page considered duplicate content?
If I create a page that pulls a 10 snippets of information from various external site, would that content be considered duplicate content? If I link to the source, would it be recommended to use a "nofollow" tag?
Technical SEO | | nicole.healthline0