Hi Nikkii30
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.
|