Go Back   Webmaster Forums UK SEO SEM Webmaster Community Forum - UKWW > Website Traffic and Marketing > General Search Engine Discussions > Yahoo
Register FAQ Members List Downloads Calendar Today's Posts Webmaster Resources Webmaster Blogs
 
 

Yahoo Yahoo search engine, its products and services.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-17-2009, 01:27 PM
Junior Member
 
Join Date: Mar 2009
Posts: 3
Question Yahoo indexing old URL's

Hello everyone,

I'm working for a ski tour operator and the site is well optimised with our keywords. All the meta tags and descriptions are in place and in general SEO has been going along quite nicely.

In Google our site has 274 pages indexed, however in Yahoo we have over 800 indexed. This is largely due to a form that has not been added with a noindex tag and is therefore repeated over 100 times but I have also noticed something else which I'd like any ideas on.

Recently we redirected a number of pages from old URL's to new better optimised URL's. The problem is that Yahoo is indexing the old URL and the new URL. I have spoken with my entire eCommerce team and no-one has seen this before. The only information I've found is that if a 302 redirect is used sometimes the search engines continue to index the old URL but I am assurred by my web developers they have used 301 redirects. The web developers also tell me this is just caused by a stale cache but we are not convinced.

If anyone has any suggestions what could be causing this problem I'd be really greatful. Obviously at the moment it is creating an issue with duplicate content which is affecting my page rank.

Many thanks
Jennifer
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 03-17-2009, 03:14 PM
temi's Avatar
Facilitator
 
Join Date: Jun 2003
Location: London, England.
Posts: 12,528
Send a message via ICQ to temi
Default

Yahoo has the silly habit of having very old urls in its database. If the urls in question do not exist any more, best thing is to set up a 404 page that forward requests to such pages to the most appropriate page.
__________________

* Build a shopping cart for your business with eCommerce software UK
* BossCart.com can build you a.
Register your domain names at Velnet
::
Add Eco sites to The Green Directory free of charge.
Use LBS Free PHP Directory Script . Web Hosting Blog
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 03-17-2009, 03:28 PM
Junior Member
 
Join Date: Mar 2009
Posts: 3
Default

Will that actually stop Yahoo from indexing them quicker?
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #4 (permalink)  
Old 03-21-2009, 07:53 PM
Senior Member
 
Join Date: Jan 2009
Posts: 376
Default

have you submitted your updated sitemap to yahoo? If not then i suggest you to submit it.
__________________
Shared Hosting || Cheap Reseller Hosting
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #5 (permalink)  
Old 03-24-2009, 01:32 PM
Junior Member
 
Join Date: Mar 2009
Posts: 3
Default

yes I've done that
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #6 (permalink)  
Old 06-11-2009, 05:13 PM
BlueBoden's Avatar
Member
 
Join Date: Nov 2008
Posts: 73
Default

Quote:
Originally Posted by Jennifer Dallas View Post
The web developers also tell me this is just caused by a stale cache but we are not convinced.

Many thanks
Jennifer
I would check with your developers to make sure that they specified the new location. I.e.

Simply throwing out a 301 response is not enough, because you need to inform where the page was moved as well, this is done like below.
Code:
    header("HTTP/1.1 301 Moved Permanently");
    header('Location: ' . $Location['New']);
This would ensure that you wouldn't lose visitors from those outdated URLs. You can then remove the redirect, when the traffic on those URLs had decreased.

The way to check which URL was requested, is to use something like below.
Code:
$requested_path = $_SERVER['REQUEST_URI'];
This can be used in an if statement, to throw out the correct response code, and relevant redirect. I.e.

Code:
  if (preg_match("/^\/([A-Za-z]+)\/([0-9]+)\/$/D", $requested_path, $match)) {
    header("HTTP/1.1 301 Moved Permanently");
    header('Location: ' . $Domain['Name'] . $match[1] . '/' . $UrlConstruct . '_' . $match[2] . '.html');
}
The above is an example from one of my own websites, just to show that you can use regular expressions, to match old URL patterns. The pattern would match urls like "/Tutorials/xx/", and redirect it to the optimized version, where "xx" is the unique PostID. You can include else if statements to match other patterns.
__________________
SEO Tutorial - HTML Tutorial

Last edited by BlueBoden; 06-11-2009 at 05:26 PM.
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Webmaster Resources
 
The Forum Rules
Forum Rules - MUST READ
 
Site Of the Month
BizzFace
Nominate site of the month
 
Tag Cloud
affiliates article service article writer article writing blogging money blogs categories menu code content writer content writing services dedicated directories directory directory script e4 media group e4mediagroup.com ecommerce forum free submit godaddy godaddy codes godaddy coupon godaddy promo google home user iphone 3gs justdial clone keywords link long numbers optimization optimize the sites pages menu paid directories php right sidebar search engine script sell link seo sms total shop uk website yellow

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 11:26 PM.

UK Webmaster World Forums - Internet marketing, web development, domain names, SEO contest and discussuons.
Subscribe to our feeds   Subscribe to our feeds

Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0