php - How to make my website url SEO friendly and tell google bots that there is an important content -
i using windows hosting. website written in php
. have contents mysql
database using id
like...
<a href="view.php?id='.$row['id'].'">'.$row['title'].'</a>
and url shown in browser address bar below
http://www.mywebsite.com/view.php?id=1025896
you can understand above url.
my questions are...
- is there way make url seo friendly ?
like
http://www.mywebsite.com/view/1025896/
and
- how tell
google
bots or other crawler there important content in link(as link getting content directly database using id)
.
i have seen this reference written .htaccess
not work in iis
Comments
Post a Comment