i developing new portfolio site. decided format content in json file , read out ajax, have add or adjust content @ 1 central point. after think of more pro's con's using json, decided start json file. however, encountered major drawback. namely use of seo. since have 1 html page load dynamically ajax, not every project has unique url instead of create multiple html pages content hard-coded.
has way solve "problem" or advise me make use of multiple html files hardcoded content instead of json file handle projects?
bind data
<meta id="mtags" name="description" content="awesome description here"> <meta http-equiv="content-type" id="mdescription" content="text/html;charset=utf-8">
there 2 things seo follows, metatags , description in header section.
using id can bind or else using htmlbuilder can bind id.
Comments
Post a Comment