{"id":2134,"date":"2026-06-28T11:26:45","date_gmt":"2026-06-28T11:26:45","guid":{"rendered":"https:\/\/ukspeed.co.uk\/blog\/?p=2134"},"modified":"2026-06-29T07:38:56","modified_gmt":"2026-06-29T07:38:56","slug":"complete-spf-dkim-dmarc-setup-for-uk-domains-wordpress-email-deliverability-guide-2026","status":"publish","type":"post","link":"https:\/\/ukspeed.co.uk\/blog\/complete-spf-dkim-dmarc-setup-for-uk-domains-wordpress-email-deliverability-guide-2026\/","title":{"rendered":"Complete SPF, DKIM &#038; DMARC Setup for UK Domains: WordPress Email Deliverability Guide 2026"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Introduction \u2014 SPF,DKIM &#038; DMARC<\/h2>\n\n\n\n<p>Email remains one of the most important communication channels for businesses. Whether you&#8217;re sending password reset emails, WooCommerce order confirmations, contact form notifications, newsletters, or transactional messages, successful email delivery is critical to customer experience and business operations.<\/p>\n\n\n\n<p>Unfortunately, many WordPress websites experience poor email deliverability because their domains lack proper email authentication. Messages end up in spam folders, fail authentication checks, or are rejected entirely by receiving mail servers.<\/p>\n\n\n\n<p>In 2026, major email providers such as Gmail, Microsoft Outlook, Yahoo, and business mail systems have strengthened their anti-spam requirements. Properly configuring SPF, DKIM, and DMARC records has become essential for every UK business domain.<\/p>\n\n\n\n<p>This guide explains how SPF, DKIM, and DMARC work, why they matter, and how to configure them correctly for WordPress websites hosted in the UK without compromising email security or deliverability.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Email Deliverability Matters<\/h2>\n\n\n\n<p>Every WordPress website sends emails.<\/p>\n\n\n\n<p>Examples include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Contact form notifications<\/li>\n\n\n\n<li>Password reset emails<\/li>\n\n\n\n<li>WooCommerce order confirmations<\/li>\n\n\n\n<li>Shipping updates<\/li>\n\n\n\n<li>Membership notifications<\/li>\n\n\n\n<li>Newsletter subscriptions<\/li>\n<\/ul>\n\n\n\n<p>If these emails fail to reach inboxes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Customers lose trust.<\/li>\n\n\n\n<li>Orders may be abandoned.<\/li>\n\n\n\n<li>Support requests increase.<\/li>\n\n\n\n<li>Revenue may decline.<\/li>\n<\/ul>\n\n\n\n<p>Reliable email delivery is a business requirement rather than a convenience.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Causes WordPress Emails to Go to Spam?<\/h2>\n\n\n\n<p>Several factors affect deliverability:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Missing SPF records<\/li>\n\n\n\n<li>Missing DKIM signatures<\/li>\n\n\n\n<li>Missing DMARC policies<\/li>\n\n\n\n<li>Shared IP reputation<\/li>\n\n\n\n<li>Poor server reputation<\/li>\n\n\n\n<li>Incorrect DNS configuration<\/li>\n\n\n\n<li>Using PHP mail()<\/li>\n<\/ul>\n\n\n\n<p>Modern email providers increasingly reject unauthenticated messages.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Understanding Email Authentication<\/h2>\n\n\n\n<p>Email authentication verifies that a message was actually sent by an authorized server.<\/p>\n\n\n\n<p>Three standards work together:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>SPF<\/li>\n\n\n\n<li>DKIM<\/li>\n\n\n\n<li>DMARC<\/li>\n<\/ul>\n\n\n\n<p>Together they reduce:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Email spoofing<\/li>\n\n\n\n<li>Phishing attacks<\/li>\n\n\n\n<li>Spam abuse<\/li>\n<\/ul>\n\n\n\n<p>Proper authentication improves sender reputation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Is SPF?<\/h2>\n\n\n\n<p>SPF (Sender Policy Framework) identifies which mail servers are authorized to send email for your domain.<\/p>\n\n\n\n<p>Receiving mail servers compare the sending IP address against your SPF record.<\/p>\n\n\n\n<p>If the sender is authorized:<\/p>\n\n\n\n<p>The SPF check passes.<\/p>\n\n\n\n<p>Otherwise:<\/p>\n\n\n\n<p>The message may be rejected or flagged.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Example SPF Record<\/h2>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>v=spf1 ip4:203.0.113.10 include:_spf.google.com ~all\n<\/code><\/pre>\n\n\n\n<p>Meaning:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Allow your server IP<\/li>\n\n\n\n<li>Allow Google Workspace<\/li>\n\n\n\n<li>Soft fail all other senders<\/li>\n<\/ul>\n\n\n\n<p>Only include services that actually send email on behalf of your domain.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Is DKIM?<\/h2>\n\n\n\n<p>DKIM (DomainKeys Identified Mail) digitally signs outgoing email.<\/p>\n\n\n\n<p>Each message receives a cryptographic signature.<\/p>\n\n\n\n<p>Receiving servers verify the signature using a public DNS record.<\/p>\n\n\n\n<p>Benefits include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Message integrity<\/li>\n\n\n\n<li>Sender verification<\/li>\n\n\n\n<li>Improved trust<\/li>\n<\/ul>\n\n\n\n<p>DKIM helps prevent message tampering.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Example DKIM Record<\/h2>\n\n\n\n<p>A DKIM record typically looks similar to:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>selector._domainkey.example.com\n<\/code><\/pre>\n\n\n\n<p>The TXT record contains the public key used for signature verification.<\/p>\n\n\n\n<p>Most hosting panels generate this automatically.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Is DMARC?<\/h2>\n\n\n\n<p>DMARC (Domain-based Message Authentication, Reporting &amp; Conformance) tells receiving mail servers what to do when SPF or DKIM authentication fails.<\/p>\n\n\n\n<p>Policies include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>None<\/li>\n\n\n\n<li>Quarantine<\/li>\n\n\n\n<li>Reject<\/li>\n<\/ul>\n\n\n\n<p>DMARC also provides reporting that helps administrators monitor authentication failures.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Example DMARC Record<\/h2>\n\n\n\n<p>A basic record:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>v=DMARC1; p=none; rua=mailto:dmarc@example.com\n<\/code><\/pre>\n\n\n\n<p>Production environments often move to:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>p=quarantine\n<\/code><\/pre>\n\n\n\n<p>or eventually:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>p=reject\n<\/code><\/pre>\n\n\n\n<p>after confirming that legitimate mail passes authentication.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Gmail and Microsoft Require Authentication<\/h2>\n\n\n\n<p>Modern email providers increasingly reject unauthenticated mail to reduce:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Spam<\/li>\n\n\n\n<li>Phishing<\/li>\n\n\n\n<li>Business email compromise<\/li>\n\n\n\n<li>Domain spoofing<\/li>\n<\/ul>\n\n\n\n<p>Domains without authentication often experience lower inbox placement.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">SPF, DKIM and DMARC Working Together<\/h2>\n\n\n\n<p>Each technology solves a different problem.<\/p>\n\n\n\n<p>SPF verifies:<\/p>\n\n\n\n<p>Authorized sending servers.<\/p>\n\n\n\n<p>DKIM verifies:<\/p>\n\n\n\n<p>Message authenticity.<\/p>\n\n\n\n<p>DMARC enforces:<\/p>\n\n\n\n<p>Authentication policies.<\/p>\n\n\n\n<p>Together they create a complete email authentication framework.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress Email Delivery Methods<\/h2>\n\n\n\n<p>WordPress can send mail using:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>PHP mail()<\/li>\n\n\n\n<li>SMTP<\/li>\n\n\n\n<li>API-based providers<\/li>\n<\/ul>\n\n\n\n<p>SMTP and API methods generally provide significantly better deliverability than PHP mail().<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why SMTP Is Recommended<\/h2>\n\n\n\n<p>SMTP authentication provides:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Better reliability<\/li>\n\n\n\n<li>Authentication<\/li>\n\n\n\n<li>Logging<\/li>\n\n\n\n<li>Encryption<\/li>\n<\/ul>\n\n\n\n<p>Most modern WordPress websites should avoid relying solely on PHP mail().<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Recommended SMTP Plugins<\/h2>\n\n\n\n<p>Popular plugins include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WP Mail SMTP<\/li>\n\n\n\n<li>FluentSMTP<\/li>\n\n\n\n<li>Post SMTP<\/li>\n<\/ul>\n\n\n\n<p>These plugins simplify authenticated email delivery.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Popular Email Providers<\/h2>\n\n\n\n<p>Businesses commonly use:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Microsoft 365<\/li>\n\n\n\n<li>Google Workspace<\/li>\n\n\n\n<li>Amazon SES<\/li>\n\n\n\n<li>Mailgun<\/li>\n\n\n\n<li>SendGrid<\/li>\n\n\n\n<li>Brevo<\/li>\n<\/ul>\n\n\n\n<p>Each provider supplies its own SPF and DKIM records.<\/p>\n\n\n\n<p>Always follow the provider&#8217;s documentation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Configuring DNS Records<\/h2>\n\n\n\n<p>Email authentication records are added as TXT records.<\/p>\n\n\n\n<p>Typical records include:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">SPF<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>TXT\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">DKIM<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>TXT\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">DMARC<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>TXT\n<\/code><\/pre>\n\n\n\n<p>DNS propagation may require several hours.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Testing Authentication<\/h2>\n\n\n\n<p>After configuration verify:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>SPF<\/li>\n\n\n\n<li>DKIM<\/li>\n\n\n\n<li>DMARC<\/li>\n<\/ul>\n\n\n\n<p>Testing helps identify:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Syntax errors<\/li>\n\n\n\n<li>Missing records<\/li>\n\n\n\n<li>DNS problems<\/li>\n<\/ul>\n\n\n\n<p>Always validate before relying on production email.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Common SPF Mistakes<\/h2>\n\n\n\n<p>Avoid:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Multiple SPF records<\/li>\n\n\n\n<li>Incorrect include statements<\/li>\n\n\n\n<li>Missing sending services<\/li>\n\n\n\n<li>Excessive DNS lookups<\/li>\n<\/ul>\n\n\n\n<p>A domain should have only one SPF record.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Common DKIM Problems<\/h2>\n\n\n\n<p>Issues include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Incorrect selectors<\/li>\n\n\n\n<li>Expired keys<\/li>\n\n\n\n<li>DNS propagation delays<\/li>\n\n\n\n<li>Truncated records<\/li>\n<\/ul>\n\n\n\n<p>Verify generated keys carefully.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Common DMARC Mistakes<\/h2>\n\n\n\n<p>Administrators often:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Enable reject policies too early<\/li>\n\n\n\n<li>Ignore reports<\/li>\n\n\n\n<li>Misconfigure reporting addresses<\/li>\n<\/ul>\n\n\n\n<p>Begin with monitoring before enforcing strict policies.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">WooCommerce Email Deliverability<\/h2>\n\n\n\n<p>WooCommerce relies on email for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Order confirmations<\/li>\n\n\n\n<li>Customer invoices<\/li>\n\n\n\n<li>Shipping notifications<\/li>\n\n\n\n<li>Password resets<\/li>\n<\/ul>\n\n\n\n<p>Authentication failures directly affect customer experience.<\/p>\n\n\n\n<p>Reliable email infrastructure is essential.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Contact Form Deliverability<\/h2>\n\n\n\n<p>Forms generated by:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Contact Form 7<\/li>\n\n\n\n<li>WPForms<\/li>\n\n\n\n<li>Gravity Forms<\/li>\n<\/ul>\n\n\n\n<p>should authenticate email correctly.<\/p>\n\n\n\n<p>Using SMTP dramatically improves delivery success.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">DNS Management Best Practices<\/h2>\n\n\n\n<p>Maintain:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Accurate records<\/li>\n\n\n\n<li>Low TTL during changes<\/li>\n\n\n\n<li>Proper documentation<\/li>\n<\/ul>\n\n\n\n<p>Review DNS periodically.<\/p>\n\n\n\n<p>Outdated records create confusion.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Security Benefits<\/h2>\n\n\n\n<p>Email authentication protects against:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Domain spoofing<\/li>\n\n\n\n<li>Phishing<\/li>\n\n\n\n<li>Brand impersonation<\/li>\n<\/ul>\n\n\n\n<p>It improves trust with both users and receiving mail servers.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Hosting Quality Matters<\/h2>\n\n\n\n<p>Reliable hosting contributes to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Stable DNS<\/li>\n\n\n\n<li>Reliable SMTP<\/li>\n\n\n\n<li>Fast networking<\/li>\n\n\n\n<li>Better uptime<\/li>\n<\/ul>\n\n\n\n<p>Infrastructure quality affects email performance.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">VPS Hosting and Email Services<\/h2>\n\n\n\n<p>Businesses managing their own mail servers benefit from:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Dedicated IP addresses<\/li>\n\n\n\n<li>Better reputation management<\/li>\n\n\n\n<li>Full configuration control<\/li>\n<\/ul>\n\n\n\n<p>VPS environments offer greater flexibility than shared hosting.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why UK Hosting Improves Email Performance<\/h2>\n\n\n\n<p>For UK businesses:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Lower latency<\/li>\n\n\n\n<li>Local infrastructure<\/li>\n\n\n\n<li>Better regional connectivity<\/li>\n<\/ul>\n\n\n\n<p>Hosting websites and mail services within the UK often improves operational consistency.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why UKSpeed Supports Reliable Email Delivery<\/h2>\n\n\n\n<p>Reliable email delivery requires more than correctly configured DNS records.<\/p>\n\n\n\n<p>UKSpeed infrastructure provides:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>High-performance UK VPS hosting<\/li>\n\n\n\n<li>Stable DNS environments<\/li>\n\n\n\n<li>Dedicated resources<\/li>\n\n\n\n<li>High availability<\/li>\n\n\n\n<li>Secure networking<\/li>\n\n\n\n<li>NVMe storage<\/li>\n<\/ul>\n\n\n\n<p>Combined with proper SPF, DKIM, DMARC, and SMTP configuration, these features help WordPress websites deliver transactional and business emails reliably.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Monitoring Email Reputation<\/h2>\n\n\n\n<p>Regularly monitor:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Bounce rates<\/li>\n\n\n\n<li>Spam complaints<\/li>\n\n\n\n<li>Authentication failures<\/li>\n\n\n\n<li>Delivery reports<\/li>\n<\/ul>\n\n\n\n<p>Ongoing monitoring helps identify issues before they affect customers.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Future Trends in Email Authentication<\/h2>\n\n\n\n<p>Email security continues evolving.<\/p>\n\n\n\n<p>Emerging trends include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Stronger DMARC enforcement<\/li>\n\n\n\n<li>Wider adoption of BIMI<\/li>\n\n\n\n<li>AI-powered spam filtering<\/li>\n\n\n\n<li>Improved sender verification<\/li>\n<\/ul>\n\n\n\n<p>Businesses should expect authentication requirements to become even stricter.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Best Practices Checklist<\/h2>\n\n\n\n<p>For maximum deliverability:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Configure SPF.<\/li>\n\n\n\n<li>Enable DKIM.<\/li>\n\n\n\n<li>Deploy DMARC.<\/li>\n\n\n\n<li>Use authenticated SMTP.<\/li>\n\n\n\n<li>Monitor reports.<\/li>\n\n\n\n<li>Keep DNS records updated.<\/li>\n\n\n\n<li>Test after every DNS change.<\/li>\n\n\n\n<li>Avoid PHP mail() whenever possible.<\/li>\n<\/ul>\n\n\n\n<p>These practices significantly improve inbox placement.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Email authentication has become a fundamental requirement for WordPress websites in 2026. Properly configuring SPF, DKIM, and DMARC not only improves inbox placement but also protects domains against spoofing, phishing, and reputation damage.<\/p>\n\n\n\n<p>When combined with authenticated SMTP, secure DNS management, reliable UK hosting, and proactive monitoring, WordPress websites can achieve significantly higher email deliverability and provide a better experience for customers, WooCommerce buyers, and business users.<\/p>\n\n\n\n<p>For UK businesses, investing time in proper email authentication today helps ensure that critical transactional emails continue reaching customers reliably as email security standards evolve.<\/p>\n\n\n\n<div class=\"uks-auto-extlink\"><h3>Further Reading<\/h3><p>For an authoritative reference on this topic, see <a href=\"https:\/\/wordpress.org\/documentation\/article\/optimization\/\" target=\"_blank\" rel=\"noopener\">WordPress.org \u2014 Optimization Documentation<\/a>.<\/p><\/div>\n\n\n\n<div class=\"uks-auto-cta\"><h3>Looking for fast, secure hosting?<\/h3><p>Visit <a href=\"https:\/\/ukspeed.co.uk\">UK Speed<\/a> for cloud servers, VPS NVMe, and dedicated hosting tailored for performance.<\/p><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Introduction \u2014 SPF,DKIM &#038; DMARC Email remains one of the most important communication channels for businesses. Whether you&#8217;re sending password reset emails, WooCommerce order\u2026<\/p>\n","protected":false},"author":3,"featured_media":2136,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_joinchat":[],"footnotes":""},"categories":[105,103],"tags":[148,286,149,271,61,141,167,128,345,139,270],"class_list":["post-2134","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","category-security","tag-dns","tag-domain-security","tag-email","tag-fast-wordpress-hosting","tag-hosting","tag-security","tag-uk-hosting","tag-uk-speed","tag-woocommerce","tag-wordpress","tag-wordpress-hosting"],"_links":{"self":[{"href":"https:\/\/ukspeed.co.uk\/blog\/wp-json\/wp\/v2\/posts\/2134","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ukspeed.co.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ukspeed.co.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ukspeed.co.uk\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/ukspeed.co.uk\/blog\/wp-json\/wp\/v2\/comments?post=2134"}],"version-history":[{"count":2,"href":"https:\/\/ukspeed.co.uk\/blog\/wp-json\/wp\/v2\/posts\/2134\/revisions"}],"predecessor-version":[{"id":2137,"href":"https:\/\/ukspeed.co.uk\/blog\/wp-json\/wp\/v2\/posts\/2134\/revisions\/2137"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ukspeed.co.uk\/blog\/wp-json\/wp\/v2\/media\/2136"}],"wp:attachment":[{"href":"https:\/\/ukspeed.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=2134"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ukspeed.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=2134"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ukspeed.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=2134"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}