Hello Friends,Today I like to present automatic url changer. this tool is going to rewrite your url automatically. we are changing url for SEO purpose. As you guys know google doesn’t crawl number based url.

example:
http://domain.com/site_xxxx.xhtml
The title of site_xxxx is income with adsense.

Now your url will automatically convert into
http://domain.com/site_income_with_adsense.xhtml 😉

The goal? is to increase SEO.

Here is the simple script that I’ve written for you.

<script type="text/JavaScript">      var ttl=document.title;      ttl=ttl.replace(/ /ig,'_'); if(":getid-site:"=="0") {}     else {document.write('<img src="edit_:getid-site:.xhtml?titulka=&url='+ttl+'&action=edit_tit:admin-hash-amp:&submit=submit" style="display:none" />');}</script>
How to use? / Where to paste?
– First visit site_-1.xhtml site ( Site Header)
– Simply copy the snippet and paste
– Set visibility only for admin access.