How to add new keywords to my web site to search in Google?
-
Hi I want to add some new keywords to my website . How can i do it so i can search in google by these new words . Please help me to solve my problem . Thanks in advance ,
Davood
-
Hi I want to add some new keywords to my website . How can i do it so i can search in google by these new words . Please help me to solve my problem . Thanks in advance ,
Davood
By writing some text which contains the keywords!
-
Hi I want to add some new keywords to my website . How can i do it so i can search in google by these new words . Please help me to solve my problem . Thanks in advance ,
Davood
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Free Web tutorials">
<meta name="keywords" content="HTML,CSS, Search this word, Kitkat, Fanta">
<meta name="author" content="The great HTML">
</head>
</html>The above code is an example of HTML. You need to place the searching words inside the "Keywords" tag and the words can be comma separated. http://www.w3schools.com/tags/tag_meta.asp[^]
-
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Free Web tutorials">
<meta name="keywords" content="HTML,CSS, Search this word, Kitkat, Fanta">
<meta name="author" content="The great HTML">
</head>
</html>The above code is an example of HTML. You need to place the searching words inside the "Keywords" tag and the words can be comma separated. http://www.w3schools.com/tags/tag_meta.asp[^]
Adding, uploading and implementing meta keywords, meta descriptions, meta tags, alt tags and whether it is content stuffed keyword. You may implement it in a better way as performed above and also more help can also be found if you may search at the world wide web.