Back up your site first to test it, in case it doesn't work correctly. I don't have time to double check whether it will or not, but there's no reson why it won't. Open each page of your site and remove from here (shown in bold, although you can remove the generator meta if you want because it does nothing). <meta name="generator" content="WYSIWYG Web Builder - http://www.wysiwygwebbuilder.com"> [B]<style type="text/css"> div#container { width: 850px;[/B] Code (markup): All the way down to here (again remove what's in bold, leaving the line "<script language=..."). [B] background-color: inherit; border-right: 1px solid #FFFFFF; } </style>[/B] <script language="JavaScript" type="text/javascript"> <!-- function addToFavorites(title, url) Code (markup): Then, underneath the generator meta or description meta, if you've removed the generator line, copy in these two lines. <link href="http://www.life-stinks.com/stylesheet.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="./jscookmenu.js"></script> Code (markup): Then download this below, which is your stylesheet, and upload this to the same place your index resides. I have not referenced it locally as i don't know how everything is structured on your site/server and this way it's fail safe, within reason. http://www.mediafire.com/?zmgmmmzmdwn Once this is done, nothing should have changed form within the browser, but behind the scenes you've removed the css from the spider's eyes! There is always a possibility that every page uses different styles, which would suck, so click through and check it all. If it fails, upload the site again from the backup to restore it to its original state. Your source code of your page should now look like this: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>More tips on losing your belly fat</title> <meta name="keywords" content="fat belly, belly fat, a fat belly, fat, im fat, healthy fat, health weight, belly fat diet, lose the belly fat"> <meta name="description" content="Weight loss solutions, belly fat tips, healthy fat secrets, easy to follow diets and weight loss programs"> <meta name="generator" content="WYSIWYG Web Builder - http://www.wysiwygwebbuilder.com"> <link href="http://www.life-stinks.com/stylesheet.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="./jscookmenu.js"></script> <script language="JavaScript" type="text/javascript"> <!-- function addToFavorites(title, url) { if (window.sidebar) { window.sidebar.addPanel(title, url, ""); } else if(window.opera && window.print) { var elem = document.createElement('a'); elem.setAttribute('href',url); elem.setAttribute('title',title); elem.setAttribute('rel','sidebar'); elem.click(); } else if(document.all) { window.external.AddFavorite(url, title); } } //--> </script> </head> <body bgcolor="#FFFFFF" text="#00... Code (markup): Hope it all works and improves things, even if it's slight.
Hey Barry, Thanks for all the effort. WYSIWYG doesn't let you modify the code - I can only get to code through Cpanel. I tried what you suggested with no luck. I f I follow 3 steps I lost my whole website - it displayed only some text in black about margins. I tried instead copying the code "that's how it should look" between head and head and it was ok until I noticed that it started throwing some strange random colors on the menu. So I uploaded my backup. I work on the website on PC and regularly upload changed files through build in FTP. I use Cpanel only if stuff up some php. It's all still gibrish to me - I'm surprised my contact form is working I'm a computer tech so probably that's the only reason my website is working at all. Can you just explain to me the difference between your tool and this http://www.linkvendor.com/seo-tools/keyword-density.html,result#r this tool picks all my keywords fine
I'm not sure if i'm honest. But i checked it on one of the best SEO related sites on the planet, SEOBook and it shows similar. It could be that one tool only reads between the body tags and one reads the whole page? http://tools.seobook.com/general/spider-test/index.php
You're welcome. It's annoying though, because I only seem post to the forum when i'm procrastinating. It's like a reminder of not doing any work!
No me either, but i found it crazy that most density checkers showed the css as the dense words, which in turn could affect relevency, should Google read the page in the same manner no? You're the expert, you tell me/us!