Gunnar Peipman's ASP.NET blog

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

Sponsors

News

 
 
 
DZone MVB

Links

Social

Browse by Tags

All Tags » SEO (RSS)
ASP.NET MVC: Defining short URL-s for root level pages
Short URL-s are more and more important part of page usability as mobile internet is growing. Long URL-s are not convenient to type due to small keyboards and screens of mobile devices. Also short URL-s are easier to remember and using well chosen short...
Posted: Apr 17 2011, 11:27 AM by DigiMortal | with 5 comment(s)
Filed under: , ,
ASP.NET MVC 3: Using HttpStatusCodeResult
ASP.NET MVC 3 also introduces new action result HttpStatusCodeResult. This action result provides you way how to specify HTTP status code and status description in your controllers. In this posting I will show you how to use HttpStatusCodeResult in your...
Posted: Jul 28 2010, 11:42 AM by DigiMortal | with 10 comment(s)
Filed under: , ,
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 27 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 31 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...
More Posts Next page »