Nathanael Campoli wrote:Hey guys!
This is the site i was able to make with CoffeeCup Visual Site Designer!
www.cameso.com
Nathaniel,
When I first loaded the page, I could see code flickering....could not recreate the issue, so not 100% certain what it was I saw, but it might have been the css bits. Try commenting them out like:
<style type="text/css">
<!--
body{
blah, blah, blah....etc
}
-->
</style>
Also on your second page, the image is 3000px x 1800px --- incredibly large. It took a long time to load. In fact, all images are quite large and even on a high speed connection slowly appear. Consider resizing them to the actual size you are using them on the website for optimal performance. Otherwise, it is a nice, clean layout.
Is there a reason you use a splash page? Your index or home page should contain some of your most important Googlebot food and you have an image which most people would consider clicking on, but you do not suggest clicking on it...and absolutely nothing to feed the hungry search engines. At the very least consider adding some keywords. Splash pages are sometimes considered an unnecessary annoyance. That said, I was intrigued enough to click....
UPDATE: Actually, it was the css. Commenting it out <!-- --> as I suggested should resolve that....also might consider resizing that main page logo image, too....or adding more content to index page to feed the Googlebot.
Melanie