idan / gistio

A gist-backed pretty display for markdown.
https://gist.io
MIT License
485 stars 41 forks source link

put title in <title> #43

Open chadwhitacre opened 11 years ago

chadwhitacre commented 11 years ago

Right now it's just the gist number, which is unhelpful.

joeyespo commented 11 years ago

+1

guilhermesimoes commented 11 years ago

:+1:

idan commented 10 years ago

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.

Potherca commented 5 years ago

❌ 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.