i have following code where i m including my title and description for the page But google crawled only title not the meta description from the code. Where as meta description was read from the keywords present in html of the page.. Please guide me guys where i m coding wrongly
<!DOCTYPE html>
<html>
<head>
<title>title inserted here</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="description" content="description here"/>
/) is unnecessary. (If this answers your question then you can mark it as accepted by clicking on the tick to the left of the answer.) – MrWhite Jun 04 '14 at 14:51