Welcome Guest, Not a member yet? Register   Sign In
So close with a mod_rewrite that changes underscores to hyphens for SEO. Can anyone close it out?
#11

[eluser]John_Betong[/eluser]
Once the URL's are all working then check that Google Webmaster Tools is happy with your changes.

Yahoo, Bing, Google, etc all use Canonical Links for the preferred URL.

SEO may also be happier if you set your Canonical Links:
Code:
<head>
  ...
  ...
  <link rel='canonical' href='http://<?php echo base_url(). $this->uri->uri_string(); ?>' />
  ...
  ...
  ...
</head>
 
 
 


Messages In This Thread
So close with a mod_rewrite that changes underscores to hyphens for SEO. Can anyone close it out? - by El Forum - 12-01-2010, 12:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB