Gunnar Peipman's ASP.NET blog

ASP.NET, C#, SharePoint, SQL Server and general software development topics.

Sponsors

News

 
 
 
 
 
Programming Blogs - Blog Catalog Blog Directory
 
 
 

Links

Social

Browse by Tags

All Tags » SEO (RSS)
ASP.NET MVC: How to combine scripts and other resources
ASP.NET pages that use AJAX components make usually many requests to server per one page to load all required JavaScript and CSS files. Connections, like all other real time resources, are most expensive to create and keep. If we can somehow decrease...
IIS SEO Toolkit: Sitemaps overview (illustrated)
IIS SEO Toolkit provides us besides site analysis also with sitemaps management. We can create sitemaps, sitemaps indexes, add URLs to sitemaps and sitemaps to sitemap indexes. Sitemap indexes are useful when you have more complex sitemaps structure ...
Posted: Jun 10 2009, 08:20 PM by DigiMortal | with 7 comment(s)
Filed under: ,
IIS SEO Toolkit: Site analysis overview (illustrated)
As new IIS SEO Toolkit is here it is time now to make some tests with it. And what can be better test material than Microsoft own produced HTML documents? Well, I have my simple and primitive training web site running on my laptop and I think ASP.NET...
Posted: Jun 06 2009, 12:50 AM by DigiMortal | with 9 comment(s)
Filed under: ,
New IIS SEO toolkit launched
ScottGu just blogged about the new IIS SEO Toolkit that brings some new SEO features to IIS. You can download it from IIS Toolkit homepage or install it using Microsoft Web Platform Installer . Toolkit provides you with following site analysis: violations...
Posted: Jun 03 2009, 08:43 PM by DigiMortal | with 4 comment(s)
Filed under: ,
ASP.NET 4.0 SEO features: Description and keywords
Another new SEO feature that ASP.NET 4.0 introduces is support for meta description and keywords. I think these are the most abused SEO features ever and search engines are very careful when considering these meta tags but I am very sure that there are...
Posted: May 27 2009, 12:38 PM by DigiMortal | with 23 comment(s)
Filed under: ,
ASP.NET 4.0 SEO features: Response.RedirectPermanent()
ASP.NET 4.0 introduces some SEO improvements. Response has now new method called RedirectPermanent() . This method performs same redirect as Response.Redirect() but it uses response code 301. You can find more information about HTTP response codes from...
Posted: May 27 2009, 02:29 AM by DigiMortal | with 16 comment(s)
Filed under: ,
Search Engine Optimization: An Hour a Day
  One of my SEO school books is Search Engine Optimization: An Hour a Day by Jennifer Grappone (The Right Brain) and Gradiva Couzin (The Left Brain). I knew already how and what to do before but this book gave very good plan to follow to get SEO...
Posted: Mar 15 2009, 08:55 PM by DigiMortal | with 5 comment(s)
Filed under: ,
Five questions from customers about web pages
Here is my little QA posting about what customers have asked me and what kind of answers I have given. Feel free to write your opinions to comments as your comments are always welcome here. 1. I want my page to be #1 in Google! Easiest way to achieve...
Basic ASP.NET SEO
SEO is popular topic nowadays and as ASP.NET is growing its popularity also as platform for public systems. Therefore SEO is going to be more important topic also for ASP.NET developers. The world of SEO is always in rapid change - can you imagine that...
Posted: Jun 10 2008, 02:41 PM by DigiMortal | with 13 comment(s)
Filed under: ,
ASP.NET Search Sitemaps - something for SEO
ASP.NET Futures introduced support for search engine sitemaps . This is content detection protocol introduced originally by Google and later accepted also by Microsoft and Yahoo! ASP.NET makes sitemaps generating easy for us and as a bonus their model...
Posted: May 13 2008, 02:29 AM by DigiMortal | with 12 comment(s)
Filed under: ,
More Posts