kpumuk / meta-tags

Search Engine Optimization (SEO) for Ruby on Rails applications.
MIT License
2.73k stars 275 forks source link

Fallback to site name when title is empty in mirrored tags #243

Closed kpumuk closed 2 years ago

kpumuk commented 2 years ago

Addresses the edge case when a title is not specified, but requested as an open-graph mirrored attribute. In this case, we should render the site title instead.

Closes #242