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 having the same title tag on a blog listing page and blog date archives an SEO issue?
Hi there, Can anyone answer whether having duplicate title tags on the blog listing page (e.g.https://blog.companyname.com/)Â and the blog date archive pages (e.g.https://blog.companyname.com/archive/2017/10) is an issue? If so why is it an issue and what are the best practices of dealing with this? Thanks! John
Technical SEO | | SEOCT1 -
Does Title Tag location in a page's source code matter?
Currently our meta description is on line 8 for our page - http://www.paintball-online.com/Paintball-Guns-And-Markers-0Y.aspx The title tag, however sits below a bunch of code on line 237 Does the location of the title tag, meta tags, and any structured data have any influence with respect to SEO and search engines? Put another way, could we benefit from moving the title tag up to the top? I "surfed 'n surfed" and could not find any articles about this. I would really appreciate any help on this as our site got decimated organically last May and we are looking for any help with SEO. NIck
Technical SEO | | Istoresinc0 -
Do I still need to fix duplicate titles even though they have canonicalized?
Well, what can I say question is on the title 😛
Technical SEO | | atakala
Do I still need to fix duplicate titles even though they have canonicalized?Â
Thank you mozzers.
I LOVE u guyz.0 -
Webmaster > HTML Improvements > Duplicate title tags
Hi, Webmaster > HTML Improvements > Duplicate title tags shows as in screenshot. How can i set this right as its a single page which duplicates? http://imgur.com/mjB0xZS Regards
Technical SEO | | mtthompsons0 -
Duplicate page content - index.html
Roger is reporting duplicate page content for my domain name and www.mydomain name/index.html. Example: www.just-insulation.com
Technical SEO | | Collie
www.just-insulation.com/index.html What am I doing wrongly, please?0 -
Duplicate pages problem
The Moz report shows that I have 600Â Duplicate pages, How can I locate the problem and how can I fix it?
Technical SEO | | Joseph-Green-SEO0 -
Duplicate page content issue needs resolution.
After my last "crawl" report, I received a warning about "duplicate page content". One page was: http://anycompany.com and the other was: http://anycompany.com/home.html How do I correct this so these pages aren't competing with each other or is this a problem?
Technical SEO | | JamesSagerser0 -
Same Video on Multiple Pages and Sites... Duplicate Issues?
We're rolling out quite a bit of pro video and hosting on a 3-party platform/player (likely BrightCove) that also allows us to have the URL reside on our domain. Here is a scenario for a particular video asset: A. It's on a product page that the video is relevant for. B. We have an entry on our blog with the video C. We have a separate section of our site "Video Library" that provides a centralized view of all videos. It's there too. D. We eventually give the video to other sites (bloggers, industry educational sites etc) for outreach and link-building. A through C on our domain are all for user experience as every page is very relevant, but are there any duplicate video issues here? We would likely only have the transcript on the product page (though we're open to suggestions). Any related feedback would be appreciated. We want to make this scalable and done properly from the beginning (will be rolling out 1000+ videos in 2010)
Technical SEO | | SEOPA0