Hi Guys,
The [image] shortcode you guys use in this theme has a minor bug. In the front end, the shortcode does that the alt parameter of the img tag, but actually it never takes the value to the backend. So in the end it generates the img tags only with src and no alt tag and as a result of BAD SEO.
Here is what we put in the editor: http://i.imgur.com/CdvKoUQ.jpg
Here is what mentioned in your theme’s function.php: http://i.imgur.com/d7VROKg.jpg
Here is what generate as HTML: http://i.imgur.com/Kzqn2LU.jpg
I hope you people have already understand the bug and will fix it in the next update so that it actually output the alt tags in the HTML.