Re: [fw-general] ZF and SEO issues

2008-02-13 Thread debussy007

Thank you!

As for the example url's, I tried it and they go all of the three to the
same place,
whether I use camelcase or an underscore or dash ...

 * http://www.example.com/read_inbox/mail/15
 * http://www.example.com/read-inbox/mail/15
 * http://www.example.com/readInbox/mail/15




Matthew Weier O'Phinney-3 wrote:
 
 -- debussy007 [EMAIL PROTECTED] wrote
 (on Tuesday, 12 February 2008, 08:20 AM -0800):
 Some of my content can have more than one Url, e.g. :
 * http://www.example.com/read_inbox/mail/15
 * http://www.example.com/read-inbox/mail/15
 * http://www.example.com/readInbox/mail/15
 
 Well, this last one won't go to the same place, but the other two will.
 
 * etc.
 This is wrong regarding SEO. 
 You will probably reply me that I should just use one type of url in my
 application, 
 but what if someone links a different url to my site ?
 Also maybe someone that doesn't want your site to get well ranked can use
 this trick.
 
 And why would they substitute another character than the ones published?
 How would they know which URLs worked that way, and which didn't?
 
 If you want to be paranoid about it, it's an easy change: just limit the
 word delimiter characters the dispatcher can understand:
 
 $dispatcher-setWordDelimiter('-');
 $dispatcher-setPathDelimiter('-');
 
 Done.
 
 -- 
 Matthew Weier O'Phinney
 PHP Developer| [EMAIL PROTECTED]
 Zend - The PHP Company   | http://www.zend.com/
 
 

-- 
View this message in context: 
http://www.nabble.com/ZF-and-SEO-issues-tp15434531s16154p15451408.html
Sent from the Zend Framework mailing list archive at Nabble.com.



[fw-general] ZF and SEO issues

2008-02-12 Thread debussy007

Hi,

Some of my content can have more than one Url, e.g. :
* http://www.example.com/read_inbox/mail/15
* http://www.example.com/read-inbox/mail/15
* http://www.example.com/readInbox/mail/15
* etc.
This is wrong regarding SEO. 
You will probably reply me that I should just use one type of url in my
application, 
but what if someone links a different url to my site ?
Also maybe someone that doesn't want your site to get well ranked can use
this trick.

This article also explains this problem:
http://www.mindloop.be/nieuws/nieuwe-ontwikkelingen/seo-warning--zend-framework-and-duplicate-content

Thank you for any reply
-- 
View this message in context: 
http://www.nabble.com/ZF-and-SEO-issues-tp15434531s16154p15434531.html
Sent from the Zend Framework mailing list archive at Nabble.com.



Re: [fw-general] ZF and SEO issues

2008-02-12 Thread Vincent
(Sorry debussy007 for sending this to you personally)

On 12/02/2008, Vincent [EMAIL PROTECTED] wrote:



 On 12/02/2008, debussy007 [EMAIL PROTECTED] wrote:
 
 
  Hi,
 
  Some of my content can have more than one Url, e.g. :
  * http://www.example.com/read_inbox/mail/15
  * http://www.example.com/read-inbox/mail/15
  * http://www.example.com/readInbox/mail/15
  * etc.
  This is wrong regarding SEO.
  You will probably reply me that I should just use one type of url in my
  application,
  but what if someone links a different url to my site ?
  Also maybe someone that doesn't want your site to get well ranked can
  use
  this trick.
 
  This article also explains this problem:
 
  http://www.mindloop.be/nieuws/nieuwe-ontwikkelingen/seo-warning--zend-framework-and-duplicate-content
 
  Thank you for any reply


 It is highly unlikely that a visitor would go switching around those URLs
 by himself (probably doesn't even know it's possible). If a competitor wants
 to like to such URLs to harm you he'll probably only help you because he
 adds another link back to your site.

 Best,
 --
 Vincent




-- 
Vincent