ASP.NET Seo Resources
Friendly Urls
Anyone wanting to rewrite urls in .net should read Scott Guthrie's post here, this will cover the two points below.
- Friendly Url Rewrite Module
- Change Form Postback Url
- Built-in UrlMapping - May be handy on the odd occasion
Rich HTML Editors
Description: All are better then FreeTextBox in terms of the HTML it outputs and best of all free.
- FckEditor - Comes with a .NET library, drop it in and it "Just Works"
- TinyMCE - JS only
- Xinha - JS only
Page Improvements
A class that inherits Page, and will help move the viewstate to the bottom of the form
- Move Viewstate [see post] [download BasePage.zip] [view source]
Browser Files
Problems occur because search engines identify themselves as Mozilla/5.0 Compatible, ASP.NET does not correctly identify the highlevel compatability and down-renders accordingly and inserts a Session Identifier into the URL, causing an infanant storm of sessionUrl links in Google search results.
- GenericMozilla5 browser file [see post] [download GenericMozilla5.browser]
No new comments are allowed on this post.

Comments
No comments yet. Be the first!