myst729 / Vuelog

A backend-free blog system built on top of Vue.js
https://vuelog.js.org/
MIT License
266 stars 39 forks source link

Blog Content Crawlable #20

Closed menteora closed 5 years ago

menteora commented 6 years ago

Hi Leo, thank you for your interesting project.

I have a doubt. Is your content crawlable from google search? I see you use :marked estension to load dinamically from client .md files.

Source of my question: https://webmasters.googleblog.com/2016/11/building-indexable-progressive-web-apps.html

Thank you for your attention.

myst729 commented 6 years ago

Honestly, I don't care about SEO in this project. But if you search vuelog.js.org in Google, you'll find that Google can crawl client generated content, amazing. However, if you do concern better ranking, I'd suggest Hexo or Jekyll.