Open ChiragMoradiya opened 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.
alt is available, title isn't though.
alt
title
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.