gistio
gistio copied to clipboard
put title in <title>
Right now it's just the gist number, which is unhelpful.
+1
:+1:
So, if I end up moving to a server-side rendering, this is doable. So long as the gists are loaded clientside (the current state of affairs), I can update the <title>
but it will be purely cosmetic, no search engine will ever see that.
Then again, I don't know how much it matters.
❌ Still an issue.
Using https://gist.io/schacon/1 as an example, the title currently reads:
<title>Gist.io • @schacon/1</title>
So the gist title is still not used.
The good news, of course, is that Google (and potentially other search engines) now do crawl client-side results.