| Structured
Data |
[
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Online v\u00e6kkeur",
"description": "Indstil brugerdefinerede alarmer med lydalarmer. Nem at bruge online v\u00e6kkeur med visning af nuv\u00e6rende tid, snooze og tilpassede indstillinger.",
"url": "https://klokken.net/alarm/",
"applicationCategory": "UtilitiesApplication",
"operatingSystem": "Any (Browser-based)",
"offers": {
"@type": "Offer",
"price": 0,
"priceCurrency": "USD"
},
"provider": {
"@type": "Organization",
"name": "Time.now",
"url": "https://klokken.net/"
},
"featureList": [
"Custom alarm setting",
"Audible alarm sound",
"Snooze functionality",
"Current time display",
"Persistent alarm (remembers settings)",
"Alarm labeling"
]
},
{
"@context": "https://schema.org",
"@type": "HowTo",
"name": "S\u00e5dan bruger du det online v\u00e6kkeur",
"step": [
{
"@type": "HowToStep",
"name": "Set the Alarm Time",
"text": "Use the dropdown menus to select the desired hour, minute, and AM/PM for your alarm.",
"url": "https://klokken.net/alarm/#alarm-inputs"
},
{
"@type": "HowToStep",
"name": "Choose a Sound (Optional)",
"text": "Select an alarm sound from the dropdown list. You can test the sound using the 'Test' button.",
"url": "https://klokken.net/alarm/#alarm-sound-select"
},
{
"@type": "HowToStep",
"name": "Add a Label (Optional)",
"text": "Enter a descriptive label for your alarm, like 'Morning Workout' or 'Meeting Reminder'.",
"url": "https://klokken.net/alarm/#alarm-label-input"
},
{
"@type": "HowToStep",
"name": "Activate the Alarm",
"text": "Click the 'Set Alarm' button. The display will change to show the set alarm time and a countdown.",
"url": "https://klokken.net/alarm/#btn-set-alarm"
},
{
"@type": "HowToStep",
"name": "When the Alarm Rings",
"text": "A modal will appear when the alarm goes off. You can choose to 'Snooze' the alarm for 5 minutes or 'Stop Alarm' to dismiss it completely.",
"url": "https://klokken.net/alarm/#alarm-ringing-modal"
},
{
"@type": "HowToStep",
"name": "Stop an Active Alarm",
"text": "If an alarm is set, you can click the 'Stop Alarm' button in the 'Alarm Active' section to cancel it before it rings.",
"url": "https://klokken.net/alarm/#btn-stop-alarm-active"
}
]
},
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Klokken.net",
"url": "https://klokken.net",
"logo": "https://klokken.net/images/logo.png"
},
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Klokken.net",
"url": "https://klokken.net",
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://klokken.net/search?q={search_term_string}"
},
"query-input": "required name=search_term_string"
}
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://klokken.net/"
},
{
"@type": "ListItem",
"position": 2,
"name": "V\u00e6kkeur",
"item": "https://klokken.net/alarm/"
}
]
}
]
|