Skip to content

Commit a6be52a

Browse files
committed
Add breadcrumbs for Angular treeview docs
1 parent 98e3360 commit a6be52a

File tree

1 file changed

+73
-0
lines changed
  • en/angular/web/docs/components/treeview

1 file changed

+73
-0
lines changed
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
<!-- Structured data: Breadcrumbs -->
2+
<script type="application/ld+json">
3+
{
4+
"@context": "http://schema.org",
5+
"@type": "BreadcrumbList",
6+
"itemListElement": [{
7+
"@type": "ListItem",
8+
"position": 1,
9+
"item": {
10+
"@id": "https://mdbootstrap.com/",
11+
"name": "MDBootstrap",
12+
"image": "https://mdbootstrap.com/img/Marketing/mdb-press-pack/mdb-main.jpg"
13+
}
14+
}, {
15+
"@type": "ListItem",
16+
"position": 2,
17+
"item": {
18+
"@id": "https://mdbootstrap.com/docs/angular/",
19+
"name": "Angular",
20+
"image": "https://mdbootstrap.com/wp-content/uploads/2018/04/angular6-about.png"
21+
}
22+
}, {
23+
"@type": "ListItem",
24+
"position": 3,
25+
"item": {
26+
"@id": "https://mdbootstrap.com/docs/angular/components/",
27+
"name": "Components",
28+
"image": "https://mdbootstrap.com/wp-content/uploads/2018/04/angular6-about.png"
29+
}
30+
}, {
31+
"@type": "ListItem",
32+
"position": 4,
33+
"item": {
34+
"@id": "https://mdbootstrap.com/docs/angular/components/treeview/",
35+
"name": "Tabs",
36+
"image": "https://mdbootstrap.com/wp-content/uploads/2018/04/angular6-about.png"
37+
}
38+
}]
39+
}
40+
41+
</script>
42+
43+
<!-- Structured data: Article -->
44+
<script type="application/ld+json">
45+
{
46+
"@context": "http://schema.org",
47+
"@type": "NewsArticle",
48+
"mainEntityOfPage": {
49+
"@type": "WebPage",
50+
"@id": "https://mdbootstrap.com/docs/angular/components/treeview/"
51+
},
52+
"headline": "Angular Treeview - Bootstrap 4 & Material Design. Examples & tutorial.",
53+
"image": [
54+
"https://mdbootstrap.com/wp-content/uploads/2018/04/angular6-about.png"
55+
],
56+
"datePublished": "2018-06-25T08:00:00+08:00",
57+
"dateModified": "2018-06-25T09:20:00+08:00",
58+
"author": {
59+
"@type": "Organization",
60+
"name": "MDBootstrap"
61+
},
62+
"publisher": {
63+
"@type": "Organization",
64+
"name": "MDBootstrap",
65+
"logo": {
66+
"@type": "ImageObject",
67+
"url": "https://mdbootstrap.com/img/Marketing/other/logo/logo-mdb-angular-small.png"
68+
}
69+
},
70+
"description": "Angular treeview is used to show hierarchical information which starts from the root item and proceed to its children and their respective children."
71+
}
72+
73+
</script>

0 commit comments

Comments
 (0)