Skip to content

Commit 7723434

Browse files
author
Paul Flynn
committed
updated the specification examples for the new hubs
1 parent 960f992 commit 7723434

4 files changed

Lines changed: 2124 additions & 0 deletions

File tree

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
{
2+
"@context": "http://schema.org",
3+
"@type": "MedicalWebPage",
4+
"name": "Baby",
5+
"copyrightHolder": {
6+
"name": "Crown Copyright",
7+
"@type": "Organization"
8+
},
9+
"license": "https://developer.api.nhs.uk/terms",
10+
"author": {
11+
"url": "https://www.nhs.uk",
12+
"logo": "https://assets.nhs.uk/nhsuk-cms/images/nhs-attribution.width-510.png",
13+
"email": "nhswebsite.servicedesk@nhs.net",
14+
"@type": "Organization",
15+
"name": "NHS website"
16+
},
17+
"about": {
18+
"@type": "WebPage",
19+
"name": "Baby",
20+
"alternateName": ""
21+
},
22+
"description": "This guide includes everything you need to know about caring for a baby.",
23+
"url": "https://api.service.nhs.uk/baby/",
24+
"genre": [],
25+
"keywords": "",
26+
"dateModified": "2025-04-16T12:30:54+00:00",
27+
"hasPart": [],
28+
"breadcrumb": {
29+
"@context": "http://schema.org",
30+
"@type": "BreadcrumbList",
31+
"itemListElement": [
32+
{
33+
"@type": "ListItem",
34+
"position": 0,
35+
"item": {
36+
"@id": "https://api.service.nhs.uk/baby/",
37+
"name": "Baby",
38+
"genre": []
39+
}
40+
}
41+
]
42+
},
43+
"headline": "Baby",
44+
"contentSubTypes": [],
45+
"mainEntityOfPage": [
46+
{
47+
"identifier": "24",
48+
"@type": "WebPageElement",
49+
"name": "canonicallinks",
50+
"headline": "",
51+
"text": "",
52+
"mainEntityOfPage": [
53+
{
54+
"@type": "WebPageElement",
55+
"headline": "Caring for a newborn baby",
56+
"url": "https://api.service.nhs.uk/baby/caring-for-a-newborn/",
57+
"identifier": "26",
58+
"text": "<p>How to look after a newborn baby in those first few days (0 to 12 weeks)</p>",
59+
"name": "link"
60+
},
61+
{
62+
"@type": "WebPageElement",
63+
"headline": "Support and services",
64+
"url": "https://api.service.nhs.uk/baby/support-and-services/",
65+
"identifier": "26",
66+
"text": "<p>How to keep well after having a baby and where to get support</p>",
67+
"name": "link"
68+
},
69+
{
70+
"@type": "WebPageElement",
71+
"headline": "Breastfeeding and bottle feeding advice",
72+
"url": "https://api.service.nhs.uk/baby/breastfeeding-and-bottle-feeding/",
73+
"identifier": "26",
74+
"text": "<p>How to breastfeed and bottle feed</p>",
75+
"name": "link"
76+
},
77+
{
78+
"@type": "WebPageElement",
79+
"headline": "Newborn screening",
80+
"url": "https://api.service.nhs.uk/baby/newborn-screening/",
81+
"identifier": "26",
82+
"text": "<p>Find out what screening tests your newborn baby will be offered</p>",
83+
"name": "link"
84+
},
85+
{
86+
"@type": "WebPageElement",
87+
"headline": "Newborn twins and multiples",
88+
"url": "https://api.service.nhs.uk/baby/newborn-twins-and-multiples/",
89+
"identifier": "26",
90+
"text": "<p>Help with raising newborn twins and multiples including feeding advice</p>",
91+
"name": "link"
92+
},
93+
{
94+
"@type": "WebPageElement",
95+
"headline": "Health",
96+
"url": "https://api.service.nhs.uk/baby/health/",
97+
"identifier": "26",
98+
"text": "<p>What to do if your child needs medical help and vaccination guidance</p>",
99+
"name": "link"
100+
},
101+
{
102+
"@type": "WebPageElement",
103+
"headline": "First aid and safety",
104+
"url": "https://api.service.nhs.uk/baby/first-aid-and-safety/",
105+
"identifier": "26",
106+
"text": "<p>What do if your child has an accident and the latest safety advice</p>",
107+
"name": "link"
108+
},
109+
{
110+
"@type": "WebPageElement",
111+
"headline": "Baby's development",
112+
"url": "https://api.service.nhs.uk/baby/babys-development/",
113+
"identifier": "26",
114+
"text": "<p>Read about baby reviews, teething, potty training, learning and behaviour</p>",
115+
"name": "link"
116+
},
117+
{
118+
"@type": "WebPageElement",
119+
"headline": "Weaning and feeding",
120+
"url": "https://api.service.nhs.uk/baby/weaning-and-feeding/",
121+
"identifier": "26",
122+
"text": "<p>How to move on to solid foods and drinks, meal ideas and food safety</p>",
123+
"name": "link"
124+
}
125+
]
126+
}
127+
]
128+
}

0 commit comments

Comments
 (0)