How did I get myself into this mess! My site is listed in Google without me even completing the site. I really need to know how to go back to add comments to my listing or keywords that describe the content of my page on Google. Any ideas???
No problem. Google's spiders will usually find your site and that's how got into their index. You need to add meta tags to your pages to control how your title and description appears.
Between the <head> and </head> of your HTML code, insert the following code...
<title>Page title of your site</title>
<meta name="description" content="Insert a description of your page, 15-20 words">
<meta name="keywords" content="3-5 keywords separated by commas that describe the page">
Every page on your site should have the above meta code in the <head> of your HTML code.
__________________
Don't put the cart before the horse. Plan your website, thencreate it.
~~~~~~~~~~~~~~~~~~~~~~~~~
Recent Blog Posts...