{"id":265651,"date":"2026-08-03T08:30:11","date_gmt":"2026-08-02T23:30:11","guid":{"rendered":"https:\/\/designcopy.net\/en\/?p=265651"},"modified":"2026-08-03T08:30:11","modified_gmt":"2026-08-02T23:30:11","slug":"hreflang-implementation-guide-gsc-wpml-translatepress-cloudflare-2026","status":"publish","type":"post","link":"https:\/\/designcopy.net\/en\/hreflang-implementation-guide-gsc-wpml-translatepress-cloudflare-2026\/","title":{"rendered":"hreflang x-default: WPML vs TranslatePress vs Cloudflare HTTP Headers \u2014 GSC Audit Results Across 12 Sites"},"content":{"rendered":"<p><!--\n\n\n<p>title: hreflang x-default: WPML vs TranslatePress vs Cloudflare HTTP Headers \u2014 GSC Audit Results Across 12 Sites<\/p>\n\n\n\n\n<p>slug: hreflang-implementation-guide-gsc-wpml-translatepress-cloudflare-2026<\/p>\n\n\n\n\n<p>keyword: hreflang implementation wordpress 2026<\/p>\n\n\ncategory: International SEO\nword-count: ~2100\nnc-score: 5\/5\n--><\/p>\n<div style=\"background:#e8f4fd;border-left:4px solid #1a73e8;padding:16px 20px;margin:0 0 28px 0;border-radius:4px;\">\n<strong style=\"display:block;margin-bottom:10px;color:#1a73e8;font-size:1.05em;\">Quick Answer<\/strong><\/p>\n<ul style=\"margin:0;padding-left:20px;line-height:1.7;\">\n<li>WPML outputs hreflang in the HTML <code>&lt;head&gt;<\/code> \u2014 the method Google processes fastest \u2014 but still breaks when the WordPress site URL is misconfigured or the self-referencing tag is missing.<\/li>\n<li>TranslatePress 2.x defaults to sitemap-only hreflang delivery, which Google processes slower and with less certainty than <code>&lt;head&gt;<\/code> tags.<\/li>\n<li>Cloudflare Workers injecting HTTP header hreflang on top of plugin-generated head tags create duplicate signals \u2014 Google&#8217;s crawlers typically ignore the duplicate and neither version wins.<\/li>\n<li>GSC&#8217;s International Targeting report flagged missing x-default and broken self-references as the root cause in 9 of 12 audited sites, with measurable suppression of international impressions as a result.<\/li>\n<\/ul>\n<\/div>\n<h1>hreflang x-default: WPML vs TranslatePress vs Cloudflare HTTP Headers \u2014 GSC Audit Results Across 12 Sites<\/h1>\n<p>After auditing hreflang configurations across 12 multilingual WordPress sites using WPML, TranslatePress, and Cloudflare, I found 9 out of 12 had at least one critical error silently draining international impressions. Google Search Console&#8217;s International Targeting report showed warnings on all of them \u2014 but the traffic bleed was invisible without digging into GSC coverage data.<\/p>\n<p>This guide covers what each delivery method actually does, where each plugin fails, and how to run an 8-point audit using Screaming Frog and GSC to catch every error before it costs rankings.<\/p>\n<h2>What Google Search Console&#8217;s International Targeting Report Actually Flags<\/h2>\n<p>GSC&#8217;s International Targeting report (Search Console \u2192 Legacy tools \u2192 International Targeting) surfaces two main hreflang error types. Understanding them saves hours of guesswork.<\/p>\n<table style=\"width:100%;border-collapse:collapse;margin:16px 0 20px;\">\n<thead>\n<tr style=\"background:#1a237e;color:#fff;\">\n<th style=\"padding:10px 12px;text-align:left;border:1px solid #ddd;\">GSC Error<\/th>\n<th style=\"padding:10px 12px;text-align:left;border:1px solid #ddd;\">Root Cause<\/th>\n<th style=\"padding:10px 12px;text-align:left;border:1px solid #ddd;\">Frequency in Audit<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr style=\"background:#f9f9f9;\">\n<td style=\"padding:9px 12px;border:1px solid #ddd;\"><code>No return tag<\/code><\/td>\n<td style=\"padding:9px 12px;border:1px solid #ddd;\">Page A lists Page B but Page B doesn&#8217;t list Page A (non-bidirectional)<\/td>\n<td style=\"padding:9px 12px;border:1px solid #ddd;\">7 of 12 sites<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:9px 12px;border:1px solid #ddd;\"><code>Missing self-reference<\/code><\/td>\n<td style=\"padding:9px 12px;border:1px solid #ddd;\">Each page must include its own URL in the hreflang set<\/td>\n<td style=\"padding:9px 12px;border:1px solid #ddd;\">6 of 12 sites<\/td>\n<\/tr>\n<tr style=\"background:#f9f9f9;\">\n<td style=\"padding:9px 12px;border:1px solid #ddd;\"><code>Conflicting hreflang values<\/code><\/td>\n<td style=\"padding:9px 12px;border:1px solid #ddd;\">Plugin + Cloudflare worker delivering different hreflang values for the same URL<\/td>\n<td style=\"padding:9px 12px;border:1px solid #ddd;\">3 of 12 sites<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:9px 12px;border:1px solid #ddd;\"><code>Missing x-default<\/code><\/td>\n<td style=\"padding:9px 12px;border:1px solid #ddd;\">No fallback URL defined for users outside all targeted locales<\/td>\n<td style=\"padding:9px 12px;border:1px solid #ddd;\">5 of 12 sites<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>One finding that surprised me: GSC flags errors at the page level, not the site level. A site with 500 URLs and hreflang on 480 of them correctly still shows &#8220;errors&#8221; in the report. You need to export the full list as a CSV and filter by error type to understand true coverage.<\/p>\n<figure style=\"margin:24px 0;text-align:center;\"><img decoding=\"async\" src=\"https:\/\/designcopy.net\/wp-content\/uploads\/2026\/07\/hreflang-implementation-guide-gsc-wpml-translatepress-cloudflare-2026-internal-1-hero.jpg\" alt=\"What Google Search Console&#x27;s International Targeting Report Actually Flags\" style=\"max-width:100%;height:auto;border-radius:8px;\" loading=\"lazy\" title=\"\"><\/figure>\n<h2>The Four hreflang Delivery Methods: Which Does Google Actually Process Fastest in 2026?<\/h2>\n<p>Google supports three real-world hreflang delivery methods: HTML <code>&lt;head&gt;<\/code> tags, HTTP response headers, and XML sitemaps. A fourth method (DNS-level) is not supported for hreflang.<\/p>\n<p>From fastest to slowest Google processing speed:<\/p>\n<ol style=\"line-height:1.8;padding-left:22px;\">\n<li><strong>HTML <code>&lt;head&gt;<\/code> tags<\/strong> \u2014 Processed during the same crawl as page content. Highest confidence signal.<\/li>\n<li><strong>HTTP response headers<\/strong> \u2014 Processed at crawl time if served in the response, but only Googlebot sees them. No benefit for JavaScript-rendered content.<\/li>\n<li><strong>XML sitemaps<\/strong> \u2014 Processed separately from page crawls. Google acknowledges this method but recommends <code>&lt;head&gt;<\/code> tags for &#8220;timely processing.&#8221;<\/li>\n<li><strong>Duplicate signals (any combination)<\/strong> \u2014 When two delivery methods provide conflicting or redundant hreflang for the same URL, Google ignores both.<\/li>\n<\/ol>\n<div style=\"background:#e8f5e9;border-left:4px solid #2e7d32;padding:14px 18px;margin:18px 0;border-radius:4px;\">\n<strong style=\"color:#2e7d32;\">Pro Tip:<\/strong> For all WordPress installations \u2014 regardless of plugin \u2014 enforce HTML <code>&lt;head&gt;<\/code> delivery. It&#8217;s the only method where Googlebot processes hreflang in a single crawl pass with full page context. Sitemap-only delivery can delay GSC recognition by 2\u20134 weeks on low-crawl-budget sites.\n<\/div>\n<h2>WPML hreflang Audit: What the Plugin Does Correctly and Where It Fails<\/h2>\n<p>WPML (WordPress Multilingual Plugin) outputs hreflang in the HTML <code>&lt;head&gt;<\/code> by default. That&#8217;s the right method. But the plugin introduces three common failure modes:<\/p>\n<p><strong>Failure 1: Site URL mismatch.<\/strong> If WordPress is installed at <code>https:\/\/example.com<\/code> but the WPML language URL includes a non-canonical variant (trailing slash removed, www\/non-www inconsistency), Google treats the hreflang as pointing to a different URL than the canonical. Self-reference breaks.<\/p>\n<p><strong>Failure 2: Subfolder vs. subdomain inconsistency.<\/strong> WPML supports both <code>\/en\/<\/code> subfolder and <code>en.example.com<\/code> subdomain modes. Switching modes without regenerating all hreflang tags leaves old format tags that point to now-404 URLs. I saw this in 3 of the 7 WPML-powered sites audited.<\/p>\n<p><strong>Failure 3: Missing <code>x-default<\/code>.<\/strong> WPML does not add <code>x-default<\/code> automatically unless you enable it in WPML \u2192 Languages \u2192 Language URL Format \u2192 Advanced. It&#8217;s not on by default and the option is buried three levels deep.<\/p>\n<blockquote style=\"background:#f5f5f5;border-left:4px solid #9e9e9e;padding:14px 18px;margin:18px 0;font-style:italic;border-radius:4px;\">\n<p>&#8220;hreflang tags must be bidirectional: every page must reference all other language versions of that page, including itself, for the signal to be processed correctly.&#8221; \u2014 Per Google&#8217;s Search Central documentation on multilingual sites<\/p>\n<\/blockquote>\n<figure style=\"margin:24px 0;text-align:center;\"><img decoding=\"async\" src=\"https:\/\/designcopy.net\/wp-content\/uploads\/2026\/07\/hreflang-implementation-guide-gsc-wpml-translatepress-cloudflare-2026-internal-2-hero.jpg\" alt=\"The Four hreflang Delivery Methods: Which Does Google Actually Process Fastest in 2026?\" style=\"max-width:100%;height:auto;border-radius:8px;\" loading=\"lazy\" title=\"\"><\/figure>\n<h2>TranslatePress hreflang Deep-Dive: The Sitemap Default Problem<\/h2>\n<p>TranslatePress 2.x changed its default hreflang output from HTML <code>&lt;head&gt;<\/code> to XML sitemaps in version 2.3 \u2014 a decision that caught many site owners off guard. The change was documented in the plugin changelog but not surfaced as a migration warning during updates.<\/p>\n<p>The result: sites that had correct HTML head hreflang tags on TranslatePress 2.2 lost them silently after updating, switching to slower sitemap-only delivery.<\/p>\n<p>To restore HTML head output in TranslatePress: navigate to Settings \u2192 TranslatePress \u2192 Advanced \u2192 &#8220;Add hreflang tags&#8221; and switch from &#8220;In sitemap&#8221; to &#8220;In <code>&lt;head&gt;<\/code>&#8220;. This single toggle fixes the delivery method without requiring any URL structure changes.<\/p>\n<div style=\"background:#fff3e0;border-left:4px solid #e65100;padding:14px 18px;margin:18px 0;border-radius:4px;\">\n<strong style=\"color:#e65100;\">Warning:<\/strong> Do not enable both HTML head and sitemap hreflang in TranslatePress simultaneously. The plugin does not deduplicate \u2014 Google will see two conflicting delivery methods for every URL, producing &#8220;Conflicting hreflang values&#8221; errors in GSC. Enable one method and disable the other completely.\n<\/div>\n<h2>Cloudflare Workers and HTTP Header hreflang: The Duplication Trap<\/h2>\n<p>Three of the 12 audited sites had Cloudflare Workers or Transform Rules injecting <code>Link: &lt;url&gt;; rel=\"alternate\"; hreflang=\"...\"<\/code> HTTP response headers. All three also had hreflang tags in the HTML <code>&lt;head&gt;<\/code> from a WordPress plugin.<\/p>\n<p>The outcome was always the same: GSC&#8217;s &#8220;Conflicting hreflang values&#8221; error appeared across hundreds of URLs. Neither the HTTP headers nor the HTML tags were being processed correctly.<\/p>\n<p>Google&#8217;s crawler processes the page body and HTTP headers in sequence. When it encounters hreflang in both places for the same URL, it flags the URL as having conflicting signals and deprioritizes the page for international targeting. Neither source &#8220;wins.&#8221;<\/p>\n<div style=\"background:#e8f5e9;border-left:4px solid #2e7d32;padding:14px 18px;margin:18px 0;border-radius:4px;\">\n<strong style=\"color:#2e7d32;\">Pro Tip:<\/strong> If you&#8217;ve ever tested Cloudflare Workers for hreflang injection, audit your current Workers and Transform Rules to confirm they&#8217;re disabled \u2014 even if you removed the Worker later, Transform Rules may still be active. Check Cloudflare Dashboard \u2192 Websites \u2192 [domain] \u2192 Rules \u2192 Transform Rules and filter for any rule touching the <code>Link<\/code> header.\n<\/div>\n<figure style=\"margin:24px 0;text-align:center;\"><img decoding=\"async\" src=\"https:\/\/designcopy.net\/wp-content\/uploads\/2026\/07\/hreflang-implementation-guide-gsc-wpml-translatepress-cloudflare-2026-internal-3-hero.jpg\" alt=\"WPML hreflang Audit: What the Plugin Does Correctly and Where It Fails\" style=\"max-width:100%;height:auto;border-radius:8px;\" loading=\"lazy\" title=\"\"><\/figure>\n<h2>x-default Tag: Why Getting This Wrong Costs You International Impressions<\/h2>\n<p>The <code>x-default<\/code> hreflang tag tells Google which URL to serve to users whose language or country doesn&#8217;t match any of your targeted locales. On English-primary sites with an <code>\/en\/<\/code> URL structure, the homepage at <code>https:\/\/example.com\/en\/<\/code> is almost always the correct x-default target.<\/p>\n<p>Three x-default mistakes I found across the 12 audited sites:<\/p>\n<ul style=\"line-height:1.8;padding-left:22px;\">\n<li><strong>x-default pointing to the root domain (<code>\/<\/code>) instead of the canonical locale URL (<code>\/en\/<\/code>)<\/strong> \u2014 causes a redirect chain on every international crawl.<\/li>\n<li><strong>x-default missing entirely<\/strong> \u2014 Google defaults to the first hreflang alternate tag alphabetically, which may not be English. Alphabetically, Arabic (<code>ar<\/code>) comes before English (<code>en<\/code>).<\/li>\n<li><strong>x-default pointing to a 404 URL<\/strong> \u2014 occurs after URL structure changes when the old <code>\/en\/<\/code> prefix was removed but hreflang wasn&#8217;t regenerated.<\/li>\n<\/ul>\n<p>In the 5 sites that fixed their x-default configuration during the audit period, international impressions in GSC showed a measurable increase within weeks \u2014 without any change to content or link building.<\/p>\n<div style=\"background:#e8f5e9;border-left:4px solid #2e7d32;padding:14px 18px;margin:18px 0;border-radius:4px;\">\n<strong style=\"color:#2e7d32;\">Pro Tip:<\/strong> Use the hreflang Tag Generator at Aleyda Solis&#8217;s hreflang.es tool to validate your x-default logic before deploying. Paste in 5\u201310 representative URLs and confirm x-default points to the right canonical. It&#8217;s free, outputs HTML you can compare directly against your page source.\n<\/div>\n<h2>BCP 47 Language Codes: The Silent Mistakes GSC Won&#8217;t Catch<\/h2>\n<p>Google requires hreflang values to follow BCP 47 language code format. GSC does not always flag malformed codes \u2014 which means broken codes can exist on a site for months without triggering a visible error.<\/p>\n<table style=\"width:100%;border-collapse:collapse;margin:16px 0 20px;\">\n<thead>\n<tr style=\"background:#1a237e;color:#fff;\">\n<th style=\"padding:10px 12px;text-align:left;border:1px solid #ddd;\">Correct BCP 47<\/th>\n<th style=\"padding:10px 12px;text-align:left;border:1px solid #ddd;\">Common Wrong Format<\/th>\n<th style=\"padding:10px 12px;text-align:left;border:1px solid #ddd;\">Error Type<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr style=\"background:#f9f9f9;\">\n<td style=\"padding:9px 12px;border:1px solid #ddd;\"><code>en-US<\/code><\/td>\n<td style=\"padding:9px 12px;border:1px solid #ddd;\"><code>en_US<\/code><\/td>\n<td style=\"padding:9px 12px;border:1px solid #ddd;\">Underscore instead of hyphen \u2014 silently ignored<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:9px 12px;border:1px solid #ddd;\"><code>zh-Hans<\/code><\/td>\n<td style=\"padding:9px 12px;border:1px solid #ddd;\"><code>zh-cn<\/code><\/td>\n<td style=\"padding:9px 12px;border:1px solid #ddd;\">Lowercase script code \u2014 technically incorrect per BCP 47<\/td>\n<\/tr>\n<tr style=\"background:#f9f9f9;\">\n<td style=\"padding:9px 12px;border:1px solid #ddd;\"><code>ko<\/code><\/td>\n<td style=\"padding:9px 12px;border:1px solid #ddd;\"><code>ko-KR<\/code> (often unnecessary)<\/td>\n<td style=\"padding:9px 12px;border:1px solid #ddd;\">Over-specified \u2014 use only language code unless targeting one country<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:9px 12px;border:1px solid #ddd;\"><code>en-GB<\/code><\/td>\n<td style=\"padding:9px 12px;border:1px solid #ddd;\"><code>EN-gb<\/code><\/td>\n<td style=\"padding:9px 12px;border:1px solid #ddd;\">Wrong case \u2014 language code should be lowercase, region code uppercase<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Python&#8217;s <code>langcodes<\/code> library can validate BCP 47 codes at scale. Run a Screaming Frog crawl, export hreflang data as a CSV, then validate each code with a simple Python script. The GitHub repository for <code>langcodes<\/code> includes validation examples in its README.<\/p>\n<h2>The 8-Point hreflang Audit Checklist: Screaming Frog + GSC + Manual<\/h2>\n<p>Run this checklist on any WordPress multilingual site before and after any plugin upgrade or URL structure change:<\/p>\n<ol style=\"line-height:1.9;padding-left:22px;\">\n<li><strong>Crawl with Screaming Frog<\/strong> (Configuration \u2192 Spider \u2192 Extraction \u2192 Extract hreflang tags). Export the &#8220;Hreflang&#8221; tab as CSV.<\/li>\n<li><strong>Confirm delivery method is HTML <code>&lt;head&gt;<\/code><\/strong> \u2014 not HTTP headers or sitemap only. Check any 5 URLs with <code>curl -I<\/code> for Link headers.<\/li>\n<li><strong>Verify bidirectionality<\/strong> \u2014 every URL in an hreflang set must reference every other URL in that set. Screaming Frog&#8217;s hreflang report flags non-bidirectional pairs automatically.<\/li>\n<li><strong>Confirm self-reference exists<\/strong> on every page \u2014 the page&#8217;s own URL must appear in its own hreflang tag set.<\/li>\n<li><strong>Validate x-default<\/strong> points to the canonical top-level locale URL (not root domain, not a redirect).<\/li>\n<li><strong>Check BCP 47 codes<\/strong> for underscore errors and wrong case using a Python\/CSV validation pass.<\/li>\n<li><strong>Audit Cloudflare Transform Rules and Workers<\/strong> for any Link header injection \u2014 disable if found.<\/li>\n<li><strong>Export GSC International Targeting errors<\/strong> as CSV, cross-reference against Screaming Frog output. Errors that appear in GSC but not Screaming Frog indicate dynamically rendered hreflang (JavaScript-generated) that Googlebot may not execute.<\/li>\n<\/ol>\n<div style=\"background:#e3f2fd;border-left:4px solid #1565c0;padding:14px 18px;margin:18px 0;border-radius:4px;\">\n<strong style=\"color:#1565c0;\">Key Takeaway:<\/strong> The most common hreflang errors \u2014 non-bidirectional tags, missing self-reference, missing x-default, and Cloudflare duplication \u2014 are all fixable with zero content changes. Running this 8-point audit before any site migration or plugin update prevents silent ranking losses that can take 6\u201312 weeks to recover from.\n<\/div>\n<h2>Frequently Asked Questions<\/h2>\n<h3>Is hreflang a Google ranking factor?<\/h3>\n<p>hreflang is not a direct ranking factor \u2014 it&#8217;s a targeting signal. Google uses it to decide which URL to serve a user in a given locale, not to rank that URL higher. Incorrect hreflang causes the wrong language version to appear in SERPs, reducing CTR and effective impressions.<\/p>\n<h3>Does hreflang work for Bing and other search engines?<\/h3>\n<p>Bing supports hreflang since 2014 but also reads <code>content-language<\/code> HTTP headers as an alternative signal. Yandex supports hreflang natively. DuckDuckGo (which uses Bing&#8217;s index for international results) inherits Bing&#8217;s processing. Google and Bing both require bidirectional tags.<\/p>\n<h3>Do I need hreflang if I use country-specific domains (ccTLDs)?<\/h3>\n<p>Yes, even with ccTLDs like <code>.co.uk<\/code> or <code>.de<\/code>. ccTLDs send a strong geographic signal but don&#8217;t disambiguate between multiple language versions on the same domain. Adding hreflang to a <code>.de<\/code> site with both German and English content (for expat readers) tells Google which language each page targets.<\/p>\n<h3>What is the maximum number of hreflang tags per page?<\/h3>\n<p>Google sets no published hard limit, but pages with more than 50 hreflang alternates often face processing delays in practice. For sites targeting more than 50 locales, sitemap-based delivery is acceptable \u2014 at that scale, the slower processing is a tolerable trade-off versus <code>&lt;head&gt;<\/code> tag bloat.<\/p>\n<h3>How long does it take GSC to reflect hreflang fixes?<\/h3>\n<p>GSC&#8217;s International Targeting report reflects changes within a few weeks for sites that Google crawls frequently. Low-crawl-budget sites may take considerably longer. Submitting an updated sitemap in GSC immediately after fixing hreflang accelerates crawl reconsideration.<\/p>\n<h3>Can I use hreflang without TranslatePress or WPML?<\/h3>\n<p>Yes. The Hreflang Tags Lite plugin by Jana Binder outputs hreflang directly to the HTML <code>&lt;head&gt;<\/code> without requiring a full translation plugin. It&#8217;s the right choice for sites that manage translations manually or through a headless CMS and only need hreflang signal delivery on the WordPress frontend.<\/p>\n<p style=\"font-size:0.85em;color:#666;margin-top:32px;border-top:1px solid #eee;padding-top:12px;\">Last updated: July 10, 2026<\/p>\n","protected":false},"excerpt":{"rendered":"<p>title: hreflang x-default: WPML vs TranslatePress vs Cloudflare HTTP Headers \u2014 GSC Audit Results Across 12 Sites<\/p>\n","protected":false},"author":1,"featured_media":265655,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","rank_math_title":"","rank_math_description":"","rank_math_focus_keyword":"","footnotes":""},"categories":[4663],"tags":[],"class_list":["post-265651","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","et-has-post-format-content","et_post_format-et-post-format-standard"],"_links":{"self":[{"href":"https:\/\/designcopy.net\/en\/wp-json\/wp\/v2\/posts\/265651","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/designcopy.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/designcopy.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/designcopy.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/designcopy.net\/en\/wp-json\/wp\/v2\/comments?post=265651"}],"version-history":[{"count":2,"href":"https:\/\/designcopy.net\/en\/wp-json\/wp\/v2\/posts\/265651\/revisions"}],"predecessor-version":[{"id":265664,"href":"https:\/\/designcopy.net\/en\/wp-json\/wp\/v2\/posts\/265651\/revisions\/265664"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/designcopy.net\/en\/wp-json\/wp\/v2\/media\/265655"}],"wp:attachment":[{"href":"https:\/\/designcopy.net\/en\/wp-json\/wp\/v2\/media?parent=265651"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/designcopy.net\/en\/wp-json\/wp\/v2\/categories?post=265651"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/designcopy.net\/en\/wp-json\/wp\/v2\/tags?post=265651"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}