asp.net - ViewState, QueryStrings and their effect on SEO -
well, start with, i'm novice asp.net/c# programmer, , had experience of couple of projects during college , couple of freelancing projects when recruited startup company build asp.net based website. i've abut completed website, , since company not able find worthy enough seo, i'm expected our site's seo well(which totally new experience me). did mention i'm web developer here?
so, you'd expect novice programmer having no concern future seo needs, built site without giving due consideration of seo enhancement techniques.
the problems:
viewstate - when required? required if i'm not creating controls on fly? i'm using datacontrols though. , website(the pages visible user not cms), purely information based. also, if disable control(ex: datalist)'s viewstate, viewstate of controls inside disabled?(which i'd actually)
querystrings - comes toughest part, i've used query strings extent can website querystring driven, unfortunately enough not thing seo. make matters worse, querystrings pages not uniform. ex- in cases querystring may have variables a, b, , c, while in other cases can have variables m, b, c , not 3 variables in cases. now, know i'd have url rewriting these query strings have dynamic data fetched database tables of size more 10,000 rows. have create functions url rewriting , use regex separate wheat whaff?
all appreciated.
regards anchit
the classic issue not being able pages through simple links/get.
the issue above postback, happen through post (which in cases started through javascript).
i haven't had issues people mention query string , seo. maybe tend have fewer uniform query string parameters.
Comments
Post a Comment