Google Optimization
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   SEO Chat ForumsGoogleGoogle Optimization

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread SEO Chat Forums Sponsor:
  #1  
Old July 1st, 2008, 08:33 AM
StingPro's Avatar
StingPro StingPro is offline
The Dude
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Location: Nova Scotia, Canada
Posts: 114 StingPro User rank is Lance Corporal (50 - 100 Reputation Level)StingPro User rank is Lance Corporal (50 - 100 Reputation Level)StingPro User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Day 3 h 17 m 27 sec
Reputation Power: 3
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

Reply With Quote
  #2  
Old July 1st, 2008, 08:37 AM
seomonkeymanocp's Avatar
seomonkeymanocp seomonkeymanocp is offline
Live and Learn!
SEO Chat Novice (500 - 999 posts)
 
Join Date: Jun 2006
Location: London, England
Posts: 952 seomonkeymanocp User rank is Sergeant (500 - 2000 Reputation Level)seomonkeymanocp User rank is Sergeant (500 - 2000 Reputation Level)seomonkeymanocp User rank is Sergeant (500 - 2000 Reputation Level)seomonkeymanocp User rank is Sergeant (500 - 2000 Reputation Level)seomonkeymanocp User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 1 Week 2 Days 20 h 4 m 25 sec
Reputation Power: 14
Send a message via MSN to seomonkeymanocp
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)

Reply With Quote
  #3  
Old July 1st, 2008, 08:41 AM
StingPro's Avatar
StingPro StingPro is offline
The Dude
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Location: Nova Scotia, Canada
Posts: 114 StingPro User rank is Lance Corporal (50 - 100 Reputation Level)StingPro User rank is Lance Corporal (50 - 100 Reputation Level)StingPro User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Day 3 h 17 m 27 sec
Reputation Power: 3
Quote:
Originally Posted by seomonkeymanocp
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)


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?

Reply With Quote
  #4  
Old July 1st, 2008, 08:49 AM
Keiros Keiros is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jun 2008
Location: Paris (France)
Posts: 97 Keiros User rank is Corporal (100 - 500 Reputation Level)Keiros User rank is Corporal (100 - 500 Reputation Level)Keiros User rank is Corporal (100 - 500 Reputation Level)Keiros User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 2 Days 8 h 47 m 39 sec
Reputation Power: 2
Quote:
Originally Posted by seomonkeymanocp
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)



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"); 
} 
?> 

Reply With Quote
  #5  
Old July 1st, 2008, 09:15 AM
StingPro's Avatar
StingPro StingPro is offline
The Dude
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Location: Nova Scotia, Canada
Posts: 114 StingPro User rank is Lance Corporal (50 - 100 Reputation Level)StingPro User rank is Lance Corporal (50 - 100 Reputation Level)StingPro User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Day 3 h 17 m 27 sec
Reputation Power: 3
Quote:
Originally Posted by Keiros
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"); 
} 
?> 


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?

Reply With Quote
  #6  
Old July 1st, 2008, 10:13 AM
seomonkeymanocp's Avatar
seomonkeymanocp seomonkeymanocp is offline
Live and Learn!
SEO Chat Novice (500 - 999 posts)
 
Join Date: Jun 2006
Location: London, England
Posts: 952 seomonkeymanocp User rank is Sergeant (500 - 2000 Reputation Level)seomonkeymanocp User rank is Sergeant (500 - 2000 Reputation Level)seomonkeymanocp User rank is Sergeant (500 - 2000 Reputation Level)seomonkeymanocp User rank is Sergeant (500 - 2000 Reputation Level)seomonkeymanocp User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 1 Week 2 Days 20 h 4 m 25 sec
Reputation Power: 14
Send a message via MSN to seomonkeymanocp
Quote:
Originally Posted by Marketing_India
Block your index.php with robots.txt file.

That would be much easier option


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

Reply With Quote
  #7  
Old July 1st, 2008, 08:30 PM
Emerson's Avatar
Emerson Emerson is offline
Senior SEO Analyst
SEO Chat Beginner (1000 - 1499 posts)
 
