Questions tagged [images]
Covers the delivery and display of photographs, graphics and other visual elements.
658 questions
0 votes
1 answer
49 views
How does one calculate the srcset sizes attribute for optimal image delivery?
I've been toying around with firefox responsive design mode against my website and can't seem to figure out the proper settings for img srcset that would work with as many web browsers as possible ...
1 vote
0 answers
43 views
Should I really be saving my cropped and sized images at 100% JPG quality prior to WEBP and AVIF compression?
Before next-gen image formats like WEBP and AVIF existed, choosing an image format and compression level was easy: generally the choice was PNG for solid colours and text, JPG for photos and GIF (...
1 vote
1 answer
82 views
Is it possible for Google SERP to display website image that isn't on the page?
There are similar questions like this dated one: How to change which image from website is shown in Google search result? discussing how to control the image. But there are various opinions regarding ...
3 votes
1 answer
67 views
Can Cloudflare CAPTCHA page pop up when a user fetches non-HTML content such as an image?
For non-HTML content, does Cloudflare still display the Cloudflare CAPTCHA page? A more concrete example Assuming I have a website that hosts images. I have also created a client app that fetches ...
0 votes
0 answers
15 views
google shows ad images as featured image in SERP [duplicate]
I am displaying advertisements above articles in the mobile version of my site. However, Google keeps showing those advertisements in the search engine results page (SERP) as article images. Could you ...
2 votes
2 answers
96 views
JS images not found in `site:` Google search for static site, despite submission to Google Console
I have a static website with a gallery page, wherein users can search hundreds of images via JavaScript. Every img has a descriptive filename and alt attribute. When searching Google Images for site:...
1 vote
2 answers
47 views
Image uploads - allow duplicates?
I'm allowing users to upload images. I store image information in a database and relate it to various resources on my site (posts, user avatars, comments etc.) I do not know which strategy to take. ...
0 votes
0 answers
40 views
SEO - Images appearing on Google results
When I search Google with site:subdomain.example.com" keyword1 keyword2 keyword3", it shows only one image as a preview. However, a specific page on the same site, like https://subdomain....
1 vote
1 answer
158 views
Image file sizes: AVIF, WebP, and JPEG XL
I want to transcode the image files for a website to modern file formats, and did some testing with AVIF, WebP, and JPEG XL using the following settings for the respective encoders: cjxl -e 9 -q 80 --...
1 vote
0 answers
23 views
Is it possible to export an Azure Custom Vision model for lower running costs?
A customer has a webapp that is reliant on an Azure Custom Vision (ACV) model to recognise drawings sent in by users. Currently, ACV eats about 75% of the budget for this webapp and the customer is ...
1 vote
2 answers
60 views
Prevent low quality placeholder images being used in search results
On a site that uses low quality placeholder images in the src attribute which are then replaced with higher quality images with LazySizes, these low quality images are showing up in search results and ...
0 votes
2 answers
505 views
Can I fix noindex errors in Google Search Console for webp images?
Google Search Console is showing a noindex error for my images in the WEBP image format, and I don't know how to fix this problem. Does this type of noindex error cause any problems? How can I get ...
13 votes
3 answers
6k views
Why do oversized images appear better than images that are the correct size on the web?
I've noticed that when I use large images, and use CSS to show them at small sizes, they look much better quality than images that are the correct size. Why is this the case? Is CSS loading the full ...
0 votes
0 answers
79 views
Multiple use of the same alt tag in multiple places on the blog
I have a blog on which I present all sorts of interesting design for different types of materials (flyers, business cards, document templates, etc.). I present both interesting examples of other ...
2 votes
1 answer
123 views
Solution for real time image resizing
I've recently taken over an ecommerce website (example.com) and I'm looking to make some improvements to how media files are delivered. Currently when an image is uploaded for a product, the process ...