|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Duplicate Title Tags
I use google webmaster tools.
Under content analysis they are showing Title tag issues The issue is duplicate title tags. The problem is the duplicats are for the exact same page because they are reading my page once with the index.php and once without. See below. Meridian Idaho Portrait Photographer - Timson Studio /portrait/meridian/ /portrait/meridian/index.php Can anyone advise me on how I can solve this problem. I dont want google to get confused and think I have duplicate content when I dont.
__________________
That rug really tied the room together |
|
#2
|
||||
|
||||
|
you need a permenant 301 redirect to the root.
So; in the index.asp you will have a redirect to / you then want to make the primary file to be something abscure so for instance index_websitename.asp so that no one will go to it and google will not find it. That way google will consider the / and the index.asp the same pages. (or rather it will be the same page) |
|
#3
|
||||
|
||||
|
Quote:
I am a bit dumb this morning and dont completly understand what you mean with the abscure name. Could I solve this by setting a rule that if the url ends in / to redirect to /index.php? |
|
#4
|
||||
|
||||
|
Quote:
He mentionned index.php, not index.asp. Easy to solve by adding the following code at the beginning of your index.php file: Code:
<?
if($_SERVER['REQUEST_URI'] == "/index.php")
{
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://".$_SERVER['HTTP_HOST']."/");
exit;
die("Redirection");
}
?>
|
|
#5
|
||||
|
||||
|
Quote:
how will this redirect effect my rankings for my index.php files that already rank well as index.php? how will this effect me short and long term? |
|
#6
|
||||
|
||||
|
Quote:
Dont even consider this! if you have links coming in to your index.php page. you will lose all of them. redirecting them into one will ensure that all juice is passed over to one. Also you may want to make your website have either http://www. or http://. This will ensure you have 1 homepage and not 4 |
|
#7
|
||||
|
||||
|
Quote:
There will be some minor fluctuations in ranking due to this redirects. It is because the old URL will be gone in Google and the new one will appear. This type of change will tend to stabilize within 3 to 6 months and your ranking will regain. Assuming all the ranking factors are still within place.
__________________
SEO Specialist - SEO Company UK SEO campaign return of investment calculator "You don't have to be great to start, but you have to start to be great "-Ziglar |
|
#8
|
|||
|
|||
|
Quote:
Use synonym forms. it will carry the sama sense your original keywords had cause Google has tools for recognizing synonyms forms of key words |
|
#9
|
||||
|
||||
|
Here is what happened...My sitemap file was an XML file that was being generated automatically every day. When I had a link set on my site it would link to the index.php page but the XML file was linking to just /. My programmer tweaked this and now my sitemap links are showing the index.php. I assume this will solve the problem. Does anyone disagree?
I am surprised google doesn't automatically understand its the same file |
|
#10
|
|||
|
|||
|
Any other solution
Quote:
Is there any alternative because i have alot of subfolders and each with an index so entering above code to every page is a difficult job |
|
#11
|
||||
|
||||
|
ok...this issue has me confused. I thought I had this resolved but my duplicate title and duplicate description tag warnings are increasing in my google webmaster tools. I have all of my links in the site pointing to /index.php not just / whenever a dir has an index in it BUT google still seems to be attempting to index both
i.e. /simi_valley2/ and /simi_valley2/index.php It sees this as duplicates because its all the same file my sitemap also only links to /simi_valley2/index.php any suggestions? |
|
#12
|
||||
|
||||
|
Does anyone else see this in Google Webmaster tools now? It have hundreds of occurances now.
|
|
#13
|
||||
|
||||
|
Yep, seeing an increase in warnings from slow page load time to short descriptions, long descriptions, to many redirects, etc etc etc
All recent. Seems google has improved its data reporting to webmasters, which is a good thing.
__________________
Cheerios! New to SEO? See the FAQ! My Disclaimer: Don't Listen To Me - I know nothing! |
|
#14
|
||||
|
||||
|
what I am seeing looks more like a google glitch. If I have an index.php file in a folder it reads the file twice and reports a deuplicate title tag
It is seeing two identicle pages when there is only one 1) /foldername/index.php 2)/foldername/ |
![]() |
| Viewing: SEO Chat Forums > Google > Google Optimization > Duplicate Title Tags |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|