googlearchive / polymer-element-catalog

A catalog of Polymer-based web components built by the Polymer team
BSD 3-Clause "New" or "Revised" License
164 stars 91 forks source link

Add element-specific metadata #287

Open arthurevans opened 8 years ago

arthurevans commented 8 years ago

Currently, every page has the same description, which shows up whenever a link is pasted into Slack, for example:

<meta name="description" content="A catalog of Polymer-based web components">

We should substitute the appropriate element metadata when we load an element page.

CaptainCodeman commented 8 years ago

Could possibly use a similar approach as https://github.com/Polymer/shop/issues/66