[QUOTE=lexi]
In the code view you are able to see all the html, javascript, etc in dreamweaver.
Are you loading in any external javascript files? How about playing any flash videos?
(see: http://www.adobe.com/support/security/bulletins/apsb08-01.html )
Are you allowing users to upload anything to your site? Is it possible an external javascript file was uploaded which may contain some nasty code? Are you opening any popups to other sites? Displaying any ads such as javascript calls to build an ad or flash ads?
[/QUOTE]
First, whew vis-à-vis code view, thanks.
Second, Nope City.
No external javascript files. We have a very small bit of javascript on the site, mainly a rotating image (not an annoying one, but it cycles through portfolio pieces in one or two areas).
No flash videos.
The only place for someone to upload a file is in a directory that is password protected via the site management control panel. Not only is it a fairly complex password (not word-based, mix of caps, and special characters), but even if it was a weak password, Google wouldn’t have broken in to a restricted area to check up on it.
No popups or links to external sites.
No third party code of any kind (that we put up) to advertise or lead off-site.
We don’t do seek any business over the Web. The site is there mainly to have something of a Web presence, so if a potential client (i.e., one that receive our bid) wants to look us up, they can get more information about us. That’s why the site is fairly simple (though, as an editorial and design firm, it has a high level of polish).
There is one potential weakness, but I can’t tell if this is what’s getting Google’s goat. We have a basic ‘contact us’ form that accepts name, organization, comments, etc., that on submission (if (isset($_POST[‘submitted’])) sends us an email (mail (“ash@domain.com”,$subject, $body, “FROM: $from”);. A few of the fields’ strings are stripslashed, but there is no SSL certificate or other encryption going on. I’ve checked that area’s code, and don’t see anything I didn’t put there.
Which brings me back to treading fairly close to pit-worthy comments. If Google wants to flag our site, fine. But other than Go Fish, how the heck is someone supposed to know what tripped their filter?! Is there anything in their Webmaster tools that points in the right direction? ARRRRRHHHGGGGHHH!!!