docs
docs copied to clipboard
Include recipe in Title field
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
- Update all titles, and add the recipe name
- Automatically add it via variables, something like
<title>$GUIDE_TITLE with $GUIDE_RECIPE | Lando</title>if possible - Or something else ...?