docs icon indicating copy to clipboard operation
docs copied to clipboard

Include recipe in Title field

Open gitressa opened this issue 3 years ago • 1 comments

For better bookmarks, to easier discern search results, as well as improved SEO, it would be great if the recipe was included in the <title> field. Using Backdrop docs at https://docs.lando.dev/backdrop/getting-started.html as an example:

Now <title>Getting Started | Lando</title>

Better? <title>Getting Started with Backdrop | Lando</title>

Possible solutions

  1. Update all titles, and add the recipe name
  2. Automatically add it via variables, something like <title>$GUIDE_TITLE with $GUIDE_RECIPE | Lando</title> if possible
  3. Or something else ...?

gitressa avatar Mar 12 '22 12:03 gitressa