Polymer / pwa-helpers

Small helper methods or mixins to help you build web apps.
BSD 3-Clause "New" or "Revised" License
439 stars 48 forks source link

Add support for meta description #31

Closed rediche closed 6 years ago

rediche commented 6 years ago

Right now the updateMetadata only updates the OpenGraph and Twitter description meta tags, but not the default description meta tag.

Is there a specific reason this was omitted in the first place? If not, I think the function should update the meta description as well. Would make the most sense.