Browse by Tags
All Tags »
SEO (
RSS)
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...
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...
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 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 ...
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...
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...
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...
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...
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...
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 »