Hello,
2 Things :
– First to be SEO, images have to display width et height attributes in the code. There is none.
like this : < img src = “… ” width = ” … ” heigh = ” .. ” alt = ” … ” / >
– Secondly image have to display alt attribute in the code. There is none.
Like this : < img src = ” … ” width = ” … ” height = ” .. ” alt = ” … ” / >
It is very important !
Best regards.