{"id":20046,"date":"2021-10-12T15:51:09","date_gmt":"2021-10-12T15:51:09","guid":{"rendered":"https:\/\/sortedkeys.com\/over-ons\/"},"modified":"2026-06-09T03:22:26","modified_gmt":"2026-06-09T03:22:26","slug":"over-ons","status":"publish","type":"page","link":"https:\/\/sortedkeys.com\/nl\/over-ons\/","title":{"rendered":"Over Ons"},"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    \/* 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>Softwarelicenties Vereenvoudigen<\/h1>\n            <p>Uw vertrouwde Microsoft Partner voor authentieke softwareoplossingen en deskundige technische ondersteuning.<\/p>\n        <\/div>\n    <\/section>\n    \n    <div class=\"container\">\n        <div class=\"partner-section\">\n            <h2>Erkend Microsoft Partner<\/h2>\n            <p>Sorted Keys LLC is een geverifieerde Microsoft Partner gespecialiseerd in digitale softwarelicenties. Ons partnerschap garandeert dat u 100% authentieke software ontvangt, ondersteund door professionele support.<\/p>\n            <span class=\"duns-info\">D-U-N-S Nummer: 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> BEKIJK OFFICIEEL PARTNERPROFIEL\n            <\/a>\n        <\/div>\n        \n        <section class=\"about-card\">\n            <p>Gelegen in Albuquerque, NM, is Sorted Keys LLC opgericht met een duidelijke missie: de complexiteit van zakelijke en persoonlijke softwarelicenties wegnemen. Wij bieden zowel B2B- als B2C-klanten een veilig en gestroomlijnd platform om essenti\u00eble digitale tools aan te schaffen.<\/p>\n            <div class=\"highlight\">\n                <p>Via ons toegewijde e-commerce platform, sortedkeys.com, leveren wij directe, veilige toegang tot Microsoft Office-pakketten, Windows-besturingssystemen en zakelijke serveroplossingen.<\/p>\n            <\/div>\n            <p>We verkopen niet alleen software; we begrijpen IT-infrastructuur. Of u nu een enkel thuiskantoor inricht of een gelaagd bedrijfsnetwerk opschaalt, ons technische supportteam staat voor u klaar.<\/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>Softwarelicenties<\/h3><\/div>\n            <div class=\"service-card\"><div class=\"service-icon\"><i class=\"fas fa-bolt\"><\/i><\/div><h3>Directe Levering<\/h3><\/div>\n            <div class=\"service-card\"><div class=\"service-icon\"><i class=\"fas fa-headset\"><\/i><\/div><h3>Technische Support<\/h3><\/div>\n        <\/section>\n        \n        <section class=\"support-section\">\n            <h2>Technische Hulp Nodig?<\/h2>\n            <p>Ons deskundige supportteam is beschikbaar om te helpen bij implementatie, activering en licentiearchitectuur.<\/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>Softwarelicenties Vereenvoudigen Uw vertrouwde Microsoft Partner voor authentieke softwareoplossingen en deskundige technische ondersteuning. Erkend Microsoft Partner Sorted Keys LLC is<\/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-20046","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Erkend Microsoft Partner &amp; Licentie-experts | Sorted Keys<\/title>\n<meta name=\"description\" content=\"Maak kennis met Sorted Keys LLC, een geverifieerde Microsoft Partner in Albuquerque, NM. Ontdek hoe wij softwarelicenties en digitale levering voor bedrijven vereenvoudigen.Learn how we simplify software licensing and digital delivery for businesses.\" \/>\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\/nl\/over-ons\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Erkend Microsoft Partner &amp; Licentie-experts | Sorted Keys\" \/>\n<meta property=\"og:description\" content=\"Maak kennis met Sorted Keys LLC, een geverifieerde Microsoft Partner in Albuquerque, NM. Ontdek hoe wij softwarelicenties en digitale levering voor bedrijven vereenvoudigen.Learn how we simplify software licensing and digital delivery for businesses.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sortedkeys.com\/nl\/over-ons\/\" \/>\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-06-09T03:22:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sortedkeys.com\/wp-content\/uploads\/2026\/05\/sorted-keys-logo-for-footer-scaled.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"895\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@SortedKeys\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuut\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/over-ons\\\/\",\"url\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/over-ons\\\/\",\"name\":\"Erkend Microsoft Partner & Licentie-experts | Sorted Keys\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/#website\"},\"datePublished\":\"2021-10-12T15:51:09+00:00\",\"dateModified\":\"2026-06-09T03:22:26+00:00\",\"description\":\"Maak kennis met Sorted Keys LLC, een geverifieerde Microsoft Partner in Albuquerque, NM. Ontdek hoe wij softwarelicenties en digitale levering voor bedrijven vereenvoudigen.Learn how we simplify software licensing and digital delivery for businesses.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/over-ons\\\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/over-ons\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/over-ons\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/?page_id=20104\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Over Ons\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/#website\",\"url\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/\",\"name\":\"SORTED KEYS\",\"description\":\"Sorted Keys\",\"publisher\":{\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/#organization\",\"name\":\"SORTED KEYS\",\"alternateName\":\"Sorted keys LLC\",\"url\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/#\\\/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\"},\"image\":{\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=61590337525550\",\"https:\\\/\\\/x.com\\\/SortedKeys\",\"https:\\\/\\\/www.instagram.com\\\/sorted.keys\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Erkend Microsoft Partner & Licentie-experts | Sorted Keys","description":"Maak kennis met Sorted Keys LLC, een geverifieerde Microsoft Partner in Albuquerque, NM. Ontdek hoe wij softwarelicenties en digitale levering voor bedrijven vereenvoudigen.Learn how we simplify software licensing and digital delivery for businesses.","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\/nl\/over-ons\/","og_locale":"nl_NL","og_type":"article","og_title":"Erkend Microsoft Partner & Licentie-experts | Sorted Keys","og_description":"Maak kennis met Sorted Keys LLC, een geverifieerde Microsoft Partner in Albuquerque, NM. Ontdek hoe wij softwarelicenties en digitale levering voor bedrijven vereenvoudigen.Learn how we simplify software licensing and digital delivery for businesses.","og_url":"https:\/\/sortedkeys.com\/nl\/over-ons\/","og_site_name":"Sorted Keys","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=61590337525550","article_modified_time":"2026-06-09T03:22:26+00:00","og_image":[{"width":2560,"height":895,"url":"https:\/\/sortedkeys.com\/wp-content\/uploads\/2026\/05\/sorted-keys-logo-for-footer-scaled.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@SortedKeys","twitter_misc":{"Geschatte leestijd":"1 minuut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sortedkeys.com\/nl\/over-ons\/","url":"https:\/\/sortedkeys.com\/nl\/over-ons\/","name":"Erkend Microsoft Partner & Licentie-experts | Sorted Keys","isPartOf":{"@id":"https:\/\/sortedkeys.com\/nl\/#website"},"datePublished":"2021-10-12T15:51:09+00:00","dateModified":"2026-06-09T03:22:26+00:00","description":"Maak kennis met Sorted Keys LLC, een geverifieerde Microsoft Partner in Albuquerque, NM. Ontdek hoe wij softwarelicenties en digitale levering voor bedrijven vereenvoudigen.Learn how we simplify software licensing and digital delivery for businesses.","breadcrumb":{"@id":"https:\/\/sortedkeys.com\/nl\/over-ons\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sortedkeys.com\/nl\/over-ons\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sortedkeys.com\/nl\/over-ons\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sortedkeys.com\/nl\/?page_id=20104"},{"@type":"ListItem","position":2,"name":"Over Ons"}]},{"@type":"WebSite","@id":"https:\/\/sortedkeys.com\/nl\/#website","url":"https:\/\/sortedkeys.com\/nl\/","name":"SORTED KEYS","description":"Sorted Keys","publisher":{"@id":"https:\/\/sortedkeys.com\/nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sortedkeys.com\/nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/sortedkeys.com\/nl\/#organization","name":"SORTED KEYS","alternateName":"Sorted keys LLC","url":"https:\/\/sortedkeys.com\/nl\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/sortedkeys.com\/nl\/#\/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"},"image":{"@id":"https:\/\/sortedkeys.com\/nl\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61590337525550","https:\/\/x.com\/SortedKeys","https:\/\/www.instagram.com\/sorted.keys\/"]}]}},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/sortedkeys.com\/nl\/wp-json\/wp\/v2\/pages\/20046","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sortedkeys.com\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sortedkeys.com\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sortedkeys.com\/nl\/wp-json\/wp\/v2\/users\/40"}],"replies":[{"embeddable":true,"href":"https:\/\/sortedkeys.com\/nl\/wp-json\/wp\/v2\/comments?post=20046"}],"version-history":[{"count":2,"href":"https:\/\/sortedkeys.com\/nl\/wp-json\/wp\/v2\/pages\/20046\/revisions"}],"predecessor-version":[{"id":20050,"href":"https:\/\/sortedkeys.com\/nl\/wp-json\/wp\/v2\/pages\/20046\/revisions\/20050"}],"wp:attachment":[{"href":"https:\/\/sortedkeys.com\/nl\/wp-json\/wp\/v2\/media?parent=20046"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}