Mobile app version of vmapp.org
Login or Join
BetL925

: SEO strategy for dynamic images ( PHP + GD ) I have several images which are generated by using PHP + GD. They consist of a background image, and colored lines drawn on top of the images.

@BetL925

Posted in: #Images #Php #Seo #Sitemap

I have several images which are generated by using PHP + GD. They consist of a background image, and colored lines drawn on top of the images.

As the possible combinations depend on the behaviour of the final user, this must necessarily be a dynamic method of providing the images.

The URL would then be: example.com/image.php?param1=value1&param2=value2&...&paramN=valueN
How would it affect SEO if I try to make an Image-Sitemap of several of the most rendered images?

Should I save the images in a static format, something like SEO-Friendly-Name-Derived-from-parameters.png or Google and other search engines did not care about the image file not existing at all (first case) and would use the alt and title parameters ?

Note: these generated images are all hight quality images, because they are simply the diagram of components of the product. With each piece which is important (seo name of the file) highlited in other color. That means thousand of combinations of images, which I can, in any case, draw once with PHP + GD + Mysql and store as physical files.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @BetL925

1 Comments

Sorted by latest first Latest Oldest Best

 

@BetL925

having a static image's url / path would help your image to appear in image search results.

without having an image url it can't be cached properly.

yes, i would strongly recommend to use images like images, making use of real image files and implement them with img src alt + title or css.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme