| Aug 10, 2017 7:51:16 AM mbarrus73 |
keywords are no longer used by Google or Bing to determine a site's ranking (relevance), so don't overthink meta keywords. Smaller search engines still might use them in their algorithm, so we recommend adding them anyway. They are invisible to site visitors both on your site on in the search engines.
Once you have determined your meta keywords by following the guidelines above, place them in your web page. Each web page should have it's own set of keywords.
Example:
<meta name="keywords" content="HTML,CSS,XML,JavaScript">
A full example so that you can see it within context:
<!DOCTYPE html> <html lang="en-US"> <meta charset="UTF-8"> <meta name="description" content="Free Web tutorials">
<meta name="keywords" content="HTML,CSS,XML,JavaScript">
<meta name="author" content="John Doe">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head> <body> Hello World </body> </html>