Skip to content

Improved SEO

Choose a tag to compare

@alphanull alphanull released this 09 Nov 17:01
· 2 commits to master since this release
18cdbbb

[1.2.0] - 2025-11-09

Added

  • Templates: Added a canonical option to emit <link rel="canonical"> tags for all generated HTML pages.
  • Individual meta description is now generated for pages containing source code.
  • Main page and tutorials receive auto-generated meta descriptions based on their content (the configured template description overrides the index page when present).
  • Added showTitleOnHomepage option to hide the generated <h1> on the main page when your README already supplies a top-level heading.
  • Search index now ships with an inline fallback so the search popup also works when the docs are opened directly via file://.

Changed

  • Updated (dev) dependencies
  • Updated base CSS

Fixed

  • Fixed duplicate or missing pages titles.
  • Meta descriptions escapes critical characters, preventing attribute breakage when quotes or special symbols appear.