|
|
|
Ask HN: A blog with heavy JavaScript to view – how?
|
|
1 points
by purple-leafy
10 days ago
|
|
Most blogs are static site generated markdown just thrown onto the web, great for humans and great for crawlers My question is, if I want to make a blog (for a browser game/engine I’m building) that also doubles as a live showcase, what’s the best way to do so while still respecting crawlers and humans? I don’t want SEO impacted etc I was originally thinking of using my engine rendering to write the actual blog text… but I think that’s an accessibility nightmare But I still want to showcase engine features with live interactive examples. I was thinking a solution would be to use iframes? Then I can embed the iframes in the blog and have the blog driven by markdown etc. What does hackernews think? |
|