There are two type of website first one is static website and second is dynamic website . Static website update few time but a dynamic website update many time . Dynamic Website lot of required of Seo ,Dynamic sites require highly specialized search engine optimization (SEO of DynamicWebsite) strategies that differ from those used for static sites.The successful Search engine optimization (SEO) of a dynamic web site requires complex search engine technology and methods that are substantially different and much more sophisticated than the SEO techniques used for ordinary, more conventional “static” web sites.
Here you can find some usefull information and tips for seo of dynamic website after reading this post you are able to do SEO of dynamic website . Dynamic website mostly build on ASP.Net, Cold, Fusion, Perl and such as others technology. I write here SEO of Dynamic website with asp.net, here is step by step tutorial of SEO of Dynamic Website.
Search engine-friendly URL’s:
First you need to write Search Engine Friendly URL . Web spiders don’t like query strings parameters in urls. If you are getting some data from database, it is common to use query string like Product.aspx?id=23448. If you include this product id in your Url then search engine spider are not able to read your website complet url . Spider do not like dynamic url of url included with query string . When ever you retrive data from database by product id. You just make an another table in your data base this table store your product id with there name . Whenever you need any query string you can just call your product form that table object that time you not need to inter product id in url . You can directly call the product by product name . This is more secure than your product id.
You can redirect ulr http://www.example.com/
void Application_BeginRequest(
{
HttpApplication app = (HttpApplication)sender;
if (app.Request.Url.AbsolutePath.
{
app.Context.RewritePath(“/
}
}
When ever you write your product name in your Url this is more readble by search engine spider . Write Search engine friendly ulr is your first step to optimize your dynamic website .
Write Unique Title of Every page of Website:
This is most important in view of SEO , when ever google spider ot other search engine spider come on your webpage they store information form your Title . Search engine spider first read your webpage url after that they direct reaach in your webpage Title field so this is most important for dynamic website seo . We need to write SEO friendly Title for webpages . You have two choice to write Title tage of your dynamic webpages. First you can write Title direct by page.title methold
Like page.title=”SEO Friendle Title for Dynamic website SEO “; you can write this type of Title tag if you are using .Net framework 4.0 but if you are using previous version of .net then you can write Title tag, you can use master page for it and this is very usefull for you to write unique Title for each webpage.
//assuming, that your
if (Request.
{
HtmlTitle title = new HtmlTitle();
title.Text = "Example";
myHead.Controls.Add(title);
}
You can easly write diferent Title for your webpages by using this code and make one step up to Dynamic site seo.
Write Unique Description and Meta for Every page of Website:
Description and keywords meta tags were very important for search engine optimization of Dynamic website (S
"SEO For Dynamic Site"
- SEO for Dynamic Website | Dynamic SEO | Tips for best SEO of dynamic Site | Best SEO Services for Dynamic Website | Best SEO Services (view on Google Sidewiki)