Just want to know that while doing SEO work on website, is it require that all pages should be remain physically on the server ?
My problem is that, i have only one page called dynamic.aspx?Prod_id=10.
Once Prod_id will change then it will show different discription of product on dynamic.aspx page. There are lots of Product which will increase every day. If i want to do SEO work on this then, should i make different physical page for each product ? to get
search by google engieen.
Please share your comments.
Thank you.
If you like this post please mark as an answer so it will help others.
HOW ANY SEARCH ENGINEE FIND THESE COMBINATIONS FROM MY DATABASE ? because there are lots of products which is add on daily basis.
Pritesh.. Search engines runs crowlers, they search for unique URLS in websites and keep them in there database. Apart form the URL rewriting you can create sitemap and submit it to google and yahoo
Pritesh Meht...
Member
246 Points
151 Posts
Search Engieen Optimization Query
Jan 29, 2013 04:34 AM|LINK
Hi all,
Just want to know that while doing SEO work on website, is it require that all pages should be remain physically on the server ?
My problem is that, i have only one page called dynamic.aspx?Prod_id=10.
Once Prod_id will change then it will show different discription of product on dynamic.aspx page. There are lots of Product which will increase every day. If i want to do SEO work on this then, should i make different physical page for each product ? to get search by google engieen.
Please share your comments.
Thank you.
alankarp
Contributor
2042 Points
345 Posts
Re: Search Engieen Optimization Query
Jan 29, 2013 04:37 AM|LINK
use URL rewriting see below URLS
http://www.codeproject.com/Articles/2538/URL-Rewriting-with-ASP-NET
http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx
Profile
Pritesh Meht...
Member
246 Points
151 Posts
Re: Search Engieen Optimization Query
Jan 29, 2013 05:18 AM|LINK
Hi,
Thankx for quick reply....
If i used URL rewriting then it is friendly with Search Enginees to get it.
My URL Is dynamic.aspx?Prod_id=10
After Rewriting it will dynamic.aspx?MicroMax_LED_TV
HOW ANY SEARCH ENGINEE FIND THESE COMBINATIONS FROM MY DATABASE ? because there are lots of products which is add on daily basis.
Thank you.
geniusvishal
Star
14266 Points
2810 Posts
Re: Search Engieen Optimization Query
Jan 29, 2013 05:51 AM|LINK
http://searchengineland.com/seo-friendly-url-syntax-practices-134218
http://www.avangate.com/community/resources/article/url-rewriting.htm
HOW TO CREATE SEO FRIENDLY URLS:
http://stevenbenner.com/2010/02/friendly-urls-in-an-asp-net-app/
http://www.codeproject.com/Articles/27448/Writing-SEO-friendly-url-using-HttpHandlers-in-ASP
My Website
www.dotnetvishal.com
ramiramilu
All-Star
95493 Points
14106 Posts
Re: Search Engieen Optimization Query
Jan 29, 2013 06:48 AM|LINK
you have to make up a SiteMap.xml and submit it to search engines so that even your Urls are imaginary...they can still be indexed...
thanks,
JumpStart
alankarp
Contributor
2042 Points
345 Posts
Re: Search Engieen Optimization Query
Jan 30, 2013 07:58 AM|LINK
Pritesh.. Search engines runs crowlers, they search for unique URLS in websites and keep them in there database. Apart form the URL rewriting you can create sitemap and submit it to google and yahoo
see below URL to create site map
<div class="sb_meta">www.xml-sitemaps.com</div> <div class="sb_meta"> </div> <div class="sb_meta">setps to submit site map to google</div> <div class="sb_meta"> </div> <div class="sb_meta">http://support.google.com/sites/bin/answer.py?hl=en&answer=100283</div>Profile