|
Giomanach -> RE: SEO, Flash and .css (9/27/2004 10:39:44)
|
quote:
Staying away from flash and having not provided this service, I assume we will need some script on the server for the flash files to work correctly, yes? They may be moving the site to another server as well. Not true, typical FLASH HTML coding for embedding: <object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="550" height="400">
</embed>
</object> That's the minimum coding that you need, and provided the user has the correct version of FLASH player installed no problems. But, FP can deal with that for you. quote:
ridding the flash and css. Getting rid of the FLASH I can understand, as I try to steer my clients away from it as much as possible, but ridding of CSS? That is a must not do if you are looking for total SEO. CSS is not that hard to learn when it's the basics, of which is what you will need for formatting backgrounds and fonts. 30 minutes to an hour a day will have you on your way in no time, first place to start - http://www.w3schools.com I rely heavily on CSS for formatting, and also for positioning etc. Not only will it help with SEO, but it will allow for faster download times, as there is no need to repeat the <font> tags everytime you need to change font etc. If you browse here you will find a page created using Tables and CSS. The original is located here. I'm currently removing all JAvaScript from the web, and performing SEO on it. Without the usage of CSS, I would not do so well on the SEs. quote:
I am using FrontPage 2003 to create sites, uploading using FTP client, I take it you aren't using the FPSe dependant components? If you are, you will need ot publish rather than FTP HTH Dan
|
|
|
|