javascript - Making a single-page blog work with search engines -


i trying create blog full posts on single page. ideally, static html page.

the big problem linking these posts, search engines. not want create separate pages each post. on 1 page, can use url hashes /index.html#post-title link specific posts, right?

however, seems search engines ignore these hashes , therefore can't link or index specific posts. sucks blog.

so, ideas on how solve that? thought making separate pages each post while making same page - prefer cleaner way.

this set create problem seo.

there 1 page indexed. when user looking post 546 have lot of scrolling.

you have hard time ranking single page bunch of words in comparison ranking each post topic.

thus, favourite solution problem have each post on own url, , put content on main page via ajax!

this give same experience if on 1 page, deliver different landing pages google.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -