| Structured
Data |
[
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Corporation",
"@id": "https://www.nasdaq.com/",
"name": "Nasdaq",
"url": "https://www.nasdaq.com/",
"logo": {
"@type": "ImageObject",
"url": "https://www.nasdaq.com/themes/nsdq/dist/assets/images/logo-half-white.svg"
}
},
{
"@type": "WebPage",
"breadcrumb": {
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://www.nasdaq.com/"
},
{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://www.nasdaq.com/european-market-activity",
"name": "European Market Activity",
"url": "https://www.nasdaq.com/european-market-activity"
}
}
]
}
},
{
"@type": "WebSite",
"name": "Nasdaq",
"url": "https://www.nasdaq.com/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.nasdaq.com/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
]
}
]
|