{"id":13846,"date":"2025-01-14T08:00:00","date_gmt":"2025-01-14T13:00:00","guid":{"rendered":"https:\/\/www.cscdbs.com\/blog\/?p=13846"},"modified":"2025-10-15T10:55:44","modified_gmt":"2025-10-15T14:55:44","slug":"how-to-enhance-digital-trust-with-caa-records","status":"publish","type":"post","link":"https:\/\/www.cscdbs.com\/blog\/how-to-enhance-digital-trust-with-caa-records\/","title":{"rendered":"How to Enhance Digital Trust with CAA Records"},"content":{"rendered":"\n<p>With threats ranging from phishing to data breaches, businesses must adopt a multi-layered approach to protect their online assets. One easily missed security measure is certificate authority authorization (CAA) records.<\/p>\n\n\n\n<p>Digital certificates are used to establish trust in various online interactions. Secure sockets layer (SSL) and transport layer security (TLS) certificates are types of digital certificates specifically designed to secure website connections. But what happens when those certificates are issued by the wrong certificate authority (CA), or worse, by unauthorized entities? This is where CAA records come in. They\u2019re an important part of domain security that helps prevent unauthorized issuance of digital certificates.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What are CAA records?<\/strong><\/h2>\n\n\n\n<p>A CAA record is a type of domain name system (DNS) record that lets domain owners specify which CAs can issue SSL and TLS certificates for their domain. Introduced in 2017 by the Internet Engineering Task Force, it acts as a security gatekeeper to ensure only authorized CAs can issue certificates.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why are CAA records important?<\/strong><\/h2>\n\n\n\n<p>CAA records play a vital role in securing your domain. Here\u2019s how.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. Preventing online impersonation<\/strong><\/h3>\n\n\n\n<p>CAA records can stop unauthorized CAs from issuing certificates for your domain. Without them, any CA, even untrustworthy ones, could issue certificates, potentially enabling cybercriminals to impersonate your website.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. Mitigating cyber attacks<\/strong><\/h3>\n\n\n\n<p>Preventing attackers from obtaining fraudulent certificates reduces the likelihood of <strong>man-in-the-middle attacks<\/strong>\u2014where malicious actors intercept and manipulate traffic between users and your site\u2014as well as phishing and other malicious activities.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. Reducing compliance and financial risks<\/strong><\/h3>\n\n\n\n<p>CAA records help enforce security policies, ensuring compliance with industry standards and regulations. By controlling which CAs can issue certificates, you minimize exposure to breaches, regulatory fines, and brand damage.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4. Fostering trust with visitors<\/strong><\/h3>\n\n\n\n<p>Implementing CAA records assures customers and partners that your website is legitimate and secure, which is critical for reputation and compliance.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How do CAA records work?<\/strong><\/h2>\n\n\n\n<p>Implementing CAA records requires a basic understanding of how DNS and CAA policies function together. Here\u2019s a simplified explanation of the process.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1: Create a CAA record<\/strong><\/h3>\n\n\n\n<p>The first step is to create a CAA record in the DNS zone file for your domain. The DNS zone file contains various DNS records, including mappings between domain names and internet protocol (IP) addresses and includes configurations like CAA records. This will include the following elements:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Flag:<\/strong> A number that controls how the CAA record behaves. Typically, the flag is set to 0, which means the CAA record doesn\u2019t require mandatory enforcement. A flag value of 128 means the record is critical, meaning the CA must enforce the record or refuse to issue the certificate if the record\u2019s content is not understood.<br \/><\/li>\n\n\n\n<li><strong>Tag:<\/strong> Specifies the type of information in the record. Common tags include:<ul><li><strong>issue:<\/strong> Specifies which CAs are authorized to issue certificates for the domain.<\/li><\/ul><ul><li><strong>issuewild:<\/strong> Specifies which CAs are authorized to issue wildcard certificates (i.e., certificates that cover multiple subdomains).<\/li><\/ul>\n<ul class=\"wp-block-list\">\n<li><strong>iodef:<\/strong> Provides a URL where violations of the CAA policy can be reported.<br \/><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Value:<\/strong> The name of the CA that\u2019s allowed to issue certificates for the domain (e.g., sectigo.com).<br \/><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. CAA record lookup by CAs<\/strong><\/h3>\n\n\n\n<p>When a CA receives a request to issue a certificate for your domain, they\u2019ll query the domain\u2019s DNS for a CAA record. If a CAA record exists and doesn\u2019t list the requesting CA as authorized, the certificate cannot be issued. If no CAA record exists, most CAs will proceed with issuing the certificate, as there are no restrictions. Adding a CAA record provides explicit control over which CAs can issue certificates for your domain.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. Keep CAA records up to date<\/strong><\/h3>\n\n\n\n<p>CAA records can be updated as needed to reflect changes in the authorized CAs. This is particularly important when a company switches certificate providers or adds additional CAs to its list of trusted issuers. Regularly reviewing and updating your CAA records ensures your certificate management policy remains current and aligned with your security posture.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Best practices for implementing CAA records<\/strong><\/h2>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Set comprehensive CAA policies.<\/strong> Specify which CAs can issue certificates for your domains. Consider also setting policies for wildcard certificates to prevent unauthorized issuances.<br \/><\/li>\n\n\n\n<li><strong>Enable reporting with the iodef tag.<\/strong> Use the iodef tag to set up a reporting mechanism so you will be alerted to any violations of your CAA policy.<br \/><\/li>\n\n\n\n<li><strong>Regularly review and update CAA records.<\/strong> Make sure to review your CAA records whenever your CA relationships change, or when you switch SSL or TLS providers.<\/li>\n<\/ul>\n\n\n\n<p>CAA records offer a straightforward yet powerful defense against domain impersonation, phishing, and other forms of cybercrime. Yet in 2024, <a href=\"https:\/\/www.cscdbs.com\/en\/resources-news\/domain-security-report\/\">only 9.5% of companies in Forbes\u2019 Global 2000 used CAA records<\/a> to protect their domains.<\/p>\n\n\n\n<p>At CSC, we understand the importance of a comprehensive security strategy. To learn more about how CSC can support your digital certificate and domain security needs, visit our <a href=\"https:\/\/www.cscdbs.com\/en\/domain-security\/ssl-certificate-management\/\">SSL Certificate Management Solutions page<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>CAA records play a vital role in securing your domain. Here\u2019s how.<\/p>\n","protected":false},"author":17,"featured_media":10447,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[9,548,521],"tags":[],"class_list":["post-13846","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-brands","category-domain-security","category-send-email"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Enhance Digital Trust with CAA Records | CSC<\/title>\n<meta name=\"description\" content=\"CAA records play a vital role in securing your domain. Here\u2019s how.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.cscdbs.com\/blog\/how-to-enhance-digital-trust-with-caa-records\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Enhance Digital Trust with CAA Records | CSC\" \/>\n<meta property=\"og:description\" content=\"CAA records play a vital role in securing your domain. Here\u2019s how.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cscdbs.com\/blog\/how-to-enhance-digital-trust-with-caa-records\/\" \/>\n<meta property=\"og:site_name\" content=\"Digital Brand Services Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/corporationserviceco\" \/>\n<meta property=\"article:published_time\" content=\"2025-01-14T13:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-15T14:55:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cscwebcontentstorage.blob.core.windows.net\/cscmarketing-cscdbs-media\/uploads\/2021\/11\/cscdbsblog_1000x55027.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"550\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Arielle Wallace\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@cscdbs\" \/>\n<meta name=\"twitter:site\" content=\"@cscdbs\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Arielle Wallace\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/how-to-enhance-digital-trust-with-caa-records\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/how-to-enhance-digital-trust-with-caa-records\\\/\"},\"author\":{\"name\":\"Arielle Wallace\",\"@id\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/#\\\/schema\\\/person\\\/9f28d3ffdbe4e71bc030903c8037afe8\"},\"headline\":\"How to Enhance Digital Trust with CAA Records\",\"datePublished\":\"2025-01-14T13:00:00+00:00\",\"dateModified\":\"2025-10-15T14:55:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/how-to-enhance-digital-trust-with-caa-records\\\/\"},\"wordCount\":810,\"publisher\":{\"@id\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/how-to-enhance-digital-trust-with-caa-records\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cscwebcontentstorage.blob.core.windows.net\\\/cscmarketing-cscdbs-media\\\/uploads\\\/2021\\\/11\\\/cscdbsblog_1000x55027.jpg\",\"articleSection\":[\"Brand Protection\",\"Domain Security\",\"Send email\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/how-to-enhance-digital-trust-with-caa-records\\\/\",\"url\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/how-to-enhance-digital-trust-with-caa-records\\\/\",\"name\":\"How to Enhance Digital Trust with CAA Records | CSC\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/how-to-enhance-digital-trust-with-caa-records\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/how-to-enhance-digital-trust-with-caa-records\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cscwebcontentstorage.blob.core.windows.net\\\/cscmarketing-cscdbs-media\\\/uploads\\\/2021\\\/11\\\/cscdbsblog_1000x55027.jpg\",\"datePublished\":\"2025-01-14T13:00:00+00:00\",\"dateModified\":\"2025-10-15T14:55:44+00:00\",\"description\":\"CAA records play a vital role in securing your domain. Here\u2019s how.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/how-to-enhance-digital-trust-with-caa-records\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/how-to-enhance-digital-trust-with-caa-records\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/how-to-enhance-digital-trust-with-caa-records\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cscwebcontentstorage.blob.core.windows.net\\\/cscmarketing-cscdbs-media\\\/uploads\\\/2021\\\/11\\\/cscdbsblog_1000x55027.jpg\",\"contentUrl\":\"https:\\\/\\\/cscwebcontentstorage.blob.core.windows.net\\\/cscmarketing-cscdbs-media\\\/uploads\\\/2021\\\/11\\\/cscdbsblog_1000x55027.jpg\",\"width\":1000,\"height\":550},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/how-to-enhance-digital-trust-with-caa-records\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Enhance Digital Trust with CAA Records\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/\",\"name\":\"Digital Brand Services Blog\",\"description\":\"Domains, new gTLDs, brand protection, security &amp; trademark news\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/#organization\",\"name\":\"CSC Digital Brand Services\",\"url\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/cscwebcontentstorage.blob.core.windows.net\\\/cscmarketing-cscdbs-media\\\/uploads\\\/2018\\\/06\\\/cropped-dbs_small.gif\",\"contentUrl\":\"https:\\\/\\\/cscwebcontentstorage.blob.core.windows.net\\\/cscmarketing-cscdbs-media\\\/uploads\\\/2018\\\/06\\\/cropped-dbs_small.gif\",\"width\":200,\"height\":200,\"caption\":\"CSC Digital Brand Services\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/corporationserviceco\",\"https:\\\/\\\/x.com\\\/cscdbs\",\"https:\\\/\\\/www.linkedin.com\\\/showcase\\\/csc-digital-brand-services\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.cscdbs.com\\\/blog\\\/#\\\/schema\\\/person\\\/9f28d3ffdbe4e71bc030903c8037afe8\",\"name\":\"Arielle Wallace\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Enhance Digital Trust with CAA Records | CSC","description":"CAA records play a vital role in securing your domain. Here\u2019s how.","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:\/\/www.cscdbs.com\/blog\/how-to-enhance-digital-trust-with-caa-records\/","og_locale":"en_US","og_type":"article","og_title":"How to Enhance Digital Trust with CAA Records | CSC","og_description":"CAA records play a vital role in securing your domain. Here\u2019s how.","og_url":"https:\/\/www.cscdbs.com\/blog\/how-to-enhance-digital-trust-with-caa-records\/","og_site_name":"Digital Brand Services Blog","article_publisher":"https:\/\/www.facebook.com\/corporationserviceco","article_published_time":"2025-01-14T13:00:00+00:00","article_modified_time":"2025-10-15T14:55:44+00:00","og_image":[{"width":1000,"height":550,"url":"https:\/\/cscwebcontentstorage.blob.core.windows.net\/cscmarketing-cscdbs-media\/uploads\/2021\/11\/cscdbsblog_1000x55027.jpg","type":"image\/jpeg"}],"author":"Arielle Wallace","twitter_card":"summary_large_image","twitter_creator":"@cscdbs","twitter_site":"@cscdbs","twitter_misc":{"Written by":"Arielle Wallace","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.cscdbs.com\/blog\/how-to-enhance-digital-trust-with-caa-records\/#article","isPartOf":{"@id":"https:\/\/www.cscdbs.com\/blog\/how-to-enhance-digital-trust-with-caa-records\/"},"author":{"name":"Arielle Wallace","@id":"https:\/\/www.cscdbs.com\/blog\/#\/schema\/person\/9f28d3ffdbe4e71bc030903c8037afe8"},"headline":"How to Enhance Digital Trust with CAA Records","datePublished":"2025-01-14T13:00:00+00:00","dateModified":"2025-10-15T14:55:44+00:00","mainEntityOfPage":{"@id":"https:\/\/www.cscdbs.com\/blog\/how-to-enhance-digital-trust-with-caa-records\/"},"wordCount":810,"publisher":{"@id":"https:\/\/www.cscdbs.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.cscdbs.com\/blog\/how-to-enhance-digital-trust-with-caa-records\/#primaryimage"},"thumbnailUrl":"https:\/\/cscwebcontentstorage.blob.core.windows.net\/cscmarketing-cscdbs-media\/uploads\/2021\/11\/cscdbsblog_1000x55027.jpg","articleSection":["Brand Protection","Domain Security","Send email"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.cscdbs.com\/blog\/how-to-enhance-digital-trust-with-caa-records\/","url":"https:\/\/www.cscdbs.com\/blog\/how-to-enhance-digital-trust-with-caa-records\/","name":"How to Enhance Digital Trust with CAA Records | CSC","isPartOf":{"@id":"https:\/\/www.cscdbs.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.cscdbs.com\/blog\/how-to-enhance-digital-trust-with-caa-records\/#primaryimage"},"image":{"@id":"https:\/\/www.cscdbs.com\/blog\/how-to-enhance-digital-trust-with-caa-records\/#primaryimage"},"thumbnailUrl":"https:\/\/cscwebcontentstorage.blob.core.windows.net\/cscmarketing-cscdbs-media\/uploads\/2021\/11\/cscdbsblog_1000x55027.jpg","datePublished":"2025-01-14T13:00:00+00:00","dateModified":"2025-10-15T14:55:44+00:00","description":"CAA records play a vital role in securing your domain. Here\u2019s how.","breadcrumb":{"@id":"https:\/\/www.cscdbs.com\/blog\/how-to-enhance-digital-trust-with-caa-records\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cscdbs.com\/blog\/how-to-enhance-digital-trust-with-caa-records\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cscdbs.com\/blog\/how-to-enhance-digital-trust-with-caa-records\/#primaryimage","url":"https:\/\/cscwebcontentstorage.blob.core.windows.net\/cscmarketing-cscdbs-media\/uploads\/2021\/11\/cscdbsblog_1000x55027.jpg","contentUrl":"https:\/\/cscwebcontentstorage.blob.core.windows.net\/cscmarketing-cscdbs-media\/uploads\/2021\/11\/cscdbsblog_1000x55027.jpg","width":1000,"height":550},{"@type":"BreadcrumbList","@id":"https:\/\/www.cscdbs.com\/blog\/how-to-enhance-digital-trust-with-caa-records\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cscdbs.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Enhance Digital Trust with CAA Records"}]},{"@type":"WebSite","@id":"https:\/\/www.cscdbs.com\/blog\/#website","url":"https:\/\/www.cscdbs.com\/blog\/","name":"Digital Brand Services Blog","description":"Domains, new gTLDs, brand protection, security &amp; trademark news","publisher":{"@id":"https:\/\/www.cscdbs.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.cscdbs.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.cscdbs.com\/blog\/#organization","name":"CSC Digital Brand Services","url":"https:\/\/www.cscdbs.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cscdbs.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cscwebcontentstorage.blob.core.windows.net\/cscmarketing-cscdbs-media\/uploads\/2018\/06\/cropped-dbs_small.gif","contentUrl":"https:\/\/cscwebcontentstorage.blob.core.windows.net\/cscmarketing-cscdbs-media\/uploads\/2018\/06\/cropped-dbs_small.gif","width":200,"height":200,"caption":"CSC Digital Brand Services"},"image":{"@id":"https:\/\/www.cscdbs.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/corporationserviceco","https:\/\/x.com\/cscdbs","https:\/\/www.linkedin.com\/showcase\/csc-digital-brand-services\/"]},{"@type":"Person","@id":"https:\/\/www.cscdbs.com\/blog\/#\/schema\/person\/9f28d3ffdbe4e71bc030903c8037afe8","name":"Arielle Wallace"}]}},"_links":{"self":[{"href":"https:\/\/www.cscdbs.com\/blog\/wp-json\/wp\/v2\/posts\/13846","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cscdbs.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.cscdbs.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.cscdbs.com\/blog\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cscdbs.com\/blog\/wp-json\/wp\/v2\/comments?post=13846"}],"version-history":[{"count":7,"href":"https:\/\/www.cscdbs.com\/blog\/wp-json\/wp\/v2\/posts\/13846\/revisions"}],"predecessor-version":[{"id":13854,"href":"https:\/\/www.cscdbs.com\/blog\/wp-json\/wp\/v2\/posts\/13846\/revisions\/13854"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.cscdbs.com\/blog\/wp-json\/wp\/v2\/media\/10447"}],"wp:attachment":[{"href":"https:\/\/www.cscdbs.com\/blog\/wp-json\/wp\/v2\/media?parent=13846"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cscdbs.com\/blog\/wp-json\/wp\/v2\/categories?post=13846"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cscdbs.com\/blog\/wp-json\/wp\/v2\/tags?post=13846"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}