Closed madebyfabian closed 1 year ago
HI @madebyfabian.
Thank you very much for your kind feedback.
We do not have an existing solution to the problem identified here. That said, as a first step, I refer you to this article 6 Tips to Optimize Images for SEO.
We will consider the possibility of generating this part no script
through the TwicPics components.
Hope it helps.
Thank you again for this issue.
Miguel
Thanks for your answer @mbgspcii, I will take a look at the Article!
Hi @madebyfabian
I take the liberty of closing this issue and I add another link to a small article that tries to answer your question.
Do not hesitate to come back to us in case of other difficulties and thank you again for your question.
Yours sincerely.
Miguel.
Hi there, first of all, very impressed on TwicPics! Easy onboarding, and within a few mins, I got everything set up. I am planning to use it to optimize Supabase Storage Images. I am using Nuxt 3, SSR. When I am using the Nuxt Plugin like in the docs:
This is what gets rendered by the server:
which is not SEO Friendly, since the img has no
src
param.After the app mounts and the plugin ran, the markup looks fine,
<img>
now has a correctsrc
.Is there some guide on how to resolve this?