PolymerElements / iron-image

Image element with sizing and preloading options
https://www.webcomponents.org/element/PolymerElements/iron-image
37 stars 43 forks source link

How to set 'alt' and 'title' attribute of <img> tag rendered locally for SEO purpose? #52

Open ChiragMoradiya opened 8 years ago

ChiragMoradiya commented 8 years ago

I am writing a website using Polymer. It is using some images on almost all pages. All images are rendered using tag.

In order to provide proper HTML content to Search engine bots, we are going to setup Prerender.io proxy.

But, I think that won't be sufficient in case of images. As, using won't set 'alt' and 'title' attribute of rendered as local dom.

So, I request you to add support for those 2 attributes.

bicknellr commented 8 years ago

alt is available, title isn't though.