tapies
02-07-2010, 04:33 PM
Hello,
please could you help me with the following? I am new in the land of SEO.
I would need to work it out.
I have an index.html generated with Flash CS4 + my own alt.html as an alternative HTML content with links to some more alt HTMLs.
How should I modify index.html for search engine crawlers indexing?
Or what should I do so that alt.html would be noticed by search engine crawlers?
So far I have added this in the index.html:
<!DOCTYPE HTML SYSTEM>
<meta name="keywords" content=" .....key words......" />
inserted alt.html link here:
<noscript>
Go to
<a href="http://www.myweb.com/alt-my-web.html">Alternative Content</a>
</noscript>
Will search engine crawlers notice the alt-my-web.html?
HTML validator also reports these errors in the generated index.html:
- Line 174, Column 21: end tag for element "OBJECT" which is not open
str += '</object>';
- Line 183, Column 22: end tag for element "EMBED" which is not open
str += '> </embed>';
How to deal with?
Any suggestions concerning SEO/Flash are welcome!
Thanks a lot.
P.S. People in my country mostly use a local search engine that can't index swf files.
please could you help me with the following? I am new in the land of SEO.
I would need to work it out.
I have an index.html generated with Flash CS4 + my own alt.html as an alternative HTML content with links to some more alt HTMLs.
How should I modify index.html for search engine crawlers indexing?
Or what should I do so that alt.html would be noticed by search engine crawlers?
So far I have added this in the index.html:
<!DOCTYPE HTML SYSTEM>
<meta name="keywords" content=" .....key words......" />
inserted alt.html link here:
<noscript>
Go to
<a href="http://www.myweb.com/alt-my-web.html">Alternative Content</a>
</noscript>
Will search engine crawlers notice the alt-my-web.html?
HTML validator also reports these errors in the generated index.html:
- Line 174, Column 21: end tag for element "OBJECT" which is not open
str += '</object>';
- Line 183, Column 22: end tag for element "EMBED" which is not open
str += '> </embed>';
How to deal with?
Any suggestions concerning SEO/Flash are welcome!
Thanks a lot.
P.S. People in my country mostly use a local search engine that can't index swf files.