Posts By Category

Posts By Date

Resources:

C# Books
ASP.NET Books DotNet4All








If you like to support this site, feel free to make a donation to support improvements.

Thank you!

Monetize Your Blog

How I handled 301 redirects to avoid duplicates in my SE ratings

If you have done SEO work, you know that Search Engines would penalize my site if both http://www.mycsharpcorner.com and http://mycsharpcorner.com/ requests returned a 200 OK code in the HTTP header. Why? Because from a Search Engine's spider point of view, there are 2 sites, one with the www prefix, and one without it, yet in reality they the same site. So what’s wrong if the Search Engine thinks

Continued...

How to write C# code to check if Google’s bot crawled your ASP.NET site

If you are monetizing your site with AdSense, one important piece of traffic you want to monitor, is when Google spider visits your site to crawl it. Or maybe you want to know if the Google robot ever comes to visit or not, and if it does, when, and how often does it crawl your site? Doing this in ASP.NET is very

Continued...

Copyright © 2007 Yousef Mannaa. All material on this site is copyrighted.
Do not publish or reproduce any of this material without written permission from the Author