day8 / re-frame

A ClojureScript framework for building user interfaces, leveraging React
http://day8.github.io/re-frame/
MIT License
5.44k stars 716 forks source link

Make Docs More Google Results Friendly #635

Closed mike-thompson-day8 closed 4 years ago

mike-thompson-day8 commented 4 years ago

When someone Googles for a feature in re-frame, we'd like Google to present a more ergonomic set of links. Goal would be to make Google present an interesting list of link options, like "events", "subscribe", "interceptors", etc.

AIUI, this means returning more metadata. Possible? Start here: https://developers.google.com/custom-search/docs/snippets

Overview of search results (video): https://webmasters.googleblog.com/2007/11/anatomy-of-search-result.html

Good Sitelinks would be ideal (but they are generated "algorithmically", so not much direct control): https://bloggingwizard.com/google-sitelinks/

mike-thompson-day8 commented 4 years ago

After some investigation, I'm no closer to understanding how to make this happen. I've probably reached the end of my time budget from a cost/reward point of view.

If anyone has deep knowledge and can provide concrete knowledge of how to make this happen, I'd be happy to reopen. But ...

Closing.