{"id":94,"date":"2026-03-16T20:38:26","date_gmt":"2026-03-16T20:38:26","guid":{"rendered":"https:\/\/www.webfort.co.uk\/blog\/?p=94"},"modified":"2026-03-16T20:39:04","modified_gmt":"2026-03-16T20:39:04","slug":"how-to-set-up-spf-dkim-and-dmarc-in-cpanel","status":"publish","type":"post","link":"https:\/\/www.webfort.co.uk\/blog\/how-to-set-up-spf-dkim-and-dmarc-in-cpanel\/","title":{"rendered":"How to Set Up SPF, DKIM, and DMARC in cPanel"},"content":{"rendered":"<p>If your business emails keep landing in spam folders, there&#8217;s a good chance your domain is missing proper email authentication. Setting up SPF, DKIM, and DMARC in cPanel is one of the most important things you can do to protect your email deliverability, and it&#8217;s easier than you might think.<\/p>\n<p>SPF, DKIM, and DMARC are three email authentication protocols that work together to prove your emails are legitimate. Without them, email providers like Gmail and Outlook have no way to verify that messages from your domain are actually from you. The result? Your invoices, order confirmations, and newsletters end up in the junk folder, or worse, get rejected entirely.<\/p>\n<p>In this guide, we&#8217;ll walk through exactly how to set up all three in cPanel, step by step. No technical background required. By the end, your emails will be properly authenticated and far more likely to reach the inbox.<\/p>\n<h3>What&#8217;s in This Post<\/h3>\n<ul>\n<li><a href=\"#what-is-spf\">What Is SPF and Why You Need It<\/a><\/li>\n<li><a href=\"#set-up-spf\">How to Set Up SPF in cPanel<\/a><\/li>\n<li><a href=\"#what-is-dkim\">What Is DKIM and Why You Need It<\/a><\/li>\n<li><a href=\"#set-up-dkim\">How to Enable DKIM in cPanel<\/a><\/li>\n<li><a href=\"#what-is-dmarc\">What Is DMARC and Why You Need It<\/a><\/li>\n<li><a href=\"#set-up-dmarc\">How to Set Up DMARC in cPanel<\/a><\/li>\n<li><a href=\"#testing\">How to Test Your Email Authentication<\/a><\/li>\n<li><a href=\"#common-mistakes\">Common Mistakes and Troubleshooting<\/a><\/li>\n<li><a href=\"#final-thoughts\">Final Thoughts<\/a><\/li>\n<\/ul>\n    <div class=\"webfort-cta\" style=\"background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; padding: 40px 36px; margin: 48px 0; text-align: center; font-family: 'Outfit', system-ui, sans-serif; position: relative; overflow: hidden;\">\n      <!-- Subtle glow accents -->\n      <div style=\"position: absolute; top: -100px; right: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(200, 255, 0, 0.08) 0%, transparent 70%); pointer-events: none;\"><\/div>\n      <div style=\"position: absolute; bottom: -100px; left: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(200, 255, 0, 0.05) 0%, transparent 70%); pointer-events: none;\"><\/div>\n      \n      <!-- Content -->\n      <div style=\"position: relative; z-index: 1;\">\n        <h3 style=\"font-size: 28px; font-weight: 800; color: #ffffff; margin: 0 0 16px 0; line-height: 1.2;\">Looking for fast, reliable UK hosting?<\/h3>\n        <p style=\"font-size: 17px; color: rgba(255, 255, 255, 0.6); margin: 0 0 28px 0; line-height: 1.6; max-width: 560px; margin-left: auto; margin-right: auto;\">Our plans start from <strong style=\"color: #ffffff\">\u00a34.99\/month<\/strong> with everything included: SSL, backups, email, and 24\/7 support.<\/p>\n        <a href=\"https:\/\/www.webfort.co.uk\/web-hosting\/\" style=\"display: inline-block; background: #c8ff00; color: #0a0f1c; font-family: 'Outfit', system-ui, sans-serif; font-weight: 600; font-size: 16px; padding: 14px 36px; border-radius: 100px; text-decoration: none; box-shadow: 0 4px 16px rgba(200, 255, 0, 0.2); transition: all 0.2s ease;\">View Hosting Plans \u2192<\/a>\n      <\/div>\n    <\/div>\n    \n<h2 id=\"what-is-spf\">What Is SPF and Why You Need It<\/h2>\n<p><strong>SPF (Sender Policy Framework)<\/strong> is a DNS record that tells email providers which servers are allowed to send email on behalf of your domain. Think of it like a guest list for your email. If a server tries to send an email from your domain and it&#8217;s not on the list, the receiving server knows something is wrong.<\/p>\n<p>Without SPF, anyone can send emails pretending to be you. This is called <strong>email spoofing<\/strong>, and it&#8217;s one of the most common tactics used in phishing attacks. Even if nobody is actively spoofing your domain, the absence of an SPF record makes email providers suspicious of your legitimate messages.<\/p>\n<p>For small businesses, this matters more than you might realise. If your quotes, invoices, or booking confirmations are going to spam, you&#8217;re losing money. SPF is the first line of defence.<\/p>\n<h2 id=\"set-up-spf\">How to Set Up SPF in cPanel<\/h2>\n<p>The good news is that most cPanel hosting providers (including <a href=\"https:\/\/www.webfort.co.uk\/web-hosting\/\">Webfort<\/a>) automatically create a basic SPF record when you set up your account. But it&#8217;s worth checking that it&#8217;s correct, especially if you use third-party email services.<\/p>\n<h3>Step 1: Open Email Deliverability<\/h3>\n<p>Log in to cPanel and scroll down to the <strong>Email<\/strong> section. Click on <strong>Email Deliverability<\/strong>. This tool shows the current status of your SPF, DKIM, and PTR records for each domain on your account.<\/p>\n<h3>Step 2: Check Your SPF Status<\/h3>\n<p>Find your domain in the list. If SPF shows a green tick, you&#8217;re already set up. If it shows a warning or error, click <strong>Manage<\/strong> to see what needs fixing.<\/p>\n<h3>Step 3: Review or Repair the SPF Record<\/h3>\n<p>cPanel will suggest a recommended SPF record. In most cases, you can click <strong>Install the Suggested Record<\/strong> and it will handle everything automatically. The default record typically looks like this:<\/p>\n<p><code>v=spf1 +a +mx +ip4:YOUR.SERVER.IP ~all<\/code><\/p>\n<p>Here&#8217;s what each part means:<\/p>\n<ul>\n<li><strong>v=spf1<\/strong> &#8211; Identifies this as an SPF record<\/li>\n<li><strong>+a<\/strong> &#8211; Allows the server at your domain&#8217;s A record to send email<\/li>\n<li><strong>+mx<\/strong> &#8211; Allows your mail exchange servers to send email<\/li>\n<li><strong>+ip4:<\/strong> &#8211; Allows a specific IP address to send email<\/li>\n<li><strong>~all<\/strong> &#8211; Soft fail for anything not listed (tells providers to be suspicious but not reject)<\/li>\n<\/ul>\n<h3>Step 4: Add Third-Party Senders (If Needed)<\/h3>\n<p>If you use services like Mailchimp, Google Workspace, or Microsoft 365 to send email from your domain, you need to add their servers to your SPF record. For example:<\/p>\n<p><code>v=spf1 +a +mx include:_spf.google.com include:servers.mcsv.net ~all<\/code><\/p>\n<p>Each service will have documentation telling you exactly what to add. The key word is <strong>include:<\/strong> followed by the service&#8217;s SPF domain.<\/p>\n<p><strong>Important:<\/strong> You can only have <strong>one SPF record<\/strong> per domain. If you need to add multiple services, combine them into a single record. Having two separate SPF records will break email authentication entirely.<\/p>\n<h2 id=\"what-is-dkim\">What Is DKIM and Why You Need It<\/h2>\n<p><strong>DKIM (DomainKeys Identified Mail)<\/strong> adds a digital signature to every email you send. When a message leaves your server, DKIM attaches an encrypted signature to the email header. The receiving server then checks this signature against a public key stored in your DNS records.<\/p>\n<p>If the signature matches, the email hasn&#8217;t been tampered with in transit. If it doesn&#8217;t match, the email might have been altered or forged.<\/p>\n<p>While SPF verifies <em>who<\/em> is sending the email, DKIM verifies that the email <em>content<\/em> hasn&#8217;t been changed. Together, they provide much stronger authentication than either one alone. This is particularly important for businesses sending sensitive information like contracts, financial documents, or customer data.<\/p>\n<h2 id=\"set-up-dkim\">How to Enable DKIM in cPanel<\/h2>\n<p>DKIM is slightly more technical than SPF, but cPanel makes it straightforward. On many hosting providers, DKIM is enabled by default. Here&#8217;s how to check and enable it.<\/p>\n<h3>Step 1: Go to Email Deliverability<\/h3>\n<p>In cPanel, navigate to <strong>Email<\/strong> &gt; <strong>Email Deliverability<\/strong> (the same tool you used for SPF). Find your domain and check the DKIM status.<\/p>\n<h3>Step 2: Install the DKIM Record<\/h3>\n<p>If DKIM shows a warning, click <strong>Manage<\/strong>. cPanel will generate a DKIM key pair for you automatically. Click <strong>Install the Suggested Record<\/strong> to add the public key to your DNS.<\/p>\n<p>The DKIM record is a TXT record added to your DNS zone, usually with a name like <code>default._domainkey.yourdomain.com<\/code>. It contains a long string of characters that looks something like this:<\/p>\n<p><code>v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GN...<\/code><\/p>\n<p>You don&#8217;t need to understand what this string means. cPanel handles the key generation and DNS entry for you.<\/p>\n<h3>Step 3: Verify It&#8217;s Working<\/h3>\n<p>After installing the record, wait 10-15 minutes for DNS propagation, then return to <strong>Email Deliverability<\/strong> and refresh. You should see a green tick next to DKIM.<\/p>\n<p><strong>Note:<\/strong> If your domain&#8217;s DNS is managed externally (for example, through Cloudflare or another provider), cPanel won&#8217;t be able to install the record automatically. You&#8217;ll need to copy the DKIM record and add it manually in your DNS provider&#8217;s control panel. If you&#8217;re unsure how to do this, your hosting provider should be able to help. For guidance on securing your hosting environment more broadly, have a look at our <a href=\"https:\/\/www.webfort.co.uk\/blog\/csf-firewall-cpanel-2026-setup-guide\/\">guide to setting up CSF Firewall in cPanel<\/a>.<\/p>\n<h2 id=\"what-is-dmarc\">What Is DMARC and Why You Need It<\/h2>\n<p><strong>DMARC (Domain-based Message Authentication, Reporting, and Conformance)<\/strong> is the third piece of the puzzle. While SPF and DKIM verify individual aspects of an email, DMARC ties them together and tells receiving servers what to do when authentication fails.<\/p>\n<p>Without DMARC, email providers make their own decisions about what to do with unauthenticated messages. Some might deliver them to spam. Others might reject them. DMARC gives you control over that decision.<\/p>\n<p>DMARC also provides <strong>reporting<\/strong>. You can receive reports showing who is sending email from your domain, including any unauthorised senders. This is invaluable for spotting spoofing attempts early.<\/p>\n<p>For any organisation that takes email seriously (and every business should), DMARC is essential. Google and Yahoo both started requiring DMARC for bulk senders in 2024, and the requirements are only getting stricter.<\/p>\n<h2 id=\"set-up-dmarc\">How to Set Up DMARC in cPanel<\/h2>\n<p>Unlike SPF and DKIM, cPanel doesn&#8217;t have a dedicated DMARC tool. You&#8217;ll need to add the record manually through the <strong>Zone Editor<\/strong>. Don&#8217;t worry, it&#8217;s just a single DNS record.<\/p>\n<h3>Step 1: Open Zone Editor<\/h3>\n<p>In cPanel, go to <strong>Domains<\/strong> &gt; <strong>Zone Editor<\/strong>. Find your domain and click <strong>Manage<\/strong>.<\/p>\n<h3>Step 2: Add a New TXT Record<\/h3>\n<p>Click <strong>Add Record<\/strong> and select <strong>TXT<\/strong> as the record type. Fill in the following:<\/p>\n<ul>\n<li><strong>Name:<\/strong> <code>_dmarc.yourdomain.com<\/code> (replace with your actual domain)<\/li>\n<li><strong>TTL:<\/strong> 14400 (or leave the default)<\/li>\n<li><strong>Type:<\/strong> TXT<\/li>\n<li><strong>Record:<\/strong> <code>v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com<\/code><\/li>\n<\/ul>\n<h3>Step 3: Understand the Policy Options<\/h3>\n<p>The <code>p=<\/code> tag is the most important part. It tells receiving servers what to do with emails that fail authentication:<\/p>\n<ul>\n<li><strong>p=none<\/strong> &#8211; Monitor only. Emails are delivered normally, but you receive reports. <em>Start here.<\/em><\/li>\n<li><strong>p=quarantine<\/strong> &#8211; Failed emails go to the spam folder.<\/li>\n<li><strong>p=reject<\/strong> &#8211; Failed emails are blocked entirely.<\/li>\n<\/ul>\n<p><strong>We strongly recommend starting with <code>p=none<\/code>.<\/strong> This lets you monitor your email traffic without risking legitimate emails being blocked. After a few weeks of reviewing reports and confirming everything is working, you can gradually move to <code>quarantine<\/code> and eventually <code>reject<\/code>.<\/p>\n<h3>Step 4: Save and Wait<\/h3>\n<p>Click <strong>Save Record<\/strong>. DNS changes can take up to 24 hours to propagate globally, though it&#8217;s usually much faster (often within an hour).<\/p>\n<p>Here&#8217;s a more complete DMARC record you can use as a template:<\/p>\n<p><code>v=DMARC1; p=none; sp=none; rua=mailto:dmarc@yourdomain.com; ruf=mailto:dmarc@yourdomain.com; adkim=r; aspf=r; pct=100<\/code><\/p>\n<p>The additional tags mean:<\/p>\n<ul>\n<li><strong>sp=none<\/strong> &#8211; Policy for subdomains<\/li>\n<li><strong>rua=<\/strong> &#8211; Where to send aggregate reports<\/li>\n<li><strong>ruf=<\/strong> &#8211; Where to send forensic (failure) reports<\/li>\n<li><strong>adkim=r<\/strong> &#8211; Relaxed DKIM alignment<\/li>\n<li><strong>aspf=r<\/strong> &#8211; Relaxed SPF alignment<\/li>\n<li><strong>pct=100<\/strong> &#8211; Apply policy to 100% of emails<\/li>\n<\/ul>\n    <div class=\"webfort-cta\" style=\"background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; padding: 40px 36px; margin: 48px 0; text-align: center; font-family: 'Outfit', system-ui, sans-serif; position: relative; overflow: hidden;\">\n      <!-- Subtle glow accents -->\n      <div style=\"position: absolute; top: -100px; right: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(200, 255, 0, 0.08) 0%, transparent 70%); pointer-events: none;\"><\/div>\n      <div style=\"position: absolute; bottom: -100px; left: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(200, 255, 0, 0.05) 0%, transparent 70%); pointer-events: none;\"><\/div>\n      \n      <!-- Content -->\n      <div style=\"position: relative; z-index: 1;\">\n        <h3 style=\"font-size: 28px; font-weight: 800; color: #ffffff; margin: 0 0 16px 0; line-height: 1.2;\">Is your website holding your business back?<\/h3>\n        <p style=\"font-size: 17px; color: rgba(255, 255, 255, 0.6); margin: 0 0 28px 0; line-height: 1.6; max-width: 560px; margin-left: auto; margin-right: auto;\">Run our free 30-second health check - no signup required. Check speed, security, and SEO issues instantly.<\/p>\n        <a href=\"https:\/\/www.webfort.co.uk\/free-website-check\/\" style=\"display: inline-block; background: #c8ff00; color: #0a0f1c; font-family: 'Outfit', system-ui, sans-serif; font-weight: 600; font-size: 16px; padding: 14px 36px; border-radius: 100px; text-decoration: none; box-shadow: 0 4px 16px rgba(200, 255, 0, 0.2); transition: all 0.2s ease;\">Check My Website \u2192<\/a>\n      <\/div>\n    <\/div>\n    \n<h2 id=\"testing\">How to Test Your Email Authentication<\/h2>\n<p>Once you&#8217;ve set up all three records, you need to verify they&#8217;re working correctly. Here are the best tools for the job:<\/p>\n<h3>MXToolbox<\/h3>\n<p>Visit <a href=\"https:\/\/mxtoolbox.com\/SuperTool.aspx\" target=\"_blank\" rel=\"noopener nofollow\">MXToolbox SuperTool<\/a> and enter your domain. It can check your SPF, DKIM, and DMARC records individually and flag any errors. This is the quickest way to confirm your DNS records are correct.<\/p>\n<h3>Mail-Tester<\/h3>\n<p>Go to <a href=\"https:\/\/www.mail-tester.com\/\" target=\"_blank\" rel=\"noopener nofollow\">mail-tester.com<\/a> and send a test email to the address it provides. You&#8217;ll get a detailed score out of 10, with specific feedback on your SPF, DKIM, DMARC setup, and other deliverability factors. Aim for 9 or above.<\/p>\n<h3>Google Admin Toolbox<\/h3>\n<p>Google&#8217;s <a href=\"https:\/\/toolbox.googleapps.com\/apps\/checkmx\/\" target=\"_blank\" rel=\"noopener nofollow\">Check MX tool<\/a> verifies your domain&#8217;s email configuration from Google&#8217;s perspective. Since Gmail is the most popular email provider, this is particularly useful.<\/p>\n<h3>Send a Test Email<\/h3>\n<p>The simplest test of all: send an email from your domain to a Gmail account. Open the email, click the three dots menu, and select <strong>Show original<\/strong>. Look for these lines in the headers:<\/p>\n<ul>\n<li><strong>SPF: PASS<\/strong><\/li>\n<li><strong>DKIM: PASS<\/strong><\/li>\n<li><strong>DMARC: PASS<\/strong><\/li>\n<\/ul>\n<p>If all three show PASS, your email authentication is working correctly. If you&#8217;re looking to improve your overall website security alongside email, our <a href=\"https:\/\/www.webfort.co.uk\/blog\/how-to-secure-your-wordpress\/\">WordPress security guide<\/a> covers the essentials.<\/p>\n<h2 id=\"common-mistakes\">Common Mistakes and Troubleshooting<\/h2>\n<p>Email authentication is straightforward when done correctly, but a few common mistakes can break things. Here&#8217;s what to watch for:<\/p>\n<h3>Multiple SPF Records<\/h3>\n<p>This is the most common error we see. Your domain must have <strong>exactly one SPF record<\/strong>. If you add a second one (for example, when setting up a new email service), both records become invalid. Always edit your existing SPF record to include new services rather than creating a new one.<\/p>\n<h3>DNS Not Managed in cPanel<\/h3>\n<p>If you&#8217;re using Cloudflare, an external DNS provider, or your domain registrar&#8217;s nameservers, changes made in cPanel&#8217;s Zone Editor won&#8217;t take effect. You&#8217;ll need to add your SPF, DKIM, and DMARC records directly in whatever controls your DNS. This catches a lot of people out.<\/p>\n<h3>Forgetting to Add Third-Party Services to SPF<\/h3>\n<p>If you use Mailchimp, Brevo, or any other service to send emails from your domain, those services need to be included in your SPF record. Otherwise, emails sent through them will fail SPF checks and likely end up in spam.<\/p>\n<h3>Starting DMARC on Reject<\/h3>\n<p>Jumping straight to <code>p=reject<\/code> without monitoring first is risky. If something is misconfigured, legitimate emails will be blocked. Always start with <code>p=none<\/code>, review your DMARC reports for a few weeks, then tighten the policy gradually.<\/p>\n<h3>SPF Lookup Limit<\/h3>\n<p>SPF records are limited to <strong>10 DNS lookups<\/strong>. Each <code>include:<\/code> statement counts as a lookup, and some services use nested includes that add up quickly. If you exceed 10 lookups, SPF fails entirely. Use an <a href=\"https:\/\/mxtoolbox.com\/spf.aspx\" target=\"_blank\" rel=\"noopener nofollow\">SPF checker<\/a> to count your lookups.<\/p>\n<h3>Not Waiting for DNS Propagation<\/h3>\n<p>After making changes, DNS records need time to propagate. Testing immediately after saving will often show old results. Wait at least 30 minutes before testing, and up to 24 hours for full global propagation.<\/p>\n<p>If you&#8217;re running a small business website on shared hosting and want to make sure your whole setup is solid, our guide on <a href=\"https:\/\/www.webfort.co.uk\/blog\/what-is-a-basic-hosting-plan-and-is-it-enough-for-your-website\/\">choosing the right hosting plan<\/a> is worth a read alongside this.<\/p>\n<h2 id=\"final-thoughts\">Final Thoughts<\/h2>\n<p>Setting up SPF, DKIM, and DMARC in cPanel isn&#8217;t complicated, but it makes a significant difference to your email deliverability. These three protocols tell the world that your emails are legitimate, and that matters more than ever as providers crack down on unauthenticated email.<\/p>\n<p>To recap the essentials:<\/p>\n<ul>\n<li><strong>SPF<\/strong> lists which servers can send email from your domain<\/li>\n<li><strong>DKIM<\/strong> adds a cryptographic signature proving emails haven&#8217;t been tampered with<\/li>\n<li><strong>DMARC<\/strong> ties them together and tells providers what to do when checks fail<\/li>\n<\/ul>\n<p>If your business relies on email (and whose doesn&#8217;t?), spending 20 minutes on this setup is one of the best investments you can make. Your emails will reach inboxes instead of spam folders, your domain reputation will improve, and you&#8217;ll be protected against spoofing attacks.<\/p>\n<p>Need hosting that handles email authentication properly from day one? <a href=\"https:\/\/www.webfort.co.uk\/web-hosting\/\">Webfort&#8217;s hosting plans<\/a> come with cPanel, automatic SPF and DKIM configuration, and UK-based support if you need a hand. For a broader look at what good hosting should include, check out our guide on <a href=\"https:\/\/www.webfort.co.uk\/blog\/best-web-hosting-small-business-uk\/\">the best web hosting for UK small businesses<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If your business emails keep landing in spam folders, there&#8217;s a good chance your domain is missing proper email authentication. Setting up SPF, DKIM, and DMARC in cPanel is one of the most important things you can do to protect your email deliverability, and it&#8217;s easier than you might think. SPF, DKIM, and DMARC are [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":96,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20,13],"tags":[36,43,40,41,42],"class_list":["post-94","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-hosting","category-security","tag-cpanel","tag-dmarc","tag-email-authentication","tag-email-deliverability","tag-spf"],"_links":{"self":[{"href":"https:\/\/www.webfort.co.uk\/blog\/wp-json\/wp\/v2\/posts\/94","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.webfort.co.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.webfort.co.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.webfort.co.uk\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.webfort.co.uk\/blog\/wp-json\/wp\/v2\/comments?post=94"}],"version-history":[{"count":1,"href":"https:\/\/www.webfort.co.uk\/blog\/wp-json\/wp\/v2\/posts\/94\/revisions"}],"predecessor-version":[{"id":95,"href":"https:\/\/www.webfort.co.uk\/blog\/wp-json\/wp\/v2\/posts\/94\/revisions\/95"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.webfort.co.uk\/blog\/wp-json\/wp\/v2\/media\/96"}],"wp:attachment":[{"href":"https:\/\/www.webfort.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=94"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.webfort.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=94"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.webfort.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=94"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}