TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Luk Vandevyvere
NA
6
1.4k
URL rewriting for SEO and search on product names
Aug 1 2014 2:06 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 !
Reply
Answers (
2
)
Saving Details after authentication
URL rewriting for SEO and search on product names