Hello to all,
How do you add meta tags in your website so that search engines can find your site?
How do a meta tags added ?
Importance of Meta tags ?
Kari
Here is a good link to learn more about meta tags.
http://www.w3schools.com/html/html_meta.asp
I would also advice you to read up more on internet about meta tags, there are lots of information online.
Here is a good link to learn more about meta tags.
http://www.w3schools.com/html/html_meta.asp
I would also advice you to read up more on internet about meta tags, there are lots of information online.

kari segraves wrote:
Hello to all,
How do you add meta tags in your website so that search engines can find your site?
How do a meta tags added ?
Hello to all,
How do you add meta tags in your website so that search engines can find your site?
How do a meta tags added ?
How you do meta tags depends on the specific software you are using. Since you are asking here, you are likely to be using a CoffeeCup product, either VSD or the HTML Editor. Since I am on my laptop, I do not have VSD to use and tell you specifically how to do it, and the previous message pointed you to a great source af HTML information.
The most important meta tags are the title, description and keywords.
Though google doesn't give much weight to these tags anymore, some of the other search engines still use them to sort sites. Where Google still uses these tags is in their results display to show site descriptions.
To add these tags to your site place the following between the <head> and </head> tags in each page.
<title>write your title here, keep it to 15 words or so</title>
<meta name="Description" content="enter your descriptive text here. Keep it to thirty words or less. " />
<meta name="Keywords" content="keyword1, keyword2, etc " />
Though google doesn't give much weight to these tags anymore, some of the other search engines still use them to sort sites. Where Google still uses these tags is in their results display to show site descriptions.
To add these tags to your site place the following between the <head> and </head> tags in each page.
<title>write your title here, keep it to 15 words or so</title>
<meta name="Description" content="enter your descriptive text here. Keep it to thirty words or less. " />
<meta name="Keywords" content="keyword1, keyword2, etc " />
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.