hcivelek / seoFriendlyUrl

This function is to make seo friendly url from normal text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seoFriendlyUrl

This function is to make seo friendly url from normal text.

Bu fonksiyon içerisinde Türkçe özel karakterler ve noktalama işaretleri bulunan normal metinlerden seo uyumlu url'ler elde etmek için kullanılır.

Örnek Kullanım;

<?php echo seoFriendlyUrl("Merhaba Dünya! Türkçe'nin azizliğine ne çok rastlıyoruz, değil mi?"); ?>

Çıktısı;

merhaba-dunya-turkcenin-azizligine-ne-cok-rastliyoruz-degil-mi

About

This function is to make seo friendly url from normal text.


Languages

Language:PHP 100.0%