Mobile app version of vmapp.org
Login or Join
Vandalay111

: SEO-meta description crawling issue 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

@Vandalay111

Posted in: #Php #Seo

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"/>

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Vandalay111

1 Comments

Sorted by latest first Latest Oldest Best

 

@Alves908

Where as meta description was read from the keywords present in html of the page..


That is how Google works. The description shown in the SERPs is not necessarily your meta description, it can be any part of your page content that Google deems more relevant to what the user is searching for.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme