{"id":152255,"date":"2026-04-14T15:27:00","date_gmt":"2026-04-14T12:27:00","guid":{"rendered":"https:\/\/elementor.com\/blog\/?p=152255"},"modified":"2026-06-23T00:28:19","modified_gmt":"2026-06-22T21:28:19","slug":"create-custom-cookie","status":"publish","type":"post","link":"https:\/\/elementor.com\/blog\/create-custom-cookie\/","title":{"rendered":"The Ultimate How To Create Custom Cookie Categories WordPress Guide for 2026"},"content":{"rendered":"<p>Setting up custom cookie categories on your WordPress site can feel like trying to solve a puzzle without the box image. But don&#8217;t worry, this is genuinely easier than it looks, and you&#8217;ve got this. Whether you need to group specific affiliate trackers, isolate interactive map features, or segment live chat scripts, custom categories keep your site clean and legally compliant. We&#8217;ll walk through the exact steps to build and manage custom cookie groups, keeping your visitors happy and your compliance team even happier.<\/p>\n<div class=\"key-takeaways\">\n<h2>Key Takeaways<\/h2>\n<ul>\n<li>Granular Control &#8211; Custom cookie categories let you group scripts by their specific business function, well beyond generic labels.<\/li>\n<li>Compliance Readiness &#8211; Custom grouping helps you meet strict regional privacy regulations like GDPR, CCPA, and CPRA.<\/li>\n<li>Two Setup Paths &#8211; You can configure custom categories using a native WordPress tool or by writing manual code.<\/li>\n<li>Audit First &#8211; Running a thorough scan of your existing cookies is necessary before you try to group them.<\/li>\n<li>Safe Testing &#8211; Always test your setup in an incognito window to confirm scripts are blocked before consent is given.<\/li>\n<\/ul>\n<\/div>\n<h2>Understanding Cookie Categorization in WordPress<\/h2>\n<p>When a visitor lands on your WordPress site, various scripts start running in the background. Some are essential for the site to function, like keeping items in a shopping cart. Others collect statistics about user behavior, while some track visitors across the web to serve personalized ads. To comply with modern privacy laws, you can&#8217;t treat all these cookies the same way. You need to sort them into clear, distinct groups so visitors can choose exactly what they want to allow.<\/p>\n<p>Typically, most privacy tools divide cookies into four standard categories:<\/p>\n<ul>\n<li>Necessary Cookies &#8211; Required for basic site operations, such as user login, security, and core functionality.<\/li>\n<li>Preferences\/Functional Cookies &#8211; Remember choices visitors make, like language preferences or localized themes.<\/li>\n<li>Statistics\/Analytics Cookies &#8211; Help you understand how visitors interact with your pages by collecting anonymous data.<\/li>\n<li>Marketing\/Advertising Cookies &#8211; Track online activity to help advertisers deliver more relevant ads.<\/li>\n<\/ul>\n<p>But what happens when your site uses scripts that don&#8217;t fit neatly into these four buckets? You might run a dedicated <strong>live chat support widget<\/strong>, a custom <strong>interactive map tool<\/strong>, or highly specific <strong>affiliate tracking codes<\/strong>. Lumping these under &#8220;marketing&#8221; might cause visitors to reject them, which can break your customer support or affiliate revenue. That&#8217;s exactly why creating a custom cookie category is so useful. It lets you explain the specific value of a script to your audience, building trust and keeping your features working smoothly.<\/p>\n<figure style=\"margin:24px 0;text-align:center;\">\n  <img decoding=\"async\" src=\"https:\/\/elementor.com\/blog\/wp-content\/uploads\/2026\/06\/02-Cookies-post-3-Step-wizard.webp\" alt=\"Cookie Consent 3-step setup wizard in the WordPress dashboard\" style=\"max-width:100%;height:auto;border-radius:8px;\" loading=\"lazy\" \/><figcaption style=\"font-size:0.9em;color:#666;margin-top:8px;\">Cookie Consent&#8217;s 3-step setup wizard gets you up and running in under five minutes.<\/figcaption><\/figure>\n<h2>Choosing the Right Tool for Custom Categorization<\/h2>\n<p>Before writing code or adding a new system, it&#8217;s worth comparing your options side by side. Different tools offer different levels of difficulty, control, and dashboard integration. If you use <a href=\"https:\/\/elementor.com\/\">Elementor<\/a> to build and manage your site, you&#8217;ll want to think about how well each option fits into your existing workflow.<\/p>\n<table>\n<thead>\n<tr>\n<th>Tool \/ Method<\/th>\n<th>Setup Difficulty<\/th>\n<th>WordPress-Native Dashboard<\/th>\n<th>Custom Category Support<\/th>\n<th>Best Suited For<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Cookie Consent (by Elementor)<\/strong><\/td>\n<td>Very Low<\/td>\n<td>Yes<\/td>\n<td>Yes (Fully Custom)<\/td>\n<td>Sites wanting a fast, built-in compliance tool without external platforms.<\/td>\n<\/tr>\n<tr>\n<td><strong>Cookiebot<\/strong><\/td>\n<td>Medium<\/td>\n<td>No (External Dashboard)<\/td>\n<td>Yes<\/td>\n<td>Enterprise sites with dedicated external privacy management budgets.<\/td>\n<\/tr>\n<tr>\n<td><strong>CookieYes<\/strong><\/td>\n<td>Low<\/td>\n<td>No (Cloud-Based Portal)<\/td>\n<td>Yes<\/td>\n<td>Websites looking for basic cloud-managed compliance setups.<\/td>\n<\/tr>\n<tr>\n<td><strong>Complianz<\/strong><\/td>\n<td>Medium to High<\/td>\n<td>Yes<\/td>\n<td>Yes<\/td>\n<td>Users who prefer a wizard-driven compliance setup.<\/td>\n<\/tr>\n<tr>\n<td><strong>Manual Code (PHP\/JS)<\/strong><\/td>\n<td>High<\/td>\n<td>No (Code Files Only)<\/td>\n<td>Unlimited<\/td>\n<td>Developers who want complete code control over every script.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>While third-party tools are certainly capable, many WordPress site owners prefer to keep everything in one place rather than juggling yet another external login or subscription. Having your compliance controls directly inside your primary site environment makes day-to-day management a lot less stressful.<\/p>\n<h2>Prerequisites Before Creating Custom Categories<\/h2>\n<p>Before you start building your custom categories, you&#8217;ll want to get your site ready first. Skipping these steps often leads to broken scripts, inaccurate tracking, or compliance gaps (this trips people up more often than you might expect).<\/p>\n<ol>\n<li>Run a Complete Cookie Audit &#8211; Open your site in an incognito window, open browser developer tools, and go to the Application or Storage tab. Note down every cookie set on your domain.<\/li>\n<li>Map Scripts to Cookies &#8211; Identify which script is responsible for setting each cookie. Is a specific cookie coming from your Google Analytics tracking code, or from a third-party social media embed?<\/li>\n<li>Determine Your Regional Compliance Needs &#8211; Decide whether you need an opt-in model (such as for GDPR in the EU) or an opt-out model (such as for CCPA\/CPRA in California). This shapes how your custom categories will behave by default.<\/li>\n<li>Take a Complete Site Backup &#8211; When editing template files, <code>functions.php<\/code>, or adding new compliance tools, always save a fresh backup of your database and files first.<\/li>\n<\/ol>\n<h2>How to Create Custom Cookie Categories (Two Methods)<\/h2>\n<p>There are two main ways to set up custom categories on your WordPress site. The first uses a native compliance tool and takes just a few minutes. The second uses custom PHP and JavaScript for developers who want to build their own solution from scratch. Both work well, though they&#8217;re aimed at very different audiences.<\/p>\n<h3>Method 1: Using the Native Cookie Consent Tool<\/h3>\n<p>The easiest way to set up custom groups is with <strong>Cookie Consent<\/strong>, the native cookie consent tool built directly for WordPress by Elementor. Because it runs entirely inside your WordPress dashboard, you don&#8217;t need to copy-paste scripts from external platforms or manage multiple logins. It&#8217;s included as part of a broader compliance toolkit alongside <a href=\"https:\/\/elementor.com\/features\/accessibility-checker\/\">Web Accessibility<\/a>, so you can handle multiple compliance needs from one central place.<\/p>\n<p>Here&#8217;s how to set up your custom categories in under five minutes:<\/p>\n<ol>\n<li>Open the Consent Settings &#8211; From your WordPress dashboard, find the Cookie Consent settings menu. The tool is built to integrate naturally with Elementor sites, making the styling process pleasantly straightforward.<\/li>\n<li>Create Your Custom Category &#8211; Go to the Categories tab. Click &#8220;Add New Category.&#8221; Give your category a clear name your visitors will understand, like &#8220;Customer Support Chat&#8221; or &#8220;Affiliate Referral Tracking.&#8221;<\/li>\n<li>Write a User-Friendly Description &#8211; In the description box, write a short, honest sentence explaining what scripts in this category do. (For example: &#8220;These cookies let us run our live chat widget so we can answer your questions in real time.&#8221;)<\/li>\n<li>Define the Default State &#8211; Choose whether this category is active or inactive by default. For strict GDPR compliance, it must be toggled off by default, requiring visitors to explicitly opt in.<\/li>\n<li>Assign Your Scripts &#8211; Paste your tracking or utility scripts into the built-in script manager and map them to your new custom category. Save your changes.<\/li>\n<\/ol>\n<figure style=\"margin:24px 0;text-align:center;\">\n  <img decoding=\"async\" src=\"https:\/\/elementor.com\/blog\/wp-content\/uploads\/2026\/06\/05-Cookies-post-After-cookie-scan-with-the-cookies-sorted-into-categories.webp\" alt=\"Cookie scan results showing cookies automatically sorted into categories in Cookie Consent\" style=\"max-width:100%;height:auto;border-radius:8px;\" loading=\"lazy\" \/><figcaption style=\"font-size:0.9em;color:#666;margin-top:8px;\">After running a cookie scan, Cookie Consent automatically sorts cookies into their appropriate categories for you.<\/figcaption><\/figure>\n<p>Using this approach keeps your database light, avoids layout shifts, and ensures your compliance banner matches your brand design right out of the box.<\/p>\n<h3>Method 2: Creating Custom Categories via Manual Code<\/h3>\n<p>If you prefer a hands-on approach and want full control without using a pre-built tool, you can build your own custom consent system using your theme&#8217;s <code>functions.php<\/code> file and custom JavaScript. This option requires strong coding skills, but it gives you total control over how scripts are loaded.<\/p>\n<p>First, register your custom consent banner HTML. Add this code to your child theme&#8217;s <code>functions.php<\/code> file to output a simple, accessible banner on your site pages:<\/p>\n<pre><code>function render_custom_cookie_banner() { if (!isset($_COOKIE['custom_consent_given'])) { ?&gt; &lt;div id=\"custom-cookie-banner\" style=\"position: fixed; bottom: 20px; left: 20px; right: 20px; background: #fff; padding: 20px; border: 1px solid #ccc; z-index: 99999;\"&gt; &lt;p&gt;We use cookies to improve your experience. Choose your preferences below:&lt;\/p&gt; &lt;label&gt; &lt;input type=\"checkbox\" id=\"consent-analytics\" checked&gt; Analytics Cookies &lt;\/label&gt; &lt;label style=\"margin-left: 15px;\"&gt; &lt;input type=\"checkbox\" id=\"consent-support\"&gt; Live Support Chat (Custom) &lt;\/label&gt; &lt;button id=\"accept-cookies-btn\" style=\"margin-left: 20px; padding: 5px 15px;\"&gt;Save Preferences&lt;\/button&gt; &lt;\/div&gt; &lt;?&gt; }}add_action('wp_footer', 'render_custom_cookie_banner');<\/code><\/pre>\n<p>Next, write the JavaScript that saves the visitor&#8217;s choices in a cookie and dispatches custom events when those choices are saved. Create a JavaScript file in your theme or paste this inside a footer script tag:<\/p>\n<pre><code>document.addEventListener('DOMContentLoaded', function() { var acceptBtn = document.getElementById('accept-cookies-btn'); if (acceptBtn) { acceptBtn.addEventListener('click', function() { var analyticsConsent = document.getElementById('consent-analytics').checked; var supportConsent = document.getElementById('consent-support').checked; var consentValues = { analytics: analyticsConsent, support: supportConsent }; \/\/ Save the cookie consent choices for 365 days var date = new Date(); date.setTime(date.getTime() + (365 * 24 * 60 * 60 * 1000)); document.cookie = \"custom_consent_given=\" + JSON.stringify(consentValues) + \"; expires=\" + date.toUTCString() + \"; path=\/; SameSite=Lax\"; \/\/ Hide the banner document.getElementById('custom-cookie-banner').style.display = 'none'; \/\/ Dispatch events to load approved scripts dynamically if (analyticsConsent) { document.dispatchEvent(new CustomEvent('consent_analytics_accepted')); } if (supportConsent) { document.dispatchEvent(new CustomEvent('consent_support_accepted')); } }); }});<\/code><\/pre>\n<p>Then, wrap your actual tracking scripts so they only execute when the corresponding consent events fire. Here&#8217;s how you&#8217;d load a live chat script only after the visitor consents to your custom &#8220;support&#8221; category:<\/p>\n<pre><code>document.addEventListener('consent_support_accepted', function() { \/\/ This is where you insert your actual support widget script var chatScript = document.createElement('script'); chatScript.src = 'https:\/\/example.com\/live-chat-widget.js'; chatScript.async = true; document.head.appendChild(chatScript); console.log('Live support chat script loaded successfully.');});<\/code><\/pre>\n<p>While this coding approach is highly customizable, it does mean you&#8217;ll be manually managing every script on your site. For most business owners, using a dedicated cookie consent tool is much faster and far less prone to errors.<\/p>\n<h2>How to Classify and Map Scripts to Your Custom Categories<\/h2>\n<p>Once you&#8217;ve created your custom cookie category, your work is only halfway done. You still need to make sure the right scripts are actually tied to that category so they don&#8217;t fire before consent is given. (This is the step where people most often run into trouble, so take your time here.)<\/p>\n<p>To block and map scripts correctly, keep these rules in mind:<\/p>\n<ul>\n<li>Block Inline Scripts &#8211; If your tracking code is written directly into your theme&#8217;s header or footer, you&#8217;ll need to modify its script tag. For example, change <code>&lt;script type=\"text\/javascript\"&gt;<\/code> to <code>&lt;script type=\"text\/plain\" data-cookie-category=\"custom_category\"&gt;<\/code>.<\/li>\n<li>Configure Tag Managers &#8211; If you use Google Tag Manager, set up custom trigger events that listen to your consent tool&#8217;s API states before firing any tags.<\/li>\n<li>Integrate Google Consent Mode v2 &#8211; Modern compliance requires your site to tell Google services (Ads, Analytics) whether the visitor has consented to tracking. Modern cookie consent tools handle this communication automatically, helping you preserve accurate reporting data.<\/li>\n<li>Respect Global Privacy Control (GPC) &#8211; Make sure your categories respect GPC browser signals. If a visitor has GPC active in their browser, your custom advertising and marketing categories should automatically switch off.<\/li>\n<\/ul>\n<figure style=\"margin:24px 0;text-align:center;\">\n  <img decoding=\"async\" src=\"https:\/\/elementor.com\/blog\/wp-content\/uploads\/2026\/06\/06-Cookies-post-Script-blocking.webp\" alt=\"Script blocking settings in Cookie Consent showing how scripts are mapped to consent categories\" style=\"max-width:100%;height:auto;border-radius:8px;\" loading=\"lazy\" \/><figcaption style=\"font-size:0.9em;color:#666;margin-top:8px;\">Cookie Consent&#8217;s script blocking lets you map any script to a specific consent category directly from the dashboard.<\/figcaption><\/figure>\n<p>By mapping your scripts thoroughly, you prevent unauthorized trackers from loading on visitors&#8217; browsers and protect your site from compliance warnings down the road.<\/p>\n<h2>The Professional Developer&#8217;s Approach to Compliance<\/h2>\n<blockquote><p>\n  &#8220;Categorizing cookies properly isn&#8217;t just about avoiding regulatory fines, though that&#8217;s a massive benefit. It&#8217;s about building a foundation of user trust. When your visitors see exactly which scripts are running and have granular control over custom categories like live support or internal analytics, they feel respected and are far more likely to engage with your business.&#8221;<br \/>\n  <cite>&#8211; Itamar Haim, Web Compliance Specialist<\/cite>\n<\/p><\/blockquote>\n<h2>Testing and Troubleshooting Your Setup<\/h2>\n<p>After implementing your custom cookie categories, you&#8217;ll want to verify that everything is working exactly as intended. Never assume a compliance system is running perfectly without first testing it from a real visitor&#8217;s perspective.<\/p>\n<h3>How to Test Consent Behavior<\/h3>\n<p>Follow these steps to confirm your scripts are blocked correctly:<\/p>\n<ol>\n<li>Clear Browser Data &#8211; Open a fresh incognito window and navigate to your website. Don&#8217;t click anything on the cookie banner yet.<\/li>\n<li>Inspect Running Cookies &#8211; Right-click on your page and select &#8220;Inspect.&#8221; Go to the Application tab (Chrome) or Storage tab (Firefox). Expand the Cookies section and look at your domain. There should be zero tracking or non-essential cookies set at this point.<\/li>\n<li>Check Your Network Activity &#8211; Go to the Network tab in developer tools and reload the page. Filter by JS. Confirm that scripts like Google Analytics or your live chat widget haven&#8217;t loaded.<\/li>\n<li>Accept Only Custom Categories &#8211; Click your banner&#8217;s customization settings. Accept only your custom &#8220;Support&#8221; category, keeping &#8220;Marketing&#8221; rejected.<\/li>\n<li>Verify Script Loading &#8211; Check your Network and Application tabs again. Your live chat script should now load, while advertising and marketing scripts must stay completely blocked.<\/li>\n<\/ol>\n<h3>Troubleshooting Common Issues<\/h3>\n<p>If things aren&#8217;t working quite right, don&#8217;t panic. Here are the most common fixes for compliance setup problems:<\/p>\n<ul>\n<li>Scripts loading before consent &#8211; Double-check that you&#8217;ve modified the script tags correctly, or that your tag manager triggers are properly listening to the consent tool&#8217;s API.<\/li>\n<li>Layout shifts on banner load &#8211; Make sure your banner uses a lightweight CSS structure. Using the <a href=\"https:\/\/elementor.com\/features\/cookie-consent\/\">Cookie Consent<\/a> tool built natively for Elementor ensures your styling loads with the rest of your page, preventing those annoying layout jumps.<\/li>\n<li>Caching plugin conflicts &#8211; Caching plugins sometimes serve optimized HTML that bypasses your consent rules. Exclude your cookie consent scripts from minification and deferred loading.<\/li>\n<li>Banners not showing to international visitors &#8211; Check that your geo-targeting settings are configured correctly. If you&#8217;ve set your banner to appear only for EU visitors, test with a VPN set to an EU location to confirm.<\/li>\n<\/ul>\n<figure style=\"margin:24px 0;text-align:center;\">\n  <img decoding=\"async\" src=\"https:\/\/elementor.com\/blog\/wp-content\/uploads\/2026\/06\/07-Cookies-post-Audit-logs.webp\" alt=\"Consent audit logs in Cookie Consent showing a record of visitor consent choices\" style=\"max-width:100%;height:auto;border-radius:8px;\" loading=\"lazy\" \/><figcaption style=\"font-size:0.9em;color:#666;margin-top:8px;\">Cookie Consent keeps detailed audit logs of all consent events, so you&#8217;re always ready for a compliance review.<\/figcaption><\/figure>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What are custom cookie categories?<\/h3>\n<p>Custom cookie categories are personalized groups you create to organize tracking scripts based on their specific function, rather than forcing them into generic labels. This lets you isolate tools like customer support chat, map APIs, or affiliate integrations under descriptive groups that your visitors can easily toggle on or off.<\/p>\n<h3>Do I need custom cookie categories for a simple WordPress blog?<\/h3>\n<p>If your blog only uses default WordPress features and basic analytics, the standard categories are usually enough. But if you monetize with specific affiliate links, run custom newsletters, or host interactive widgets, custom categories help you explain these systems clearly to keep your visitors well-informed.<\/p>\n<h3>How does Google Consent Mode v2 work with custom categories?<\/h3>\n<p>Google Consent Mode v2 requires your consent tool to communicate the visitor&#8217;s specific choices directly to Google tags. Native cookie consent solutions coordinate with Consent Mode automatically, so Google Analytics and Ads can adjust their behavior depending on whether visitors accepted your analytics or advertising categories.<\/p>\n<h3>Can I use a free cookie consent tool to create custom groups?<\/h3>\n<p>Yes, many solutions offer entry-level plans that cover basic compliance needs. That said, advanced features like custom cookie categorization, automatic cookie scanning, geo-targeting, and consent logging are often reserved for premium tiers or complete compliance toolkits.<\/p>\n<h3>Will adding custom cookie categories slow down my WordPress site?<\/h3>\n<p>If you use external scripts that depend on heavy third-party API calls, you might notice minor delays. Choosing a WordPress-native tool keeps your site load times fast because it doesn&#8217;t rely on cloud wrappers, database redirects, or heavy external API calls.<\/p>\n<h3>What happens if a visitor rejects my custom cookie category?<\/h3>\n<p>When a visitor rejects a custom category, the scripts mapped to that group must not load on their browser. If they reject a custom support category, for example, your live chat widget stays hidden and no tracking cookies from that widget are set.<\/p>\n<h3>Do custom categories work with page caching plugins?<\/h3>\n<p>Yes, but you&#8217;ll want to make sure your caching setup doesn&#8217;t cache the active state of your consent banner. Most modern cookie consent tools use lightweight JavaScript to check consent state on the client side, so they work well alongside caching plugins like WP Rocket or LiteSpeed Cache.<\/p>\n<h3>How often should I audit my cookie categories?<\/h3>\n<p>Running a cookie audit at least once every three months is good practice, or any time you install a new feature on your site. New tools often introduce unexpected trackers that need to be categorized properly to keep your site fully compliant.<\/p>\n<p><script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"HowTo\",\n  \"name\": \"How to Create Custom Cookie Categories in WordPress\",\n  \"description\": \"A step-by-step guide to creating custom cookie categories on your WordPress site for GDPR and CCPA compliance, using Cookie Consent by Elementor or manual code.\",\n  \"step\": [\n    {\n      \"@type\": \"HowToStep\",\n      \"name\": \"Run a Complete Cookie Audit\",\n      \"text\": \"Open your site in an incognito window, open browser developer tools, and note every cookie set on your domain in the Application or Storage tab.\"\n    },\n    {\n      \"@type\": \"HowToStep\",\n      \"name\": \"Map Scripts to Cookies\",\n      \"text\": \"Identify which script is responsible for setting each cookie, distinguishing between analytics, marketing, and custom scripts.\"\n    },\n    {\n      \"@type\": \"HowToStep\",\n      \"name\": \"Choose Your Setup Method\",\n      \"text\": \"Use Cookie Consent by Elementor for a native WordPress dashboard experience, or write custom PHP and JavaScript for full developer control.\"\n    },\n    {\n      \"@type\": \"HowToStep\",\n      \"name\": \"Create Your Custom Category\",\n      \"text\": \"In Cookie Consent, go to the Categories tab, click Add New Category, and give your category a clear, visitor-friendly name and description.\"\n    },\n    {\n      \"@type\": \"HowToStep\",\n      \"name\": \"Assign Scripts to the Category\",\n      \"text\": \"Paste your scripts into the built-in script manager and map them to your new custom category. Set the default state according to your compliance requirements.\"\n    },\n    {\n      \"@type\": \"HowToStep\",\n      \"name\": \"Test Your Setup\",\n      \"text\": \"Open an incognito window, inspect running cookies and network requests, then accept only your custom category to confirm scripts load correctly.\"\n    }\n  ]\n}\n<\/script><\/p>\n<p><script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What are custom cookie categories?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Custom cookie categories are personalized groups you create to organize tracking scripts based on their specific function, rather than forcing them into generic labels. This lets you isolate tools like customer support chat, map APIs, or affiliate integrations under descriptive groups that visitors can toggle on or off.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Do I need custom cookie categories for a simple WordPress blog?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"If your blog only uses default WordPress features and basic analytics, the standard categories are usually enough. But if you monetize with affiliate links, run custom newsletters, or host interactive widgets, custom categories help you explain these systems clearly to visitors.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How does Google Consent Mode v2 work with custom categories?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Google Consent Mode v2 requires your consent tool to communicate the visitor's specific choices to Google tags. Native cookie consent solutions coordinate with Consent Mode automatically, so Google Analytics and Ads can adjust their behavior based on visitor consent.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I use a free cookie consent tool to create custom groups?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes, many solutions offer entry-level plans for basic compliance. Advanced features like custom categorization, automatic scanning, geo-targeting, and consent logging are often reserved for premium tiers.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Will adding custom cookie categories slow down my WordPress site?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Choosing a WordPress-native tool keeps load times fast because it doesn't rely on cloud wrappers, database redirects, or heavy external API calls.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What happens if a visitor rejects my custom cookie category?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"When a visitor rejects a custom category, the scripts mapped to that group must not load on their browser. If they reject a support category, for example, the live chat widget stays hidden and no tracking cookies from that widget are set.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Do custom categories work with page caching plugins?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes, but make sure your caching setup does not cache the active state of your consent banner. Modern cookie consent tools use lightweight JavaScript to check consent state on the client side, working well alongside WP Rocket or LiteSpeed Cache.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How often should I audit my cookie categories?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Running a cookie audit at least once every three months is good practice, or any time you install a new feature. New tools often introduce unexpected trackers that need to be categorized to keep your site fully compliant.\"\n      }\n    }\n  ]\n}\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>You can&#8217;t just slap a generic &#8220;Accept All&#8221; button on your footer anymore. Regulatory bodies actively scan websites, and users demand total control over their personal data.<\/p>\n","protected":false},"author":2024234,"featured_media":151437,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[512],"tags":[],"marketing_persona":[],"marketing_intent":[],"class_list":["post-152255","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-resources"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The Ultimate How To Create Custom Cookie Categories Wordpress Guide for 2026<\/title>\n<meta name=\"description\" content=\"You can&#039;t just slap a generic &quot;Accept All&quot; button on your footer anymore. Regulatory bodies actively scan websites, and users demand total control over their personal data.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elementor.com\/blog\/create-custom-cookie\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Ultimate How To Create Custom Cookie Categories Wordpress Guide for 2026\" \/>\n<meta property=\"og:description\" content=\"You can&#039;t just slap a generic &quot;Accept All&quot; button on your footer anymore. Regulatory bodies actively scan websites, and users demand total control over their personal data.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/blog\/create-custom-cookie\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/elemntor\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-14T12:27:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-22T21:28:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/elementor.com\/blog\/wp-content\/uploads\/2026\/02\/Blog-_-Release-3-elementor-io-optimized-2-elementor-io-optimized.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Itamar Haim\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@elemntor\" \/>\n<meta name=\"twitter:site\" content=\"@elemntor\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Itamar Haim\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"14 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/elementor.com\\\/blog\\\/create-custom-cookie\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/blog\\\/create-custom-cookie\\\/\"},\"author\":{\"name\":\"Itamar Haim\",\"@id\":\"https:\\\/\\\/elementor.com\\\/blog\\\/#\\\/schema\\\/person\\\/5d24783541c454816685653dfed73377\"},\"headline\":\"The Ultimate How To Create Custom Cookie Categories WordPress Guide for 2026\",\"datePublished\":\"2026-04-14T12:27:00+00:00\",\"dateModified\":\"2026-06-22T21:28:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/blog\\\/create-custom-cookie\\\/\"},\"wordCount\":2501,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/blog\\\/create-custom-cookie\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/elementor.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Blog-_-Release-3-elementor-io-optimized-2-elementor-io-optimized.webp\",\"articleSection\":[\"Resources\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/elementor.com\\\/blog\\\/create-custom-cookie\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/elementor.com\\\/blog\\\/create-custom-cookie\\\/\",\"url\":\"https:\\\/\\\/elementor.com\\\/blog\\\/create-custom-cookie\\\/\",\"name\":\"The Ultimate How To Create Custom Cookie Categories Wordpress Guide for 2026\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/blog\\\/create-custom-cookie\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/blog\\\/create-custom-cookie\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/elementor.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Blog-_-Release-3-elementor-io-optimized-2-elementor-io-optimized.webp\",\"datePublished\":\"2026-04-14T12:27:00+00:00\",\"dateModified\":\"2026-06-22T21:28:19+00:00\",\"description\":\"You can't just slap a generic \\\"Accept All\\\" button on your footer anymore. Regulatory bodies actively scan websites, and users demand total control over their personal data.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/blog\\\/create-custom-cookie\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/elementor.com\\\/blog\\\/create-custom-cookie\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/elementor.com\\\/blog\\\/create-custom-cookie\\\/#primaryimage\",\"url\":\"https:\\\/\\\/elementor.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Blog-_-Release-3-elementor-io-optimized-2-elementor-io-optimized.webp\",\"contentUrl\":\"https:\\\/\\\/elementor.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Blog-_-Release-3-elementor-io-optimized-2-elementor-io-optimized.webp\",\"width\":1200,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/elementor.com\\\/blog\\\/create-custom-cookie\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/elementor.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Resources\",\"item\":\"https:\\\/\\\/elementor.com\\\/blog\\\/category\\\/resources\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"The Ultimate How To Create Custom Cookie Categories WordPress Guide for 2026\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/elementor.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/elementor.com\\\/blog\\\/\",\"name\":\"Elementor\",\"description\":\"Website Builder for WordPress\",\"publisher\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/elementor.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/elementor.com\\\/blog\\\/#organization\",\"name\":\"Elementor\",\"url\":\"https:\\\/\\\/elementor.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/elementor.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/elementor.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/images.png\",\"contentUrl\":\"https:\\\/\\\/elementor.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/images.png\",\"width\":225,\"height\":225,\"caption\":\"Elementor\"},\"image\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/elemntor\\\/\",\"https:\\\/\\\/x.com\\\/elemntor\",\"https:\\\/\\\/www.instagram.com\\\/elementor\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCt9kG_EDX8zwGSC1-ycJJVA?sub_confirmation=1\",\"https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/Elementor\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/elementor.com\\\/blog\\\/#\\\/schema\\\/person\\\/5d24783541c454816685653dfed73377\",\"name\":\"Itamar Haim\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/830174068538633c83fd732c583ea1fe9d4c813314075640bf78d5a621982848?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/830174068538633c83fd732c583ea1fe9d4c813314075640bf78d5a621982848?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/830174068538633c83fd732c583ea1fe9d4c813314075640bf78d5a621982848?s=96&d=mm&r=g\",\"caption\":\"Itamar Haim\"},\"description\":\"Itamar Haim, SEO Team Lead at Elementor, is a digital strategist merging SEO &amp; AEO \\\/ GEO, and web development. He leverages deep WordPress expertise to drive global organic growth, empowering businesses to navigate the AI era and ensuring top-tier search performance for millions of websites.\",\"sameAs\":[\"https:\\\/\\\/elementor.com\\\/blog\\\/author\\\/itamarha\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/itamar-haim-8149b85b\\\/\"],\"url\":\"https:\\\/\\\/elementor.com\\\/blog\\\/author\\\/itamarha\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The Ultimate How To Create Custom Cookie Categories Wordpress Guide for 2026","description":"You can't just slap a generic \"Accept All\" button on your footer anymore. Regulatory bodies actively scan websites, and users demand total control over their personal data.","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:\/\/elementor.com\/blog\/create-custom-cookie\/","og_locale":"en_US","og_type":"article","og_title":"The Ultimate How To Create Custom Cookie Categories Wordpress Guide for 2026","og_description":"You can't just slap a generic \"Accept All\" button on your footer anymore. Regulatory bodies actively scan websites, and users demand total control over their personal data.","og_url":"https:\/\/elementor.com\/blog\/create-custom-cookie\/","og_site_name":"Blog","article_publisher":"https:\/\/www.facebook.com\/elemntor\/","article_published_time":"2026-04-14T12:27:00+00:00","article_modified_time":"2026-06-22T21:28:19+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/elementor.com\/blog\/wp-content\/uploads\/2026\/02\/Blog-_-Release-3-elementor-io-optimized-2-elementor-io-optimized.webp","type":"image\/webp"}],"author":"Itamar Haim","twitter_card":"summary_large_image","twitter_creator":"@elemntor","twitter_site":"@elemntor","twitter_misc":{"Written by":"Itamar Haim","Est. reading time":"14 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/elementor.com\/blog\/create-custom-cookie\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/blog\/create-custom-cookie\/"},"author":{"name":"Itamar Haim","@id":"https:\/\/elementor.com\/blog\/#\/schema\/person\/5d24783541c454816685653dfed73377"},"headline":"The Ultimate How To Create Custom Cookie Categories WordPress Guide for 2026","datePublished":"2026-04-14T12:27:00+00:00","dateModified":"2026-06-22T21:28:19+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/blog\/create-custom-cookie\/"},"wordCount":2501,"commentCount":0,"publisher":{"@id":"https:\/\/elementor.com\/blog\/#organization"},"image":{"@id":"https:\/\/elementor.com\/blog\/create-custom-cookie\/#primaryimage"},"thumbnailUrl":"https:\/\/elementor.com\/blog\/wp-content\/uploads\/2026\/02\/Blog-_-Release-3-elementor-io-optimized-2-elementor-io-optimized.webp","articleSection":["Resources"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/elementor.com\/blog\/create-custom-cookie\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/elementor.com\/blog\/create-custom-cookie\/","url":"https:\/\/elementor.com\/blog\/create-custom-cookie\/","name":"The Ultimate How To Create Custom Cookie Categories Wordpress Guide for 2026","isPartOf":{"@id":"https:\/\/elementor.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/elementor.com\/blog\/create-custom-cookie\/#primaryimage"},"image":{"@id":"https:\/\/elementor.com\/blog\/create-custom-cookie\/#primaryimage"},"thumbnailUrl":"https:\/\/elementor.com\/blog\/wp-content\/uploads\/2026\/02\/Blog-_-Release-3-elementor-io-optimized-2-elementor-io-optimized.webp","datePublished":"2026-04-14T12:27:00+00:00","dateModified":"2026-06-22T21:28:19+00:00","description":"You can't just slap a generic \"Accept All\" button on your footer anymore. Regulatory bodies actively scan websites, and users demand total control over their personal data.","breadcrumb":{"@id":"https:\/\/elementor.com\/blog\/create-custom-cookie\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/blog\/create-custom-cookie\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/elementor.com\/blog\/create-custom-cookie\/#primaryimage","url":"https:\/\/elementor.com\/blog\/wp-content\/uploads\/2026\/02\/Blog-_-Release-3-elementor-io-optimized-2-elementor-io-optimized.webp","contentUrl":"https:\/\/elementor.com\/blog\/wp-content\/uploads\/2026\/02\/Blog-_-Release-3-elementor-io-optimized-2-elementor-io-optimized.webp","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/blog\/create-custom-cookie\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/elementor.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Resources","item":"https:\/\/elementor.com\/blog\/category\/resources\/"},{"@type":"ListItem","position":3,"name":"The Ultimate How To Create Custom Cookie Categories WordPress Guide for 2026"}]},{"@type":"WebSite","@id":"https:\/\/elementor.com\/blog\/#website","url":"https:\/\/elementor.com\/blog\/","name":"Elementor","description":"Website Builder for WordPress","publisher":{"@id":"https:\/\/elementor.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elementor.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/elementor.com\/blog\/#organization","name":"Elementor","url":"https:\/\/elementor.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/elementor.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/elementor.com\/blog\/wp-content\/uploads\/2025\/06\/images.png","contentUrl":"https:\/\/elementor.com\/blog\/wp-content\/uploads\/2025\/06\/images.png","width":225,"height":225,"caption":"Elementor"},"image":{"@id":"https:\/\/elementor.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/elemntor\/","https:\/\/x.com\/elemntor","https:\/\/www.instagram.com\/elementor\/","https:\/\/www.youtube.com\/channel\/UCt9kG_EDX8zwGSC1-ycJJVA?sub_confirmation=1","https:\/\/en.wikipedia.org\/wiki\/Elementor"]},{"@type":"Person","@id":"https:\/\/elementor.com\/blog\/#\/schema\/person\/5d24783541c454816685653dfed73377","name":"Itamar Haim","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/830174068538633c83fd732c583ea1fe9d4c813314075640bf78d5a621982848?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/830174068538633c83fd732c583ea1fe9d4c813314075640bf78d5a621982848?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/830174068538633c83fd732c583ea1fe9d4c813314075640bf78d5a621982848?s=96&d=mm&r=g","caption":"Itamar Haim"},"description":"Itamar Haim, SEO Team Lead at Elementor, is a digital strategist merging SEO &amp; AEO \/ GEO, and web development. He leverages deep WordPress expertise to drive global organic growth, empowering businesses to navigate the AI era and ensuring top-tier search performance for millions of websites.","sameAs":["https:\/\/elementor.com\/blog\/author\/itamarha\/","https:\/\/www.linkedin.com\/in\/itamar-haim-8149b85b\/"],"url":"https:\/\/elementor.com\/blog\/author\/itamarha\/"}]}},"_links":{"self":[{"href":"https:\/\/elementor.com\/blog\/wp-json\/wp\/v2\/posts\/152255","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elementor.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elementor.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elementor.com\/blog\/wp-json\/wp\/v2\/users\/2024234"}],"replies":[{"embeddable":true,"href":"https:\/\/elementor.com\/blog\/wp-json\/wp\/v2\/comments?post=152255"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/blog\/wp-json\/wp\/v2\/posts\/152255\/revisions"}],"predecessor-version":[{"id":154959,"href":"https:\/\/elementor.com\/blog\/wp-json\/wp\/v2\/posts\/152255\/revisions\/154959"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/elementor.com\/blog\/wp-json\/wp\/v2\/media\/151437"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/blog\/wp-json\/wp\/v2\/media?parent=152255"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/blog\/wp-json\/wp\/v2\/categories?post=152255"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/blog\/wp-json\/wp\/v2\/tags?post=152255"},{"taxonomy":"marketing_persona","embeddable":true,"href":"https:\/\/elementor.com\/blog\/wp-json\/wp\/v2\/marketing_persona?post=152255"},{"taxonomy":"marketing_intent","embeddable":true,"href":"https:\/\/elementor.com\/blog\/wp-json\/wp\/v2\/marketing_intent?post=152255"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}