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
-
Is it easier to rank high with a front page than a landing page?
My product is laptop and of cause, I like to rank high for the keyword "laptop". Do any of you know if the search engines tends to rank a front page higher than a landing page? Eg. www.brand.com vs. www.brand.com/laptop
Technical SEO | | Debitoor0 -
Duplicate title tags being caused by upper case and lower case version of urls'
Hi GWT is reporting lots of duplicate titles for a clients new site. Mainly these are due to 2x different versions of the url, one with words starting with an upper case character and the other all lower case. Clients dev saying this has something to do with windows server and is ok! Is this correct or should i be telling them to delete and then 301 redirect all upper case versions to the lower case (since lower case better practice) and that will deal with the reported dupe titles ? All Best Dan
Technical SEO | | Dan-Lawrence0 -
What is the best way to handle these duplicate page content errors?
MOZ reports these as duplicate page content errors and I'm not sure the best way to handle it. Home
Technical SEO | | ElykInnovation
http://myhjhome.com/
http://myhjhome.com/index.php Blog
http://myhjhome.com/blog/
http://myhjhome.com/blog/?author=1 Should I just create 301 redirects for these? 301 http://myhjhome.com/index.php to http://myhjhome.com/ ? 301 http://myhjhome.com/blog/?author=1 to http://myhjhome.com/ ? Or is there a better way to handle this type of duplicate page content errors? and0 -
Duplicate Post Titles in WordPress with
Hi, First off, this is a WordPress specific question. we migrated a site into WordPress, with hundreds of long articles that are split into 3 or 4 pages each. Each of these articles was entered as an individual post, split into different pages using the tag. We're using the yoast seo plugin. The problem then is that each of the pages gets the same title and meta description. Has anyone a good solution to differentiate the pages? Thanks,
Technical SEO | | Andybod1 -
Help with duplicate title tags.
Hi Just going through Seomoz crawl diagnostics for one of my clients sites & see that the title tags for over 2,000 pages are the same due to the way there site software generates the titles using php, examples : **home page** = <title>Home - Trade prices,Next Day Delivery,Bulk Discounttitle> other page = <title>A0 Frames - Trade prices,Next Day Delivery,Bulk Discounttitle> So as you can see the page titles have the page name given to the beginning of the title which is fine as they have the keyword, then the text : Trade prices,Next Day Delivery,Bulk Discount Now if i take out the text : Trade prices,Next Day Delivery,Bulk Discount the home page is going to have just the word Home which is rubbish & the other pages will have the keyword which is better but not great, just wondered if any one has a better solution?.
Technical SEO | | askshopper0 -
When Is It Good To Redirect Pages on Your Site to Another Page?
Suppose you have a page on your site that discusses a topic that is similar to another page but targets a different keyword phrase. The page has medium quality content, no inbound links, and the attracts little traffic. Should you 301 redirect the page to a stronger page?
Technical SEO | | ProjectLabs1 -
Duplicate Page Warnings, hkey and repetitive URLs
Hi, we just put our association's site in SEO Moz so we can tackle SEO and we received thousands of duplicate page content and duplicate title warnings. I searched the forum before asking 🙂 Appreciate some guidance on how many things are wrong with the URL's below that are getting flagged as duplicate page content. 1. Does the repetition of the page title and section hurt SEO? 2. Does the iMIS15 in the URL (the server) detract from relevant ranking? 3. From the forum, it looks like canonical tags should be added to the version of the page that starts with .....?hkey (is there a way to predict and "canonize" these? Or recommendations?) http://www.iiba.org/imis15/IIBA/About_IIBA/IIBA_Website/About_IIBA/About_IIBA.aspx?hkey=6d821afa-e3aa-4bef-bafa-2453238d12c6 http://www.iiba.org/imis15/IIBA/About_IIBA/IIBA_Website/About_IIBA/About_IIBA.aspx Thank you.
Technical SEO | | lyndas0 -
Having both <title>and <meta name="title"...> on a web page?</title>
Hi All, Client of mine using reversed Meta Tags format in their website and Honestly i never saw such Meta Tags formats. In my opinion having 2 Title tags and wrong reversed description tag is not correct and the needs to be removed, and other tags need to be changed,too But they said that it probably doesn't make a difference because they don't think it affects search engine results and won't remove it just based on opinion. Because weird thing is Search Engines are apparently able to index them. So should i persist on correcting them or just hope for the best and ignore it?!?!?! Thanks!
Technical SEO | | DigitalJungle0