Hi. I use the "[node:title] | [site:name]" tokens for the main image of news articles, blog posts, and similar publications. It's a quick and practical automatic ALT.
https://backdropcms.org/project/metatag
https://backdropcms.org/project/xmlsitemap
https://backdropcms.org/project/imagefield_tokens
These are more powerful modules, in my opinion...
I recently did this for my website and it increased my PageSpeed score significantly. I just installed and configured the following modules:
Alt/Title Default (to set default...
Comments
Yes, see https://github.com/backdrop-contrib/bee/issues/53 for where this was added, but you're probably just better off running
bee help installfor details.Here is the bee command I'm using now within ddev (remove "ddev" if not using ddev):
ddev bee install --db-name=backdrop --db-user=backdrop --db-pass=backdrop --username=admin --password=pw1234 --email=test@email.com --site-name="Demo Site" --autoFor more info, run:
bee help install