CodeIgniter Forums
How seo special title in address bar? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: How seo special title in address bar? (/showthread.php?tid=73879)



How seo special title in address bar? - omid_student - 06-17-2019

Hi
I have this title "Bar-Restorant & Hotel Jonis"
I need show it in addressbar base of seo standard
example convert & to - or _
I convert "Bar-Restorant & Hotel Jonis" to bar-restorant--hotel-jonis
But my algorithm is wrong
Because in my result,exist two - inside - "--hotel-jonis"

I need function for convert special character and space to friendly result and acceptable for SEO

Tip: Is it good urlencode function for friendly string?

Thanks


RE: How seo special title in address bar? - InsiteFX - 06-17-2019

CodeIgniter User Guide - url_title


RE: How seo special title in address bar? - ciadmin - 06-17-2019

Would https://www.codeigniter.com/user_guide/helpers/url_helper.html#url_title work for you?


RE: How seo special title in address bar? - omid_student - 06-17-2019

Oh url_title is good function for me
Thanks