trouble with search engines

ntigris

New Member
Hi,

I've designed this website for a Russian painter and animator:
www.alibekov.net

But I can't make it come up in search engines. That is, of course, because it only uses images, not text. I've tried meta tags and alternative text for images but it doesn't help.

Would anyone know of a way to make it visible to Google and other engines?
(Other then redesigning it altogether :)

Thanks so much!
 

conor

New Member
you say that you have added meta tags? they only work if the keywords that you have entered show up in the sites content.

how long has the site been up for?

I just ran a google search for "Sergey Alibekov's official website" and your site showed up second. So it is already visible to Google!!!:)
 

optimus203

New Member
I would add a <meta name="description" content="..." /> tag in your header. The content for your description should be below 160 characters.

I would also try varying the alt= attributes in your photo to provide more dynamic and keywords for search engines.
 

ahk2chan

New Member
Also I would move the CSS code into a separate CSS file loading in the head section, and the JavaScripts into a JS file loading at the bottom of the body section.
 
Top