How to embed metadata onto a html document?

nix1602

New member
Place this on the top of your pages, different description and keywords for each pages might help you with the search engines

<head>
<title>Your site and page name</title>
<meta name ="Description" content="">
<meta name ="Keywords" content="">
</head>
<body>
 
I designed a website and want to embed metadata (keywords) on to that page, surely they are invisible but searchable, how do I do it?

Million thanks!
 
Place this on the top of your pages, different description and keywords for each pages might help you with the search engines

<head>
<title>Your site and page name</title>
<meta name ="Description" content="">
<meta name ="Keywords" content="">
</head>
<body>
 
Place this on the top of your pages, different description and keywords for each pages might help you with the search engines

<head>
<title>Your site and page name</title>
<meta name ="Description" content="">
<meta name ="Keywords" content="">
</head>
<body>
 
Place this on the top of your pages, different description and keywords for each pages might help you with the search engines

<head>
<title>Your site and page name</title>
<meta name ="Description" content="">
<meta name ="Keywords" content="">
</head>
<body>
 
Back
Top