{"id":20791,"date":"2021-10-12T15:51:09","date_gmt":"2021-10-12T15:51:09","guid":{"rendered":"https:\/\/sortedkeys.com\/?page_id=20791"},"modified":"2026-07-15T16:28:54","modified_gmt":"2026-07-15T16:28:54","slug":"om-os","status":"publish","type":"page","link":"https:\/\/sortedkeys.com\/da\/om-os\/","title":{"rendered":"Om Os"},"content":{"rendered":"\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n<style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600&family=Montserrat:wght@700;800&display=swap');\n\n    * { margin: 0; padding: 0; box-sizing: border-box; }\n\n    body {\n        background: #f1f5f9;\n        color: #0f172a;\n        line-height: 1.6;\n        min-height: 100vh;\n        padding: 0;\n        font-family: 'Inter', sans-serif;\n        font-weight: 400;\n        overflow-x: hidden; \/* Global safety net *\/\n    }\n\n    #sortedkeys-about-page {\n        --deep-slate: #0f172a;\n        --vibrant-teal: #14b8a6;\n        --silver-mist: #f1f5f9;\n        --electric-white: #ffffff;\n        --text-grey: #4a5568;\n        font-family: 'Inter', sans-serif;\n        line-height: 1.6;\n        color: var(--deep-slate);\n        background: var(--silver-mist);\n        padding-bottom: 60px;\n        width: 100%;\n        max-width: 100%;\n        overflow-x: hidden;\n        box-sizing: border-box;\n    }\n\n    #sortedkeys-about-page h1, \n    #sortedkeys-about-page h2, \n    #sortedkeys-about-page h3 {\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 800;\n        text-transform: uppercase;\n        color: var(--deep-slate);\n        letter-spacing: -0.5px;\n    }\n\n    #sortedkeys-about-page .container { \n        max-width: 1200px; \n        width: 100%; \n        margin: 0 auto; \n        padding: 0 20px; \n        box-sizing: border-box;\n    }\n\n    \/* Hero Section *\/\n    #sortedkeys-about-page .hero {\n        background: var(--deep-slate);\n        color: var(--electric-white);\n        padding: 80px 20px;\n        margin-bottom: 60px;\n        text-align: center;\n        border-bottom: 4px solid var(--vibrant-teal);\n        width: 100%;\n    }\n    \n    #sortedkeys-about-page .hero h1 { \n        font-size: 3.5rem; \n        margin-bottom: 20px; \n        color: var(--electric-white); \n        overflow-wrap: break-word;\n    }\n    \n    #sortedkeys-about-page .hero p { \n        font-size: 1.2rem; \n        color: #94a3b8; \n        max-width: 700px; \n        margin: 0 auto; \n    }\n\n    \/* Partner Section *\/\n    #sortedkeys-about-page .partner-section {\n        background: var(--electric-white);\n        border: 1px solid var(--deep-slate);\n        padding: 40px;\n        margin-bottom: 60px;\n        text-align: center;\n        box-shadow: 8px 8px 0px var(--vibrant-teal);\n        width: 100%;\n        box-sizing: border-box;\n    }\n    \n    #sortedkeys-about-page .duns-info {\n        display: block;\n        margin-top: 15px;\n        font-weight: 700;\n        color: var(--deep-slate);\n        font-size: 0.9rem;\n    }\n    \n    #sortedkeys-about-page .partner-link {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        gap: 10px;\n        color: var(--electric-white);\n        background: var(--deep-slate);\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 700;\n        text-transform: uppercase;\n        padding: 16px 32px;\n        text-decoration: none;\n        border: 2px solid var(--deep-slate);\n        transition: all 0.2s ease;\n        margin-top: 20px;\n        box-sizing: border-box;\n    }\n    \n    #sortedkeys-about-page .partner-link:hover { \n        background: var(--vibrant-teal); \n        border-color: var(--vibrant-teal); \n        color: var(--electric-white); \n    }\n\n    \/* Content Cards *\/\n    #sortedkeys-about-page .about-card {\n        background: var(--electric-white);\n        border: 1px solid var(--deep-slate);\n        padding: 50px;\n        margin-bottom: 60px;\n        border-left: 8px solid var(--deep-slate);\n        width: 100%;\n        box-sizing: border-box;\n    }\n    \n    #sortedkeys-about-page .highlight { \n        background: var(--silver-mist); \n        border-left: 4px solid var(--vibrant-teal); \n        padding: 30px; \n        margin: 30px 0; \n        font-weight: 600; \n    }\n\n    \/* FAQ Section Specific Styles *\/\n    #sortedkeys-about-page .faq-section h2 {\n        text-align: center;\n        margin-bottom: 30px;\n        padding-bottom: 15px;\n        border-bottom: 2px solid var(--vibrant-teal);\n    }\n    \n    #sortedkeys-about-page .faq-item {\n        margin-bottom: 25px;\n    }\n    \n    #sortedkeys-about-page .faq-item:last-child {\n        margin-bottom: 0;\n    }\n    \n    #sortedkeys-about-page .faq-item h3 {\n        font-size: 1.1rem;\n        color: var(--vibrant-teal);\n        margin-bottom: 10px;\n        letter-spacing: 0;\n    }\n\n    \/* Services Grid *\/\n    #sortedkeys-about-page .services-grid { \n        display: grid; \n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); \n        gap: 30px; \n        margin-bottom: 60px; \n        width: 100%;\n    }\n    \n    #sortedkeys-about-page .service-card { \n        background: var(--electric-white); \n        padding: 40px 30px; \n        border: 1px solid var(--deep-slate); \n        border-top: 4px solid var(--vibrant-teal); \n        text-align: center; \n        transition: all 0.2s ease; \n        box-sizing: border-box;\n        width: 100%;\n    }\n    \n    #sortedkeys-about-page .service-card:hover { \n        transform: translateY(-5px); \n        box-shadow: 8px 8px 0px var(--deep-slate); \n    }\n    \n    #sortedkeys-about-page .service-icon { \n        font-size: 2.5rem; \n        margin-bottom: 25px; \n        color: var(--vibrant-teal); \n    }\n\n    \/* Support CTA *\/\n    #sortedkeys-about-page .support-section { \n        background: var(--deep-slate); \n        color: var(--electric-white); \n        padding: 60px 40px; \n        text-align: center; \n        border-top: 4px solid var(--vibrant-teal); \n        width: 100%;\n        box-sizing: border-box;\n    }\n    \n    #sortedkeys-about-page .support-section h2 {\n        color: var(--electric-white);\n        margin-bottom: 15px;\n    }\n    \n    #sortedkeys-about-page .support-section p {\n        margin-bottom: 25px;\n    }\n    \n    #sortedkeys-about-page .contact-info { \n        display: inline-flex; \n        align-items: center; \n        justify-content: center; \n        gap: 12px; \n        background: var(--vibrant-teal); \n        padding: 16px 32px; \n        font-weight: 700; \n        text-decoration: none; \n        color: var(--electric-white); \n        margin: 10px; \n        box-sizing: border-box;\n        transition: background 0.2s ease;\n    }\n    \n    #sortedkeys-about-page .contact-info:hover {\n        background: var(--electric-white);\n        color: var(--deep-slate);\n    }\n\n    \/* Mobile Responsive Architecture *\/\n    @media (max-width: 992px) {\n        #sortedkeys-about-page .about-card {\n            padding: 50px 30px;\n            border-left: none;\n            border-top: 8px solid var(--deep-slate);\n        }\n    }\n\n    @media (max-width: 768px) {\n        #sortedkeys-about-page { overflow-x: hidden; }\n        \n        #sortedkeys-about-page .container { padding: 0 10px; }\n        \n        #sortedkeys-about-page .hero { padding: 60px 15px; }\n        #sortedkeys-about-page .hero h1 { font-size: 2.2rem; }\n        \n        #sortedkeys-about-page .partner-section { padding: 30px 15px; }\n        \n        \/* Force buttons to fit screen width *\/\n        #sortedkeys-about-page .partner-link {\n            width: 100%;\n            font-size: 0.85rem;\n            padding: 15px;\n            text-align: center;\n        }\n\n        \/* Fix Double Padding *\/\n        #sortedkeys-about-page .about-card {\n            padding: 30px 15px;\n            border-left: none;\n            border-top: 4px solid var(--deep-slate);\n        }\n        \n        #sortedkeys-about-page .highlight { padding: 20px 15px; }\n        \n        #sortedkeys-about-page .services-grid { gap: 20px; }\n        #sortedkeys-about-page .service-card { padding: 30px 15px; }\n        \n        #sortedkeys-about-page .support-section { padding: 40px 15px; }\n        \n        \/* Stack contact buttons cleanly *\/\n        #sortedkeys-about-page .contact-info {\n            width: 100%;\n            margin: 10px 0;\n            font-size: 0.9rem;\n            padding: 15px;\n        }\n\n        \/* Ultimate safety net for long words breaking the container *\/\n        #sortedkeys-about-page p,\n        #sortedkeys-about-page a,\n        #sortedkeys-about-page h2,\n        #sortedkeys-about-page .duns-info {\n            overflow-wrap: break-word;\n            word-break: break-word;\n        }\n    }\n<\/style>\n\n<div id=\"sortedkeys-about-page\">\n    <section class=\"hero\">\n        <div class=\"container\">\n            <h1>Forenkling af softwarelicenser<\/h1>\n            <p>Din betroede Microsoft Partner til autentiske softwarel\u00f8sninger og ekspert teknisk support.<\/p>\n        <\/div>\n    <\/section>\n    \n    <div class=\"container\">\n        <div class=\"partner-section\">\n            <h2>Officiel Microsoft Partner<\/h2>\n            <p>Sorted Keys LLC er en verificeret Microsoft Partner med speciale i digital softwarelicensering. Vores partnerskab sikrer, at du modtager 100 % autentisk software bakket op af professionel support.<\/p>\n            <span class=\"duns-info\">D-U-N-S Number: 145002102<\/span><br>\n            <a href=\"https:\/\/marketplace.microsoft.com\/en-us\/partners\/016483d1-98bf-4181-ba74-8dbea44815c5\/overview\" target=\"_blank\" class=\"partner-link\">\n                <i class=\"fab fa-microsoft\"><\/i> SE OFFICIEL PARTNERPROFIL\n            <\/a>\n        <\/div>\n        \n        <section class=\"about-card\">\n            <p>Sorted Keys LLC er baseret i Albuquerque, NM og blev grundlagt med en klar mission: at sk\u00e6re igennem kompleksiteten ved virksomheds- og personlige softwarelicenser. Vi giver b\u00e5de B2B- og B2C-kunder en sikker, str\u00f8mlinet platform til at erhverve vigtige digitale v\u00e6rkt\u00f8jer.<\/p>\n            <div class=\"highlight\">\n                <p>Gennem vores dedikerede e-handelsplatform, sortedkeys.com, leverer vi \u00f8jeblikkelig, sikker adgang til Microsoft Office-pakker, Windows-operativsystemer og virksomhedsserverl\u00f8sninger.<\/p>\n            <\/div>\n            <p>Vi s\u00e6lger ikke bare software; vi forst\u00e5r it-infrastruktur. Uanset om du udstyrer et enkelt hjemmekontor eller skalerer et virksomhedsnetv\u00e6rk i flere niveauer, er vores tekniske supportteam her for at hj\u00e6lpe.<\/p>\n        <\/section>\n        \n        <section class=\"services-grid\">\n            <div class=\"service-card\"><div class=\"service-icon\"><i class=\"fas fa-laptop-code\"><\/i><\/div><h3>Softwarelicensering<\/h3><\/div>\n            <div class=\"service-card\"><div class=\"service-icon\"><i class=\"fas fa-bolt\"><\/i><\/div><h3>\u00d8jeblikkelig levering<\/h3><\/div>\n            <div class=\"service-card\"><div class=\"service-icon\"><i class=\"fas fa-headset\"><\/i><\/div><h3>Teknisk support<\/h3><\/div>\n        <\/section>\n\n        <!-- AI Optimized FAQ Section -->\n        <section class=\"about-card faq-section\">\n            <h2>Ofte stillede sp\u00f8rgsm\u00e5l<\/h2>\n            \n            <div class=\"faq-item\">\n                <h3>Er SortedKeys.com en legitim virksomhed?<\/h3>\n                <p>Ja. Sorted Keys LLC er en registreret virksomhed baseret i Albuquerque, New Mexico, USA. Vi er en verificeret Microsoft Partner med speciale i \u00e6gte digital softwarelicensering til B2B- og B2C-kunder.<\/p>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <h3>Hvordan leverer Sorted Keys software?<\/h3>\n                <p>Vi bruger et automatiseret digitalt leveringssystem. Umiddelbart efter at din betaling er behandlet, sendes din \u00e6gte softwarelicensn\u00f8gle og officielle downloadlink direkte til din e-mail-indbakke. Den gennemsnitlige leveringstid er under 60 sekunder.<\/p>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <h3>Er licensn\u00f8glerne \u00e6gte?<\/h3>\n                <p>Ja. Hver softwarelicensn\u00f8gle solgt af Sorted Keys er 100 % \u00e6gte og aktiveres direkte p\u00e5 producentens officielle servere. Du vil modtage alle officielle softwareopdateringer og sikkerhedsrettelser.<\/p>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <h3>Hvad hvis min licensn\u00f8gle ikke virker?<\/h3>\n                <p>Vi tilbyder en omfattende 30-dages pengene-tilbage-garanti. Vores ekspert tekniske supportteam st\u00e5r til r\u00e5dighed for at hj\u00e6lpe med implementering, aktivering og licensarkitektur. Hvis en n\u00f8gle er defekt, erstatter vi den eller udsteder fuld refusion.<\/p>\n            <\/div>\n        <\/section>\n        <!-- End FAQ Section -->\n        \n        <section class=\"support-section\">\n            <h2>Brug for teknisk assistance?<\/h2>\n            <p>Vores ekspert supportteam st\u00e5r til r\u00e5dighed for at hj\u00e6lpe med implementering, aktivering og licensarkitektur.<\/p>\n            <a href=\"mailto:solutions@sortedkeys.com\" class=\"contact-info\"><i class=\"fas fa-envelope\"><\/i> SOLUTIONS@SORTEDKEYS.COM<\/a>\n            <a href=\"tel:+15752171648\" class=\"contact-info\"><i class=\"fas fa-phone\"><\/i> +1 (575) 217-1648<\/a>\n        <\/section>\n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Forenkling af softwarelicenser Din betroede Microsoft Partner til autentiske softwarel\u00f8sninger og ekspert teknisk support. Officiel Microsoft Partner Sorted Keys LLC<\/p>\n","protected":false},"author":40,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-20791","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Om Os - Sorted Keys LLC<\/title>\n<meta name=\"description\" content=\"L\u00e6r mere om Sorted Keys LLC. Vi er en verificeret Microsoft Partner, der leverer autentiske softwarelicenser og teknisk support til B2B og B2C.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sortedkeys.com\/da\/om-os\/\" \/>\n<meta property=\"og:locale\" content=\"da_DK\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Om Os - Sorted Keys LLC\" \/>\n<meta property=\"og:description\" content=\"L\u00e6r mere om Sorted Keys LLC. Vi er en verificeret Microsoft Partner, der leverer autentiske softwarelicenser og teknisk support til B2B og B2C.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sortedkeys.com\/da\/om-os\/\" \/>\n<meta property=\"og:site_name\" content=\"Sorted Keys\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=61590337525550\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-15T16:28:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sortedkeys.com\/wp-content\/uploads\/2026\/06\/windows-10-end-of-support-migration-to-windows-11-pro-scaled.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1396\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@SortedKeys\" \/>\n<meta name=\"twitter:label1\" content=\"Estimeret l\u00e6setid\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutter\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/om-os\\\/\",\"url\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/om-os\\\/\",\"name\":\"Om Os - Sorted Keys LLC\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/#website\"},\"datePublished\":\"2021-10-12T15:51:09+00:00\",\"dateModified\":\"2026-07-15T16:28:54+00:00\",\"description\":\"L\u00e6r mere om Sorted Keys LLC. Vi er en verificeret Microsoft Partner, der leverer autentiske softwarelicenser og teknisk support til B2B og B2C.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/om-os\\\/#breadcrumb\"},\"inLanguage\":\"da-DK\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sortedkeys.com\\\/da\\\/om-os\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/om-os\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Hjem\",\"item\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Om Os\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/#website\",\"url\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/\",\"name\":\"SORTED KEYS\",\"description\":\"Sorted Keys\",\"publisher\":{\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"da-DK\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/#organization\",\"name\":\"Sorted keys LLC\",\"alternateName\":\"Sorted keys LLC\",\"url\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"da-DK\",\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/sortedkeys.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Design-sans-titre-4.png\",\"contentUrl\":\"https:\\\/\\\/sortedkeys.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Design-sans-titre-4.png\",\"width\":1075,\"height\":611,\"caption\":\"Sorted keys LLC\"},\"image\":{\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=61590337525550\",\"https:\\\/\\\/x.com\\\/SortedKeys\",\"https:\\\/\\\/www.instagram.com\\\/sorted.keys\\\/\",\"https:\\\/\\\/www.facebook.com\\\/people\\\/Sorted-Keys-LLC\\\/61590337525550\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/SORTEDKEYS\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/sorted-keys-llc\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Om Os - Sorted Keys LLC","description":"L\u00e6r mere om Sorted Keys LLC. Vi er en verificeret Microsoft Partner, der leverer autentiske softwarelicenser og teknisk support til B2B og B2C.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sortedkeys.com\/da\/om-os\/","og_locale":"da_DK","og_type":"article","og_title":"Om Os - Sorted Keys LLC","og_description":"L\u00e6r mere om Sorted Keys LLC. Vi er en verificeret Microsoft Partner, der leverer autentiske softwarelicenser og teknisk support til B2B og B2C.","og_url":"https:\/\/sortedkeys.com\/da\/om-os\/","og_site_name":"Sorted Keys","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=61590337525550","article_modified_time":"2026-07-15T16:28:54+00:00","og_image":[{"width":2560,"height":1396,"url":"https:\/\/sortedkeys.com\/wp-content\/uploads\/2026\/06\/windows-10-end-of-support-migration-to-windows-11-pro-scaled.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_site":"@SortedKeys","twitter_misc":{"Estimeret l\u00e6setid":"2 minutter"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sortedkeys.com\/da\/om-os\/","url":"https:\/\/sortedkeys.com\/da\/om-os\/","name":"Om Os - Sorted Keys LLC","isPartOf":{"@id":"https:\/\/sortedkeys.com\/da\/#website"},"datePublished":"2021-10-12T15:51:09+00:00","dateModified":"2026-07-15T16:28:54+00:00","description":"L\u00e6r mere om Sorted Keys LLC. Vi er en verificeret Microsoft Partner, der leverer autentiske softwarelicenser og teknisk support til B2B og B2C.","breadcrumb":{"@id":"https:\/\/sortedkeys.com\/da\/om-os\/#breadcrumb"},"inLanguage":"da-DK","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sortedkeys.com\/da\/om-os\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sortedkeys.com\/da\/om-os\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Hjem","item":"https:\/\/sortedkeys.com\/da\/"},{"@type":"ListItem","position":2,"name":"Om Os"}]},{"@type":"WebSite","@id":"https:\/\/sortedkeys.com\/da\/#website","url":"https:\/\/sortedkeys.com\/da\/","name":"SORTED KEYS","description":"Sorted Keys","publisher":{"@id":"https:\/\/sortedkeys.com\/da\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sortedkeys.com\/da\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"da-DK"},{"@type":"Organization","@id":"https:\/\/sortedkeys.com\/da\/#organization","name":"Sorted keys LLC","alternateName":"Sorted keys LLC","url":"https:\/\/sortedkeys.com\/da\/","logo":{"@type":"ImageObject","inLanguage":"da-DK","@id":"https:\/\/sortedkeys.com\/da\/#\/schema\/logo\/image\/","url":"https:\/\/sortedkeys.com\/wp-content\/uploads\/2026\/05\/Design-sans-titre-4.png","contentUrl":"https:\/\/sortedkeys.com\/wp-content\/uploads\/2026\/05\/Design-sans-titre-4.png","width":1075,"height":611,"caption":"Sorted keys LLC"},"image":{"@id":"https:\/\/sortedkeys.com\/da\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61590337525550","https:\/\/x.com\/SortedKeys","https:\/\/www.instagram.com\/sorted.keys\/","https:\/\/www.facebook.com\/people\/Sorted-Keys-LLC\/61590337525550\/","https:\/\/www.pinterest.com\/SORTEDKEYS\/","https:\/\/www.linkedin.com\/company\/sorted-keys-llc\/"]}]}},"_links":{"self":[{"href":"https:\/\/sortedkeys.com\/da\/wp-json\/wp\/v2\/pages\/20791","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sortedkeys.com\/da\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sortedkeys.com\/da\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sortedkeys.com\/da\/wp-json\/wp\/v2\/users\/40"}],"replies":[{"embeddable":true,"href":"https:\/\/sortedkeys.com\/da\/wp-json\/wp\/v2\/comments?post=20791"}],"version-history":[{"count":1,"href":"https:\/\/sortedkeys.com\/da\/wp-json\/wp\/v2\/pages\/20791\/revisions"}],"predecessor-version":[{"id":20792,"href":"https:\/\/sortedkeys.com\/da\/wp-json\/wp\/v2\/pages\/20791\/revisions\/20792"}],"wp:attachment":[{"href":"https:\/\/sortedkeys.com\/da\/wp-json\/wp\/v2\/media?parent=20791"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}