Hello there. I have a flash project and would like it to be search engine optimized with the correct tags.
Please may someone look at my index.php and let me know if i must make any changes to have it nicely optimised?
Also, I am not sure what practice to use for the case that the user must update their flash player.
I really appreciate any help
Thanks a lot in advance
<html>
<title>Ttitle of my website</title>
<meta name="description" content="Description of my site">
<meta name="keywords" content="a key word, another key word, some key word">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Company name</title>
<style type="text/css">
<!--
body {
margin-left:0px;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
background-image:url(image/bg.jpg);
}
#copyright {
color:#000000;
width:750px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#copyright a {
color:#000000;
text-decoration:none;
}
#copyright a:hover {
color:#000000;
text-decoration:underline;
}
-->
</style>
<script type="text/javascript" src="swfobject.js"></script>
</head>