How To Make Url Search Engine Friendly Making Urls Clean SEO



How To Make Url Search Engine Friendly Making Urls Clean SEO
 (385) Click here for Instant Community
How To Make Url Search Engine Friendly Making Urls Clean SEO
Post Description:
Post Tags: how, to, make, url, search, engine, friendly, making, urls, clean, seo
This Post Has Been Viewed 152 Times Since Thu Feb 21, 2008 9:08 am Posted By hostman with 0 replies
How To Make Url Search Engine Friendly Making Urls Clean SEO
i frequently use this function to make mod rewrite urls, it removes special charracters from url so it can be seo friendly


function clean_url($text)
{
#### FUNCTION BY WWW.WEBUNE.COM AND WALLPAPERAMA.COM
## PLEASE DO NOT REMOVE THIS.. THANK YOU

$text=strtolower($text);
$code_entities_match = array( '&quot;' ,'!' ,'@' ,'#' ,'$' ,'%' ,'^' ,'&' ,'*' ,'(' ,')' ,'+' ,'{' ,'}' ,'|' ,':' ,'"' ,'<' ,'>' ,'?' ,'[' ,']' ,'' ,';' ,"'" ,',' ,'.' ,'_' ,'/' ,'*' ,'+' ,'~' ,'`' ,'=' ,' ' ,'---' ,'--','--');
$code_entities_replace = array('' ,'-' ,'-' ,'' ,'' ,'' ,'-' ,'-' ,'' ,'' ,'' ,'' ,'' ,'' ,'' ,'-' ,'' ,'' ,'' ,'' ,'' ,'' ,'' ,'' ,'' ,'-' ,'' ,'-' ,'-' ,'' ,'' ,'' ,'' ,'' ,'-' ,'-' ,'-','-');
$text = str_replace($code_entities_match, $code_entities_replace, $text);
return $text;
}

Leave Your Comments     [ dejar commentarios ]
  * Name     [nombre]

  * eMail (will not be published)     [coreo electronico]

* Enter Your Reply or Comments:    [commentarios]


Add Picture To Comments         [incluir foto]
YES NO             upload
Receive Replies on my Comments (An email will be sent to you when someone replies to your comments)

     

Comments and replies About How To Make Url Search Engine Friendly Making Urls Clean SEO




(0) Comments