youtube / spfjs

A lightweight JS framework for fast navigation and page updates from YouTube
https://youtube.github.io/spfjs/
MIT License
2.23k stars 147 forks source link

View Source is not updated - SEO? #445

Open weskshare opened 6 years ago

weskshare commented 6 years ago

I was wondering if using spf will affect seo in a bad way. Is it possible to update DOM so that it is visible when we "view source" in browser.

Right now if I add new page and use it in my spf app then it goes to the page and loads the dynamic data but when i view source i see either old data or empty page.

9you commented 6 years ago

Search engine will make another HTTP request to crawl new link. So, it doesn't affect.