# The Daily Cuppa
A proper brew, timed to perfection.
## 1. Pick your leaf
## 2. Brew it right
--:--
Choose a tea above
—
## 3. The unwritten rules
- **Warm the pot.** A splash of just-boiled water in the pot first. Non-negotiable.
- **Milk in last.** Yes, it's an argument. No, you won't win it.
- **One for the pot.** One spoon per person, plus one for the pot itself.
- **Never microwave a cuppa.** If it's gone cold, start again. Have some self-respect.
Brewed with ☕ on https://seopoc.uk — a small static site, hosted on Azure Static Web Apps.
```json
{
"@context": "https://schema.org",
"@type": "WebPage",
"url": "https://seopoc.uk/",
"name": "The Daily Cuppa — A Proper British Tea Timer",
"isPartOf": {
"@type": "WebSite",
"name": "The Daily Cuppa",
"url": "https://seopoc.uk/"
},
"publisher": {
"@type": "Organization",
"name": "The Daily Cuppa",
"url": "https://seopoc.uk/"
},
"breadcrumb": {
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://seopoc.uk/"
}
]
},
"speakable": {
"@type": "SpeakableSpecification",
"cssSelector": [
"h1",
"main"
]
}
}
```