I have a webpage which is a download page for a free application (http://dragonfli.es). Because of the minimalist design, there’s almost no text in this page. I was wondering if HTML meta tags could sort of help with the SEO or do I have to put some text in there?
Share
In your page you have a number of elements which are empty:
More important than having a decent page description is having content inside of your
<a>tags and having alt attributes with reasonable descriptions of the images.Usually in a page like this, I have something like the following:
HTML:
CSS:
This will allow you to have text on the page and turn that text into an image which most people will see. Just make sure that the text you’re using is actually applicable to the content associate with it.