SEO
SEO for Dotnetnuke, SEO for asp.net web application. URL rewriter
If you use the automatic backlinks services of "www.automaticbacklinks.com" for DNN, you will find that AB does not provide a module for DNN, and the source code they given for .net does work with DNN also. The main problem is the code provided by AB does support UrlRewriter.
So I have to write the module myself. Basicly the module should support ...
continue reading »
From last post:
DNN DotNetNuke Viewstate Optimization, I have show you how to save the viewstate in disk by modifying the DotNetNuke framework. But there is a disadvantage, if you upgrade your DotNetNuke to a new version, you have to modify the files again. That is not the right solution, I have googled a lot and check the dotnetnuke's source file. And I foun...
continue reading »
If you check DotNetNuke's home page's source, you will find that the ViewState will take a lot of space at the top of page. almost one whole page. This is not good for the SEO. Maybe Google is very smart now to handle this, but we are not sure about it. So how to remove the viewstate from the page? In the Host Setting Page, DNN only provide 2...
continue reading »