emanote icon indicating copy to clipboard operation
emanote copied to clipboard

SEO optimize

Open srid opened this issue 4 years ago • 1 comments

The generated website using the default template should be optimized for search engines, including:

  • [x] Using data-nosnippet to hide irrelevant stuff (eg: query header) from appearing in search preview
  • [x] Use <ul> rather than <div> for query listing?
  • [ ] Structured data and breadcrumbs, like neuron. (test by posting on Twitter)
  • [ ] OpenGraph (ogp.me)
    • [x] Title, sitename https://github.com/srid/emanote/commit/bc574c1e5c3a28f1ab1174691ca9f8c1e595b4d6
    • [x] Description https://github.com/srid/emanote/pull/296
      • [x] #305
    • [ ] Image preview
      • [x] Regular markdown links: https://github.com/srid/emanote/pull/297
      • [ ] Embed wiki links
    • [x] #468
  • [ ] https://github.com/srid/emanote/discussions/266

srid avatar Oct 11 '21 02:10 srid

https://github.com/srid/emanote/pull/297 adds image preview, but it works only for regular markdown links.

srid avatar Jun 05 '22 20:06 srid