- Get link
- X
- Other Apps
What are search result in google and how to work this search result
1.Plain blue link
HTML Ex:
<head>
<title>web design company in chennai</title>
<meta name="description" content="A page's description, usually one or two sentences(155 characters)."/>
</head>
2. Enhancement:
Enhancement including breadcrumbs, sitelinks search boxes,organization(schema)
schema coding ex:
<script type="application/ld+json">
{
"@context": "Home - schema.org",
"@type": "WebSite",
"potentialAction": {
"@type": "SearchAction",
"target": "https://query.example.com/search...",
"query-input": "required name=search_term_string"
}
}
</script>
HTML Coding:
<div itemscope itemtype="WebSite - schema.org">
<meta itemprop="url" content=”www.impressbss.com"/>
<form itemprop="potentialAction" itemscope itemtype="SearchAction - schema.org">
<meta itemprop="target" content="https://query.example.com/search...>
<input itemprop="query-input" type="text" name="search_term_string" required/>
<input type="submit"/>
</form>
</div>
3.Rich result
Rich result: these are included for review stars, thumbnail images, image carousel, video carousel in the search result.
carousel of results, like this:
EX:
<script type="application/ld+json">
{
"@context":"Home - schema.org",
"@type":"ItemList",
"itemListElement":[
{
"@type":"ListItem",
"position":1,
},
{
"@type":"ListItem",
"position":2,
},
{
"@type":"ListItem",
"position":3,
}
]
}
</script>
4.Knowledge panel entry:
“ Knowledge Graph” in google
Refer to manage your knowledge panel data
5.Featured snippet
Learn More:How-to | Search | Google Developers
6.OneBox result
Google OneBox is a separate display box within the serps.
some example for onebox serps
8.Discover:
Your search information related a topic showing
- Get link
- X
- Other Apps
Comments
Post a Comment