Normal link redirects to friendly URL

61 Views Asked by At

Is it possible in any way to treat

<a href="product.php?cat=mobile&sub=android&page=xy">link1</a>

as

prodcuct/mobile/android/xy in address bar. I mean when click on the 'link1' will show the SEO friendly url in address bar.

Thanks in advance

1

There are 1 best solutions below

0
On

It's impossible because your product create the extension from a PHP database and if list it as "prodcuct/mobile/android/xy" Google Bot find crawl error page does not found in your google webmaster tool.

So my suggestion is write php code that when ever new product page is created using your backend; make product name to create automatically as page name. Then your site can links can be index really fast.