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
How does Google know what products are contained in my database, so the are shown in the Google Search results ?
Any help appreciated !
Luk VandevyverePosted Aug 7, 2014, 2:59 AM
Thank you all !
Guest UserPosted Aug 1, 2014, 9:51 PM
http://www.c-sharpcorner.com/Forums/Thread/263346/url-rewriting-for-seo-and-search-on-product-names.aspx