Forum Moderators: open
I'm currently submitted my webpage to Google.But I'm not sure which part of content will be search by Google Engine?
This is sample of my submitted page:
<html>
<title>Welcome To MyWebpageName</title>
<head>
<META NAME="description" CONTENT="DESCRIPTION OF THE SITE">
<META NAME="keywords" CONTENT="A LOT OF KEYWORDS">
<META NAME="robots" CONTENT="all">
****I write a lot of content of my site here too.****
</head>
</html>
My Questions:
1. Is my META TAG format correct?
2. Where the content(Keyword) will be search by engine? Inside the <META NAME="keywords" CONTENT="A LOT OF KEYWORDS"> content OR the place ****I write a lot of content of my site here too.****?
Thanks!