Luk Vandevyvere

Luk Vandevyvere

  • NA
  • 6
  • 1.3k

URL rewriting for SEO and search on product names

Aug 1 2014 2:07 AM
Hi there,
 
I'm quite new to programming in ASP.Net. 
I've created a website containing a webshop where the information of products is contained in a database. 
When the detailpage of one product is shown, the url shows ...aspx?ProductCode=#ProductCode#
 
When a user enters a productNAME (that is contained in my database) in the Google Search, I want the Google Result page to show a link to the corresponding detailpage of that product.
If I understand this correctly, and need url rewriting so the page-url shows ..aspx/#ProductName#
 

How do I do this ?
Do I have to extract the ProductName from the URL, then search for the corresponding ProductCode in the database, and change the url to ..aspx?ProductCode=#ProductCode# on the server-side ?
 
How does Google know what products are contained in my database, so the are shown in the Google Search results ?
 

 
Any help appreciated !

Answers (2)