Join Date: Aug 2007
Location: Cebu Philippines
Posts: 1,035 Emerson User rank is Sergeant (500 - 2000 Reputation Level)Emerson User rank is Sergeant (500 - 2000 Reputation Level)Emerson User rank is Sergeant (500 - 2000 Reputation Level)Emerson User rank is Sergeant (500 - 2000 Reputation Level)Emerson User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 1 Week 3 Days 1 h 12 m 53 sec
Reputation Power: 15
Quote:
Originally Posted by StingPro
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?


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

Reply With Quote
  #8  
Old July 2nd, 2008, 05:01 AM
Gipsy Gipsy is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jun 2008
Posts: 73 Gipsy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 h 14 m 39 sec
Reputation Power: 1
Quote:
Originally Posted by StingPro
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.

Use synonym forms. it will carry the sama sense your original keywords had cause Google has tools for recognizing synonyms forms of key words

Reply With Quote
  #9  
Old July 2nd, 2008, 08:53 PM
StingPro's Avatar
StingPro StingPro is offline
The Dude
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Location: Nova Scotia, Canada
Posts: 114 StingPro User rank is Lance Corporal (50 - 100 Reputation Level)StingPro User rank is Lance Corporal (50 - 100 Reputation Level)StingPro User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Day 3 h 17 m 27 sec
Reputation Power: 3
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

Reply With Quote
  #10  
Old July 5th, 2008, 11:42 PM
moh_salman moh_salman is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jul 2008
Posts: 1 moh_salman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 m 6 sec
Reputation Power: 0
Any other solution

Quote:
Originally Posted by StingPro
<?
if($_SERVER['REQUEST_URI'] == "/index.php")
{
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://".$_SERVER['HTTP_HOST']."/");
exit;
die("Redirection");
}
?>


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

Reply With Quote
  #11  
Old July 7th, 2008, 10:08 AM
StingPro's Avatar
StingPro StingPro is offline
The Dude
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Location: Nova Scotia, Canada
Posts: 114 StingPro User rank is Lance Corporal (50 - 100 Reputation Level)StingPro User rank is Lance Corporal (50 - 100 Reputation Level)StingPro User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Day 3 h 17 m 27 sec
Reputation Power: 3
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?

Reply With Quote
  #12  
Old July 10th, 2008, 01:58 PM
StingPro's Avatar
StingPro StingPro is offline
The Dude
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Location: Nova Scotia, Canada
Posts: 114 StingPro User rank is Lance Corporal (50 - 100 Reputation Level)StingPro User rank is Lance Corporal (50 - 100 Reputation Level)StingPro User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Day 3 h 17 m 27 sec
Reputation Power: 3
Does anyone else see this in Google Webmaster tools now? It have hundreds of occurances now.

Reply With Quote
  #13  
Old July 10th, 2008, 04:41 PM
gchaney's Avatar
gchaney gchaney is offline
Mr. Goober Guy ;)
SEO Chat Beginner (1000 - 1499 posts)
 
Join Date: Aug 2004
Location: Tampa, Florida
Posts: 1,321 gchaney User rank is Sergeant (500 - 2000 Reputation Level)gchaney User rank is Sergeant (500 - 2000 Reputation Level)gchaney User rank is Sergeant (500 - 2000 Reputation Level)gchaney User rank is Sergeant (500 - 2000 Reputation Level)gchaney User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 Weeks 15 h 57 m 28 sec
Reputation Power: 14
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!

Reply With Quote
  #14  
Old July 10th, 2008, 05:26 PM
StingPro's Avatar
StingPro StingPro is offline
The Dude
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Location: Nova Scotia, Canada
Posts: 114 StingPro User rank is Lance Corporal (50 - 100 Reputation Level)StingPro User rank is Lance Corporal (50 - 100 Reputation Level)StingPro User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Day 3 h 17 m 27 sec
Reputation Power: 3
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/

Reply With Quote
Reply

Viewing: SEO Chat ForumsGoogleGoogle Optimization > Duplicate Title Tags


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump