iron-image
iron-image copied to clipboard
How to set 'alt' and 'title' attribute of <img> tag rendered locally for SEO purpose?
I am writing a website using Polymer. It is using some images on almost all pages. All images are rendered using
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 rendered as local dom.
So, I request you to add support for those 2 attributes.
alt is available, title isn't though.