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
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
Copyright © 2021 Jogjafile Inc.
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.