{"id":28251,"date":"2018-09-06T10:12:23","date_gmt":"2018-09-06T10:12:23","guid":{"rendered":"https:\/\/hosting.nl\/blog\/what-is-an-spf-record-and-why-do-i-need-it\/"},"modified":"2023-11-27T15:57:41","modified_gmt":"2023-11-27T15:57:41","slug":"what-is-an-spf-record-and-why-do-i-need-it","status":"publish","type":"post","link":"https:\/\/hosting.nl\/en\/blog\/what-is-an-spf-record-and-why-do-i-need-it\/","title":{"rendered":"What is an SPF record and why do I need it?"},"content":{"rendered":"<p>On a letter that you send by mail, you can enter your address information so that the recipient knows from which address this letter comes. You can also put a different address on here, so it looks like the letter is coming from a different address. Sending e-mail works similarly. You send an e-mail from your e-mail address. The recipient then knows that this mail is from you. But as with the letter that comes in the mail, you can make it appear that the e-mail is sent from a different e-mail address. Forging the e-mail address is possible because the e-mail protocol does not check by default whether the person sending the e-mail is allowed to do so on behalf of the specified domain.<\/p>\n<p>An <a title=\"Adding an SPF record\" href=\"https:\/\/hosting.nl\/support\/spf-record-toevoegen-aan-domeinnaam\/\">SPF record<\/a> (Sender Policy Framework) can counter this and prevent spammers from entering your address as being the sender.<\/p>\n<h2>How does an SPF record work?<\/h2>\n<p>By adding an SPF record to your domain name&#8217;s <a href=\"https:\/\/hosting.nl\/en\/support\/how-do-i-manage-my-domain-names-dns\/\" target=\"_blank\" rel=\"noopener\">DNS<\/a>, you can prevent emails from being sent on behalf of your email address without your permission.<\/p>\n<p>This actually works fairly simply. You create a special SPF record in your domain name&#8217;s DNS, explicitly indicating which servers and IP addresses are allowed to send mail on behalf of your domain.<\/p>\n<p>There is also another side to having an SPF record. Indeed, based on the SPF record, a receiving server can decide to allow an e-mail through, mark it as unsafe or reject it altogether. Newer and more secure mail servers also check for the presence of an SPF record and, in its absence, will not accept the mail in advance.<\/p>\n<h2>How is an SPF record constructed?<\/h2>\n<p>An SPF record consists of several components, each of which has its own functionality.<\/p>\n<ul>\n<li>Each SPF record begins with <strong>v=spf1<\/strong>. This indicates that the record is an SPF.<\/li>\n<li>With to <strong>a<\/strong>, you define that mail may be sent from all A records in the domain&#8217;s DNS.<\/li>\n<li>It is also useful to add <strong>mx<\/strong>, which defines that mail may be sent via that domain&#8217;s MX records.<\/li>\n<li>With <strong>a:domain.ext <\/strong>, you specify that the e-mail may be sent by the server behind the A record of domain.ext.<\/li>\n<li>With <strong>mx:domain.ext <\/strong>, you specify that the e-mail is allowed to send through the server behind the MX records of domain.ext.<\/li>\n<li>Then you can still specify which IP addresses are allowed to send from your domain. You specify this as follows, <strong>ip4:200.100.123.10 <\/strong>(sample IP address, which consists only of numbers and dots).<br \/>\nThrough <a title=\"What's my IP?\" href=\"http:\/\/www.whatsmyip.org\/\" target=\"_blank\" rel=\"noopener\">What&#8217;s my IP<\/a>, you can find out what your IP address is.<\/li>\n<li>You can also specify that the SPF record of SQR.NL should be used with your own domain name, <strong>include:spf.hosting.nl<\/strong>. This record contains all the servers and IP addresses that SQR.NL uses for its customers.<\/li>\n<li>Finally, you specify whether the receiving mail server should return a <strong>softfail<\/strong> or a <strong>deny<\/strong> in response. In the case of a softfail, the mail is let through for now, but can be flagged. With a deny, the receiving mail server refuses the message and returns an error message to the sender. A softfail is indicated by <strong>~all<\/strong> and a deny is indicated by <strong>-all<\/strong>.<\/li>\n<\/ul>\n<h2>Now the practice<\/h2>\n<p>My domain is &#8216;janjansen.nl&#8217; and I send my e-mail through the mail server &#8216;mail.hosting.nl&#8217;. So if I want to prevent someone from using my domain, I create the record below in my domain&#8217;s DNS:<\/p>\n<p><pre><code>\"v=spf1 mx a include:spf.hosting.nl -all\"<\/code><\/pre><\/p>\n<p>The SPF record controls the <a title=\"How do I add an MX record?\" href=\"https:\/\/hosting.nl\/en\/support\/how-do-i-manage-an-mx-record\/\">MX records<\/a>, the A record and via the include all IP addresses used by SQR.NL.<\/p>\n<p>Now I also use a separate e-mail program to send newsletters. In order for this mail program to be authorized to send mail on behalf of &#8216;janjansen.nl&#8217;, I still need to add this mail server to my SPF record. The program uses the mail server &#8216;include:spf.mailexample.com&#8217; for this purpose. My SPF record then comes out as follows:<\/p>\n<p><pre><code>\"v=spf1 mx a include:spf.hosting.nl include:spf.mailvoorbeeld.com -all\"<\/code><\/pre><\/p>\n<p>Is your domain <a title=\"register domain name\" href=\"https:\/\/hosting.nl\/domeinnaam-kopen\/\">registered<\/a> with SQR.NL? Then you can manage your domain name&#8217;s DNS through <a title=\"My SQR\" href=\"https:\/\/mijn.hosting.nl\/\" target=\"_blank\" rel=\"noopener\">My SQR<\/a>.<\/p>\n<h2>Problems sending<\/h2>\n<p>Sometimes you can forget to add a mail server to your SPF record. The moment you then send mail from that server, you will get a bounce message back saying that this server is not authorized to send mail on behalf of your <a title=\"What is a domain name?\" href=\"https:\/\/hosting.nl\/support\/wat-is-een-domeinnaam\/\">domain<\/a> name. This bounce notification will tell you exactly which server is not included in the SPF record and what steps you need to take to ensure that you can mail with this server in the future.<\/p>\n<p>Since 2019, you will receive error messages when sending to Gmail addresses if no SPF record is added to your domain name&#8217;s DNS. We have written an <a title=\"Problems sending mail to Google\" href=\"https:\/\/hosting.nl\/en\/blog\/are-you-having-trouble-sending-mail-to-google-gmail\/\">additional blog article<\/a> on this.<\/p>\n<h2>Questions?<\/h2>\n<p>Do you have any questions as a result of this article? Contact us via <a href=\"mailto:support@sqr.nl\">email<\/a>, <a href=\"https:\/\/hosting.nl\/en\/\">chat<\/a> or by phone: 072 751 34 06<\/p>\n","protected":false},"excerpt":{"rendered":"<p>On a letter that you send by mail, you can enter your address information so that the recipient knows from which address this letter comes. You can also put a different address on here, so it looks like the letter is coming from a different address. Sending e-mail works similarly. You send an e-mail from [&hellip;]<\/p>\n","protected":false},"author":35,"featured_media":25872,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-28251","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-nieuws"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What is an SPF record and why do I need it? | Hosting.NL<\/title>\n<meta name=\"description\" content=\"An SPF record (Sender Policy Framework) will prevent spammers from entering your address as being a sender and thereby giving your e-mail address a bad reputation. We recommend setting an SPF record and explain why.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hosting.nl\/en\/blog\/what-is-an-spf-record-and-why-do-i-need-it\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is an SPF record and why do I need it? | Hosting.NL\" \/>\n<meta property=\"og:description\" content=\"An SPF record (Sender Policy Framework) will prevent spammers from entering your address as being a sender and thereby giving your e-mail address a bad reputation. We recommend setting an SPF record and explain why.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hosting.nl\/en\/blog\/what-is-an-spf-record-and-why-do-i-need-it\/\" \/>\n<meta property=\"og:site_name\" content=\"Hosting.NL\" \/>\n<meta property=\"article:published_time\" content=\"2018-09-06T10:12:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-27T15:57:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hosting.nl\/wp-content\/uploads\/SPF-record.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"740\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Maira Piket\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Maira Piket\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/hosting.nl\\\/en\\\/blog\\\/what-is-an-spf-record-and-why-do-i-need-it\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hosting.nl\\\/en\\\/blog\\\/what-is-an-spf-record-and-why-do-i-need-it\\\/\"},\"author\":{\"name\":\"Maira Piket\",\"@id\":\"https:\\\/\\\/hosting.nl\\\/en\\\/#\\\/schema\\\/person\\\/6e325904db1ca73f2861183d7a24f2ca\"},\"headline\":\"What is an SPF record and why do I need it?\",\"datePublished\":\"2018-09-06T10:12:23+00:00\",\"dateModified\":\"2023-11-27T15:57:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/hosting.nl\\\/en\\\/blog\\\/what-is-an-spf-record-and-why-do-i-need-it\\\/\"},\"wordCount\":827,\"publisher\":{\"@id\":\"https:\\\/\\\/hosting.nl\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/hosting.nl\\\/en\\\/blog\\\/what-is-an-spf-record-and-why-do-i-need-it\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/hosting.nl\\\/wp-content\\\/uploads\\\/SPF-record.jpg\",\"articleSection\":[\"Nieuws\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/hosting.nl\\\/en\\\/blog\\\/what-is-an-spf-record-and-why-do-i-need-it\\\/\",\"url\":\"https:\\\/\\\/hosting.nl\\\/en\\\/blog\\\/what-is-an-spf-record-and-why-do-i-need-it\\\/\",\"name\":\"What is an SPF record and why do I need it? | Hosting.NL\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hosting.nl\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/hosting.nl\\\/en\\\/blog\\\/what-is-an-spf-record-and-why-do-i-need-it\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/hosting.nl\\\/en\\\/blog\\\/what-is-an-spf-record-and-why-do-i-need-it\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/hosting.nl\\\/wp-content\\\/uploads\\\/SPF-record.jpg\",\"datePublished\":\"2018-09-06T10:12:23+00:00\",\"dateModified\":\"2023-11-27T15:57:41+00:00\",\"description\":\"An SPF record (Sender Policy Framework) will prevent spammers from entering your address as being a sender and thereby giving your e-mail address a bad reputation. We recommend setting an SPF record and explain why.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/hosting.nl\\\/en\\\/blog\\\/what-is-an-spf-record-and-why-do-i-need-it\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/hosting.nl\\\/en\\\/blog\\\/what-is-an-spf-record-and-why-do-i-need-it\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/hosting.nl\\\/en\\\/blog\\\/what-is-an-spf-record-and-why-do-i-need-it\\\/#primaryimage\",\"url\":\"https:\\\/\\\/hosting.nl\\\/wp-content\\\/uploads\\\/SPF-record.jpg\",\"contentUrl\":\"https:\\\/\\\/hosting.nl\\\/wp-content\\\/uploads\\\/SPF-record.jpg\",\"width\":740,\"height\":400},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/hosting.nl\\\/en\\\/blog\\\/what-is-an-spf-record-and-why-do-i-need-it\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Hosting.NL\",\"item\":\"https:\\\/\\\/hosting.nl\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is an SPF record and why do I need it?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/hosting.nl\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/hosting.nl\\\/en\\\/\",\"name\":\"Hosting.NL\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/hosting.nl\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/hosting.nl\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/hosting.nl\\\/en\\\/#organization\",\"name\":\"Hosting.NL\",\"url\":\"https:\\\/\\\/hosting.nl\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/hosting.nl\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/hosting.nl\\\/wp-content\\\/uploads\\\/hostingnl-default-logo.png\",\"contentUrl\":\"https:\\\/\\\/hosting.nl\\\/wp-content\\\/uploads\\\/hostingnl-default-logo.png\",\"width\":242,\"height\":50,\"caption\":\"Hosting.NL\"},\"image\":{\"@id\":\"https:\\\/\\\/hosting.nl\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/hosting.nl\\\/en\\\/#\\\/schema\\\/person\\\/6e325904db1ca73f2861183d7a24f2ca\",\"name\":\"Maira Piket\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/hosting.nl\\\/wp-content\\\/litespeed\\\/avatar\\\/48650e156a269bc9b42fd11626bdbcf5.jpg?ver=1777492015\",\"url\":\"https:\\\/\\\/hosting.nl\\\/wp-content\\\/litespeed\\\/avatar\\\/48650e156a269bc9b42fd11626bdbcf5.jpg?ver=1777492015\",\"contentUrl\":\"https:\\\/\\\/hosting.nl\\\/wp-content\\\/litespeed\\\/avatar\\\/48650e156a269bc9b42fd11626bdbcf5.jpg?ver=1777492015\",\"caption\":\"Maira Piket\"},\"url\":\"https:\\\/\\\/hosting.nl\\\/en\\\/blog\\\/author\\\/maira-piketcyso-group\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is an SPF record and why do I need it? | Hosting.NL","description":"An SPF record (Sender Policy Framework) will prevent spammers from entering your address as being a sender and thereby giving your e-mail address a bad reputation. We recommend setting an SPF record and explain why.","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:\/\/hosting.nl\/en\/blog\/what-is-an-spf-record-and-why-do-i-need-it\/","og_locale":"en_US","og_type":"article","og_title":"What is an SPF record and why do I need it? | Hosting.NL","og_description":"An SPF record (Sender Policy Framework) will prevent spammers from entering your address as being a sender and thereby giving your e-mail address a bad reputation. We recommend setting an SPF record and explain why.","og_url":"https:\/\/hosting.nl\/en\/blog\/what-is-an-spf-record-and-why-do-i-need-it\/","og_site_name":"Hosting.NL","article_published_time":"2018-09-06T10:12:23+00:00","article_modified_time":"2023-11-27T15:57:41+00:00","og_image":[{"width":740,"height":400,"url":"https:\/\/hosting.nl\/wp-content\/uploads\/SPF-record.jpg","type":"image\/jpeg"}],"author":"Maira Piket","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Maira Piket","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hosting.nl\/en\/blog\/what-is-an-spf-record-and-why-do-i-need-it\/#article","isPartOf":{"@id":"https:\/\/hosting.nl\/en\/blog\/what-is-an-spf-record-and-why-do-i-need-it\/"},"author":{"name":"Maira Piket","@id":"https:\/\/hosting.nl\/en\/#\/schema\/person\/6e325904db1ca73f2861183d7a24f2ca"},"headline":"What is an SPF record and why do I need it?","datePublished":"2018-09-06T10:12:23+00:00","dateModified":"2023-11-27T15:57:41+00:00","mainEntityOfPage":{"@id":"https:\/\/hosting.nl\/en\/blog\/what-is-an-spf-record-and-why-do-i-need-it\/"},"wordCount":827,"publisher":{"@id":"https:\/\/hosting.nl\/en\/#organization"},"image":{"@id":"https:\/\/hosting.nl\/en\/blog\/what-is-an-spf-record-and-why-do-i-need-it\/#primaryimage"},"thumbnailUrl":"https:\/\/hosting.nl\/wp-content\/uploads\/SPF-record.jpg","articleSection":["Nieuws"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/hosting.nl\/en\/blog\/what-is-an-spf-record-and-why-do-i-need-it\/","url":"https:\/\/hosting.nl\/en\/blog\/what-is-an-spf-record-and-why-do-i-need-it\/","name":"What is an SPF record and why do I need it? | Hosting.NL","isPartOf":{"@id":"https:\/\/hosting.nl\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hosting.nl\/en\/blog\/what-is-an-spf-record-and-why-do-i-need-it\/#primaryimage"},"image":{"@id":"https:\/\/hosting.nl\/en\/blog\/what-is-an-spf-record-and-why-do-i-need-it\/#primaryimage"},"thumbnailUrl":"https:\/\/hosting.nl\/wp-content\/uploads\/SPF-record.jpg","datePublished":"2018-09-06T10:12:23+00:00","dateModified":"2023-11-27T15:57:41+00:00","description":"An SPF record (Sender Policy Framework) will prevent spammers from entering your address as being a sender and thereby giving your e-mail address a bad reputation. We recommend setting an SPF record and explain why.","breadcrumb":{"@id":"https:\/\/hosting.nl\/en\/blog\/what-is-an-spf-record-and-why-do-i-need-it\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hosting.nl\/en\/blog\/what-is-an-spf-record-and-why-do-i-need-it\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hosting.nl\/en\/blog\/what-is-an-spf-record-and-why-do-i-need-it\/#primaryimage","url":"https:\/\/hosting.nl\/wp-content\/uploads\/SPF-record.jpg","contentUrl":"https:\/\/hosting.nl\/wp-content\/uploads\/SPF-record.jpg","width":740,"height":400},{"@type":"BreadcrumbList","@id":"https:\/\/hosting.nl\/en\/blog\/what-is-an-spf-record-and-why-do-i-need-it\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Hosting.NL","item":"https:\/\/hosting.nl\/en\/"},{"@type":"ListItem","position":2,"name":"What is an SPF record and why do I need it?"}]},{"@type":"WebSite","@id":"https:\/\/hosting.nl\/en\/#website","url":"https:\/\/hosting.nl\/en\/","name":"Hosting.NL","description":"","publisher":{"@id":"https:\/\/hosting.nl\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hosting.nl\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hosting.nl\/en\/#organization","name":"Hosting.NL","url":"https:\/\/hosting.nl\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hosting.nl\/en\/#\/schema\/logo\/image\/","url":"https:\/\/hosting.nl\/wp-content\/uploads\/hostingnl-default-logo.png","contentUrl":"https:\/\/hosting.nl\/wp-content\/uploads\/hostingnl-default-logo.png","width":242,"height":50,"caption":"Hosting.NL"},"image":{"@id":"https:\/\/hosting.nl\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/hosting.nl\/en\/#\/schema\/person\/6e325904db1ca73f2861183d7a24f2ca","name":"Maira Piket","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hosting.nl\/wp-content\/litespeed\/avatar\/48650e156a269bc9b42fd11626bdbcf5.jpg?ver=1777492015","url":"https:\/\/hosting.nl\/wp-content\/litespeed\/avatar\/48650e156a269bc9b42fd11626bdbcf5.jpg?ver=1777492015","contentUrl":"https:\/\/hosting.nl\/wp-content\/litespeed\/avatar\/48650e156a269bc9b42fd11626bdbcf5.jpg?ver=1777492015","caption":"Maira Piket"},"url":"https:\/\/hosting.nl\/en\/blog\/author\/maira-piketcyso-group\/"}]}},"_links":{"self":[{"href":"https:\/\/hosting.nl\/en\/wp-json\/wp\/v2\/posts\/28251","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hosting.nl\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hosting.nl\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hosting.nl\/en\/wp-json\/wp\/v2\/users\/35"}],"replies":[{"embeddable":true,"href":"https:\/\/hosting.nl\/en\/wp-json\/wp\/v2\/comments?post=28251"}],"version-history":[{"count":1,"href":"https:\/\/hosting.nl\/en\/wp-json\/wp\/v2\/posts\/28251\/revisions"}],"predecessor-version":[{"id":28252,"href":"https:\/\/hosting.nl\/en\/wp-json\/wp\/v2\/posts\/28251\/revisions\/28252"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hosting.nl\/en\/wp-json\/wp\/v2\/media\/25872"}],"wp:attachment":[{"href":"https:\/\/hosting.nl\/en\/wp-json\/wp\/v2\/media?parent=28251"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hosting.nl\/en\/wp-json\/wp\/v2\/categories?post=28251"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hosting.nl\/en\/wp-json\/wp\/v2\/tags?post=28251"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}