{"id":1800,"date":"2024-12-23T08:21:31","date_gmt":"2024-12-23T08:21:31","guid":{"rendered":"https:\/\/pubpower.io\/blog\/?p=1800"},"modified":"2025-02-11T08:19:53","modified_gmt":"2025-02-11T08:19:53","slug":"how-to-bypass-cloudflare-cdn-caching","status":"publish","type":"post","link":"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/","title":{"rendered":"How to Bypass Cloudflare CDN Caching"},"content":{"rendered":"<p><span style=\"font-weight: 400;\">In some certain situations, Google AdSense or Ad Exchange, can not serve properly because Google Crawler can not crawl the <a href=\"https:\/\/pubpower.io\/blog\/what-is-ads-txt-how-it-helps-against-ad-fraud\/\">ads.txt<\/a> file from a CDN cache, therefore, publishers are required to serve their ads.txt from their original server. This instruction will give you a few easy steps to solve Cloudflare caching problem.<\/span><\/p>\n\n<h2>What is a CDN?<\/h2>\n<p>A <strong>Content Delivery Network (CDN)<\/strong> is a network of geographically distributed servers that work together to deliver internet content quickly, efficiently, and securely. By storing cached versions of website content, like images, videos, JavaScript, and HTML, on multiple servers worldwide, CDNs ensure users receive content from a server closest to their location. This minimizes latency and improves performance.<\/p>\n<h2 class=\"learning-content-h2\">What is Caching?<\/h2>\n<p><strong>Caching<\/strong> is the process of storing copies of files, data, or content in a temporary storage location (cache) to reduce the time and resources required to retrieve it. By keeping frequently accessed data closer to the user or system requesting it, caching improves performance, reduces latency, and optimizes resource utilization.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-1813\" src=\"https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2024\/12\/0_E5VAfL0Sx8s4yipt.png\" alt=\"\" width=\"419\" height=\"249\" srcset=\"https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2024\/12\/0_E5VAfL0Sx8s4yipt.png 419w, https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2024\/12\/0_E5VAfL0Sx8s4yipt-300x178.png 300w, https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2024\/12\/0_E5VAfL0Sx8s4yipt-150x89.png 150w\" sizes=\"auto, (max-width: 419px) 100vw, 419px\" \/><\/p>\n<h2>How to Bypass Cloudflare Caching?<\/h2>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Log in to the <\/span><a href=\"https:\/\/dash.cloudflare.com\/\"><span style=\"font-weight: 400;\">Cloudflare dashboard \u2197<\/span><\/a><span style=\"font-weight: 400;\"> and select your account and domain.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Go to <\/span><b>Caching<\/b><span style=\"font-weight: 400;\"> &gt; <\/span><b>Cache Rules<\/b><span style=\"font-weight: 400;\">.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To create a new empty rule, select <\/span><b>Create rule<\/b><span style=\"font-weight: 400;\">. <\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Enter a descriptive name for the rule in <b>Rule name<\/b>.<br \/>\nFor example, &#8220;<strong>ads.txt file<\/strong>&#8220;.<\/li>\n<li aria-level=\"1\">Set the <strong>Field = URl<\/strong>, <strong>Operator = equals<\/strong>,\u00a0<strong>value=\/ads.txt (must include the slash)<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1801 size-full\" src=\"https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2024\/12\/Screenshot_230-e1733976072940.png\" alt=\"\" width=\"930\" height=\"876\" srcset=\"https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2024\/12\/Screenshot_230-e1733976072940.png 930w, https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2024\/12\/Screenshot_230-e1733976072940-300x283.png 300w, https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2024\/12\/Screenshot_230-e1733976072940-768x723.png 768w, https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2024\/12\/Screenshot_230-e1733976072940-150x141.png 150w, https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2024\/12\/Screenshot_230-e1733976072940-696x656.png 696w\" sizes=\"auto, (max-width: 930px) 100vw, 930px\" \/><\/strong><\/li>\n<li aria-level=\"1\">Choose <strong>Bypass cache <\/strong>for cache eligibility<\/li>\n<li aria-level=\"1\"><strong>Deploy<\/strong><\/li>\n<li aria-level=\"1\">Then check the <code dir=\"auto\">CF-Cache-Status<\/code>. The <code dir=\"auto\">CF-Cache-Status<\/code> header output indicates whether the ads.txt is cached or not. To investigate cache responses returned by this header, use services like <a href=\"https:\/\/redbot.org\/\" target=\"_blank\" rel=\"noopener\">Redbot\u00a0\u2197<\/a>,\u00a0<a href=\"http:\/\/www.webpagetest.org\/\" target=\"_blank\" rel=\"noopener\">webpagetest.org\u00a0\u2197<\/a>, or a visual tool like\u00a0<a href=\"https:\/\/community.cloudflare.com\/t\/community-tip-dr-flare-debug-tool-for-cloudflare-chrome-extension\/110166\" target=\"_blank\" rel=\"noopener\">Chrome&#8217;s Dr. Flare plugin\u00a0\u2197<\/a>.<\/li>\n<\/ol>\n<p>Then browse to your ads.txt URL, for example www.domain.com\/ads.txt<\/p>\n<p>If the <code dir=\"auto\">CF-Cache-Status<\/code> is\u00a0<strong>DYNAMIC<\/strong>, which means the ads.txt is no longer cached by Cloudflare and problem is solved.<\/p>\n<p><span style=\"font-weight: 400;\">By bypassing Cloudflare\u2019s cache for the <\/span><b>ads.txt<\/b><span style=\"font-weight: 400;\"> file, you ensure it is always served directly from the origin server and remains compliant with Google that rely on real-time data from the file.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In some certain situations, Google AdSense or Ad Exchange, can not serve properly because Google Crawler can not crawl the ads.txt file from a CDN cache, therefore, publishers are required to serve their ads.txt from their original server. This instruction will give you a few easy steps to solve Cloudflare caching problem. What is a [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":1814,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"tdm_status":"","tdm_grid_status":"","footnotes":""},"categories":[76],"tags":[],"class_list":{"0":"post-1800","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-troubleshooting-and-faqs"},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Bypass Cloudflare CDN Caching<\/title>\n<meta name=\"description\" content=\"Google AdSense or Ad Exchange, can not serve properly because Google Crawler can not crawl the ads.txt file from a CDN cache.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Bypass Cloudflare CDN Caching\" \/>\n<meta property=\"og:description\" content=\"Google AdSense or Ad Exchange, can not serve properly because Google Crawler can not crawl the ads.txt file from a CDN cache.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/\" \/>\n<meta property=\"og:site_name\" content=\"PubPower Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/pubpower.io\" \/>\n<meta property=\"article:published_time\" content=\"2024-12-23T08:21:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-11T08:19:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2024\/12\/Copy-of-Copy-of-Feature-Update-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Brian\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Brian\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/\"},\"author\":{\"name\":\"Brian\",\"@id\":\"https:\/\/pubpower.io\/blog\/#\/schema\/person\/34814e9917ef6ae8a140923f9479459a\"},\"headline\":\"How to Bypass Cloudflare CDN Caching\",\"datePublished\":\"2024-12-23T08:21:31+00:00\",\"dateModified\":\"2025-02-11T08:19:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/\"},\"wordCount\":348,\"publisher\":{\"@id\":\"https:\/\/pubpower.io\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2024\/12\/Copy-of-Copy-of-Feature-Update-1.jpg\",\"articleSection\":[\"Troubleshooting and FAQs\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/\",\"url\":\"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/\",\"name\":\"How to Bypass Cloudflare CDN Caching\",\"isPartOf\":{\"@id\":\"https:\/\/pubpower.io\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2024\/12\/Copy-of-Copy-of-Feature-Update-1.jpg\",\"datePublished\":\"2024-12-23T08:21:31+00:00\",\"dateModified\":\"2025-02-11T08:19:53+00:00\",\"description\":\"Google AdSense or Ad Exchange, can not serve properly because Google Crawler can not crawl the ads.txt file from a CDN cache.\",\"breadcrumb\":{\"@id\":\"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/#primaryimage\",\"url\":\"https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2024\/12\/Copy-of-Copy-of-Feature-Update-1.jpg\",\"contentUrl\":\"https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2024\/12\/Copy-of-Copy-of-Feature-Update-1.jpg\",\"width\":1080,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/pubpower.io\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Bypass Cloudflare CDN Caching\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/pubpower.io\/blog\/#website\",\"url\":\"https:\/\/pubpower.io\/blog\/\",\"name\":\"PubPower- Self-Serve Header Bidding Platform\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/pubpower.io\/blog\/#organization\"},\"alternateName\":\"PubPower- Self-Serve Header Bidding Platform\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/pubpower.io\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/pubpower.io\/blog\/#organization\",\"name\":\"Interdog Media Limited\",\"url\":\"https:\/\/pubpower.io\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/pubpower.io\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2023\/02\/3.png\",\"contentUrl\":\"https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2023\/02\/3.png\",\"width\":456,\"height\":94,\"caption\":\"Interdog Media Limited\"},\"image\":{\"@id\":\"https:\/\/pubpower.io\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/pubpower.io\",\"https:\/\/www.linkedin.com\/company\/pubpower\/\",\"https:\/\/www.youtube.com\/@pubpower\",\"https:\/\/t.me\/pubpower\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/pubpower.io\/blog\/#\/schema\/person\/34814e9917ef6ae8a140923f9479459a\",\"name\":\"Brian\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/pubpower.io\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/99dbc1d83874c888b69f111590dfbf203ccbe7d328e510efe4d3287e5eeddc2f?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/99dbc1d83874c888b69f111590dfbf203ccbe7d328e510efe4d3287e5eeddc2f?s=96&r=g\",\"caption\":\"Brian\"},\"description\":\"Social Media Marketing, Publisher Manager at PubPower.\",\"sameAs\":[\"http:\/\/pubpower.io\",\"https:\/\/www.linkedin.com\/in\/brian-wilson-8b66b52b4\/\",\"https:\/\/www.youtube.com\/@pubpower\"],\"url\":\"https:\/\/pubpower.io\/blog\/author\/phong\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Bypass Cloudflare CDN Caching","description":"Google AdSense or Ad Exchange, can not serve properly because Google Crawler can not crawl the ads.txt file from a CDN cache.","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:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/","og_locale":"en_US","og_type":"article","og_title":"How to Bypass Cloudflare CDN Caching","og_description":"Google AdSense or Ad Exchange, can not serve properly because Google Crawler can not crawl the ads.txt file from a CDN cache.","og_url":"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/","og_site_name":"PubPower Blog","article_publisher":"https:\/\/www.facebook.com\/pubpower.io","article_published_time":"2024-12-23T08:21:31+00:00","article_modified_time":"2025-02-11T08:19:53+00:00","og_image":[{"width":1080,"height":1080,"url":"https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2024\/12\/Copy-of-Copy-of-Feature-Update-1.jpg","type":"image\/jpeg"}],"author":"Brian","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Brian","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/#article","isPartOf":{"@id":"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/"},"author":{"name":"Brian","@id":"https:\/\/pubpower.io\/blog\/#\/schema\/person\/34814e9917ef6ae8a140923f9479459a"},"headline":"How to Bypass Cloudflare CDN Caching","datePublished":"2024-12-23T08:21:31+00:00","dateModified":"2025-02-11T08:19:53+00:00","mainEntityOfPage":{"@id":"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/"},"wordCount":348,"publisher":{"@id":"https:\/\/pubpower.io\/blog\/#organization"},"image":{"@id":"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/#primaryimage"},"thumbnailUrl":"https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2024\/12\/Copy-of-Copy-of-Feature-Update-1.jpg","articleSection":["Troubleshooting and FAQs"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/","url":"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/","name":"How to Bypass Cloudflare CDN Caching","isPartOf":{"@id":"https:\/\/pubpower.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/#primaryimage"},"image":{"@id":"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/#primaryimage"},"thumbnailUrl":"https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2024\/12\/Copy-of-Copy-of-Feature-Update-1.jpg","datePublished":"2024-12-23T08:21:31+00:00","dateModified":"2025-02-11T08:19:53+00:00","description":"Google AdSense or Ad Exchange, can not serve properly because Google Crawler can not crawl the ads.txt file from a CDN cache.","breadcrumb":{"@id":"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/#primaryimage","url":"https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2024\/12\/Copy-of-Copy-of-Feature-Update-1.jpg","contentUrl":"https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2024\/12\/Copy-of-Copy-of-Feature-Update-1.jpg","width":1080,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/pubpower.io\/blog\/how-to-bypass-cloudflare-cdn-caching\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pubpower.io\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Bypass Cloudflare CDN Caching"}]},{"@type":"WebSite","@id":"https:\/\/pubpower.io\/blog\/#website","url":"https:\/\/pubpower.io\/blog\/","name":"PubPower- Self-Serve Header Bidding Platform","description":"","publisher":{"@id":"https:\/\/pubpower.io\/blog\/#organization"},"alternateName":"PubPower- Self-Serve Header Bidding Platform","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pubpower.io\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pubpower.io\/blog\/#organization","name":"Interdog Media Limited","url":"https:\/\/pubpower.io\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pubpower.io\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2023\/02\/3.png","contentUrl":"https:\/\/pubpower.io\/blog\/wp-content\/uploads\/2023\/02\/3.png","width":456,"height":94,"caption":"Interdog Media Limited"},"image":{"@id":"https:\/\/pubpower.io\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/pubpower.io","https:\/\/www.linkedin.com\/company\/pubpower\/","https:\/\/www.youtube.com\/@pubpower","https:\/\/t.me\/pubpower"]},{"@type":"Person","@id":"https:\/\/pubpower.io\/blog\/#\/schema\/person\/34814e9917ef6ae8a140923f9479459a","name":"Brian","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pubpower.io\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/99dbc1d83874c888b69f111590dfbf203ccbe7d328e510efe4d3287e5eeddc2f?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/99dbc1d83874c888b69f111590dfbf203ccbe7d328e510efe4d3287e5eeddc2f?s=96&r=g","caption":"Brian"},"description":"Social Media Marketing, Publisher Manager at PubPower.","sameAs":["http:\/\/pubpower.io","https:\/\/www.linkedin.com\/in\/brian-wilson-8b66b52b4\/","https:\/\/www.youtube.com\/@pubpower"],"url":"https:\/\/pubpower.io\/blog\/author\/phong\/"}]}},"_links":{"self":[{"href":"https:\/\/pubpower.io\/blog\/wp-json\/wp\/v2\/posts\/1800","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pubpower.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pubpower.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pubpower.io\/blog\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/pubpower.io\/blog\/wp-json\/wp\/v2\/comments?post=1800"}],"version-history":[{"count":5,"href":"https:\/\/pubpower.io\/blog\/wp-json\/wp\/v2\/posts\/1800\/revisions"}],"predecessor-version":[{"id":1816,"href":"https:\/\/pubpower.io\/blog\/wp-json\/wp\/v2\/posts\/1800\/revisions\/1816"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/pubpower.io\/blog\/wp-json\/wp\/v2\/media\/1814"}],"wp:attachment":[{"href":"https:\/\/pubpower.io\/blog\/wp-json\/wp\/v2\/media?parent=1800"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pubpower.io\/blog\/wp-json\/wp\/v2\/categories?post=1800"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pubpower.io\/blog\/wp-json\/wp\/v2\/tags?post=1800"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}