{"id":23275,"date":"2018-08-20T18:57:25","date_gmt":"2018-08-20T13:27:25","guid":{"rendered":"https:\/\/blog.resellerclub.com\/?p=23275"},"modified":"2025-10-10T11:21:47","modified_gmt":"2025-10-10T11:21:47","slug":"how-to-redirect-www-to-non-www-and-vice-versa","status":"publish","type":"post","link":"https:\/\/www.resellerclub.com\/blog\/how-to-redirect-www-to-non-www-and-vice-versa\/","title":{"rendered":"How to redirect www to non www and vice-versa"},"content":{"rendered":"<p>In one of my earlier articles, I talked about URL redirection, covering why website owners choose to redirect their websites to a different domain, the <a href=\"\/blog\/understanding-the-difference-between-permanent-html-redirects-and-other-redirects\/\">difference between Permanent Redirect (301) and 302 Redirect<\/a>, its implications on SEO and, in turn, your website. Once you\u2019ve decided to redirect your website, it is equally important to decide, how you want to execute it.<\/p>\n<p>Technically there are two URLs, www and non-www and, although these two URLs are different, if you have both of them redirecting to the same web page it may confuse users and affect your SEO and ranking. However, before delving into which URL to choose and how to redirect www to non-www and vice-versa, let us first see the difference.<\/p>\n<p><strong>WWW and Non-WWW: The Difference<\/strong><\/p>\n<p><span style=\"text-decoration: underline\"><strong>WWW:<\/strong><\/span><\/p>\n<ol>\n<li>\u2018www\u2019 stands for \u2018world wide web\u2019 and websites beginning their domain name with \u2018www\u2019 are the most common choice for any website.<\/li>\n<li>The prefix acts as a hostname, easing the process of adding DNS records when adding multiple sub-domains.<\/li>\n<li>Example of websites prefixing www: <a href=\"https:\/\/www.google.com\">www.google.com<\/a>, <a href=\"https:\/\/www.resellerclub.com\/\">www.resellerclub.com<\/a> and so on redirect the user to the www version of their website.<\/li>\n<\/ol>\n<p><span style=\"text-decoration: underline\"><strong>Non-WWW:<\/strong><\/span><\/p>\n<ol>\n<li>These days having www as a prefix to your domain name isn\u2019t compulsory and most websites these days have started using the non-www version. However, non-www domain names are known as naked domains.<\/li>\n<li>Though these domain names don\u2019t have a technical edge, they prevent the owner from creating cookieless subdomains. The advantage with a non-www version the prefix is usually the representation of the page the user is currently viewing.<\/li>\n<li>Example of non-www websites: <a href=\"https:\/\/india.resellerclub.com\/\">india.resellerclub.com<\/a> lets you know this is an India specific website or <a href=\"https:\/\/developer.mozilla.org\/en-US\/\">developer.mozilla.org<\/a> lets you know this website is for developers and so on.<\/li>\n<\/ol>\n<p>Irrespective of whether you choose to prefix www to your domain name or not, the HTML pages are still interconnected and accessible over the internet. Although, neither are there direct implications on the website\u2019s SEO nor is one version preferred over the other, however, if the users are redirected to either version, it might affect the overall SEO. A simple way to prevent this is by setting up the preferred preference on google.<\/p>\n<p>Follow these steps to <strong>update your preference<\/strong> for Google Search Engine:<\/p>\n<ol>\n<li>Go to <a href=\"https:\/\/www.google.com\/webmasters\/\">Google Webmasters Tools<\/a><\/li>\n<li>Select your website<\/li>\n<li>Click on the Settings icon on the extreme right side of the page<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-23279\" src=\"\/blog\/wp-content\/uploads\/2018\/08\/1-1.png\" alt=\"\" width=\"399\" height=\"265\" \/><\/li>\n<li>In the drop-down menu, select \u2018Site Settings\u2019<\/li>\n<li>Here, set your \u2018Preferred Domain\u2019 (www or non-www)<\/li>\n<\/ol>\n<p>Apart from setting your preference for Google, you can even redirect your www site to non-www and vice versa. We&#8217;ll be covering how to go about it for two servers, Apache (Linux) and IIS (Windows).<\/p>\n<p><strong>How to redirect www to non-www on Apache server: Linux Hosting<\/strong><\/p>\n<ol>\n<li>For making changes on the Apache server, you\u2019ll need to edit the .htaccess file<\/li>\n<li>Apache server is available on <a href=\"https:\/\/india.resellerclub.com\/shared-hosting\">Linux powered Hosting<\/a> and can be accessed via cPanel<\/li>\n<li>Login to your reseller account \u2192 Access cPanel of the domain you want to redirect<\/li>\n<li>In your cPanel, find <strong>File Manager<\/strong><br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-23281\" src=\"\/blog\/wp-content\/uploads\/2018\/08\/c1.png\" alt=\"www to non www\" width=\"789\" height=\"598\" \/><\/li>\n<li>Inside your File Manager, go to public_html and search for .htaccess file.<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-23283\" src=\"\/blog\/wp-content\/uploads\/2018\/08\/C2.png\" alt=\"\" width=\"1009\" height=\"509\" \/><\/li>\n<li>If there isn\u2019t a .htaccess file create a new one by clicking on \u2018+ File\u2019<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-23285\" src=\"\/blog\/wp-content\/uploads\/2018\/08\/c3.png\" alt=\"\" width=\"592\" height=\"300\" \/><\/li>\n<li>Insert the following code in the .htaccess file<br \/>\n<blockquote><p><em>RewriteCond %{HTTP_HOST} ^www.yoursitedomain.com [NC]<\/em><\/p>\n<p><em>RewriteRule ^(.*)$ http:\/\/yoursitedomain.com\/$1 [L,R=301]<\/em><\/p><\/blockquote>\n<\/li>\n<\/ol>\n<p><strong>How to redirect non-www to www on Apache server:<\/strong><\/p>\n<ol>\n<li>Follow the above steps till step 6<\/li>\n<li>Instead of the code mentioned above in step 7, insert the following code in the .htaccess file should you want to redirect non-www to www<\/li>\n<\/ol>\n<blockquote><p><em><span style=\"font-weight: 400\">RewriteCond %{HTTP_HOST} ^yoursitedomain.com [NC]<\/span><\/em><br \/>\n<em> <span style=\"font-weight: 400\">RewriteRule ^(.*)$ http:\/\/www.yoursitedomain.com\/$1 [L,R=301]<\/span><\/em><\/p><\/blockquote>\n<p>Should you already have a .htaccess file and \u2018RewriteEngine On\u2019 line in it, then all you need to do is insert the code below that line.<\/p>\n<p><em>* If you have SSL certificate installed on your domain, in the code instead of \u2018http\u2019 write \u2018https\u2019.<\/em><\/p>\n<p><strong>Redirect www to non-www on IIS server: Windows Hosting<\/strong><\/p>\n<ol>\n<li>For making changes on the IIS (Internet Information Services) server, you\u2019ll need to edit the web.config file<\/li>\n<li>IIS server is available on <a href=\"https:\/\/india.resellerclub.com\/windows-shared-hosting\">Windows-powered Hosting<\/a> and can be accessed via Plesk<\/li>\n<li>Login to your reseller account \u2192 Access Plesk panel of the domain you want to redirect<\/li>\n<li>In your Plesk panel, find <strong>File Manager<br \/>\n<\/strong><br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-23287 size-full\" src=\"\/blog\/wp-content\/uploads\/2018\/08\/P1.png\" width=\"1238\" height=\"681\" \/><\/li>\n<li>Inside File Manager go to httpdocs and search for the web.config file.<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-23289\" src=\"\/blog\/wp-content\/uploads\/2018\/08\/P2.png\" alt=\"\" width=\"1188\" height=\"652\" \/><\/li>\n<li>If there isn\u2019t a web.config file create a new one by clicking on \u2018+ New\u2019<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-23291\" src=\"\/blog\/wp-content\/uploads\/2018\/08\/P3.png\" alt=\"\" width=\"730\" height=\"302\" \/><\/li>\n<li>Insert the following code in the web.config file. If you already have a web.config file then don\u2019t mention the \u2018configuration\u2019 tag in your code.<br \/>\n<span style=\"font-weight: 400\"><br \/>\n&lt;configuration&gt;<br \/>\n&lt;system.webServer&gt;<br \/>\n&lt;rewrite&gt;<br \/>\n&lt;rules&gt;<br \/>\n&lt;rule name=&#8221;Redirect to non-www&#8221; stopProcessing=&#8221;true&#8221;&gt;<br \/>\n&lt;match url=&#8221;.*&#8221; &gt;<br \/>\n&lt;conditions&gt;<br \/>\n&lt;add input=&#8221;{HTTP_HOST}&#8221; pattern=&#8221;^yoursitedomain\\.com$&#8221; \/&gt;<br \/>\n&lt;\/conditions&gt;<br \/>\n&lt;action type=&#8221;Redirect&#8221; url=&#8221;http:\/\/yoursitedomain.com\/{R:0}&#8221; redirectType=&#8221;Permanent&#8221; \/&gt;<br \/>\n&lt;\/rule&gt;<br \/>\n&lt;\/rules&gt;<br \/>\n&lt;\/rewrite&gt;<br \/>\n&lt;\/system.webServer&gt;<br \/>\n&lt;\/configuration&gt;<\/span><\/li>\n<\/ol>\n<p><strong>Redirect non-www to www on IIS server:<\/strong><\/p>\n<ol>\n<li>Follow the above steps till step 6<\/li>\n<li>Instead of the code mentioned above in step 7, insert the following code in the web.config file should you want to redirect non-www to www<br \/>\n<span style=\"font-weight: 400\"><br \/>\n&lt;configuration&gt;<br \/>\n&lt;system.webServer&gt;<br \/>\n&lt;rewrite&gt;<br \/>\n&lt;rules&gt;<br \/>\n&lt;rule name=&#8221;Redirect to www&#8221; stopProcessing=&#8221;true&#8221;&gt;<br \/>\n&lt;match url=&#8221;.*&#8221; \/&gt;<br \/>\n&lt;conditions&gt;<br \/>\n&lt;add input=&#8221;{HTTP_HOST}&#8221; pattern=&#8221;^yoursitedomain.com$&#8221; \/&gt;<br \/>\n&lt;\/conditions&gt;<br \/>\n&lt;action type=&#8221;Redirect&#8221; url=&#8221;http:\/\/www.yoursitedomain.com\/{R:0}&#8221;<br \/>\nredirectType=&#8221;Permanent&#8221; \/&gt;<br \/>\n&lt;\/rule&gt;<br \/>\n&lt;\/rules&gt;<br \/>\n&lt;\/rewrite&gt;<br \/>\n&lt;\/system.webServer&gt;<br \/>\n&lt;\/configuration&gt;<\/span><\/li>\n<\/ol>\n<p><em>* If you have SSL certificate installed on your domain, in the code instead of \u2018http\u2019 write \u2018https\u2019.<\/em><\/p>\n<p>If you have different URLs and still haven\u2019t set the preferred URL, what are you waiting for? I suggest you follow this guide on how to redirect www to non-www and vice-versa today!<\/p>\n<div class=\"fb-background-color\">\n\t\t\t  <div \n\t\t\t  \tclass = \"fb-comments\" \n\t\t\t  \tdata-href = \"https:\/\/www.resellerclub.com\/blog\/how-to-redirect-www-to-non-www-and-vice-versa\/\"\n\t\t\t  \tdata-numposts = \"10\"\n\t\t\t  \tdata-lazy = \"true\"\n\t\t\t\tdata-colorscheme = \"light\"\n\t\t\t\tdata-order-by = \"social\"\n\t\t\t\tdata-mobile=true>\n\t\t\t  <\/div><\/div>\n\t\t  <style>\n\t\t    .fb-background-color {\n\t\t\t\tbackground:  !important;\n\t\t\t}\n\t\t\t.fb_iframe_widget_fluid_desktop iframe {\n\t\t\t    width: 100% !important;\n\t\t\t}\n\t\t  <\/style>\n\t\t  ","protected":false},"excerpt":{"rendered":"<p>In one of my earlier articles, I talked about URL redirection, covering why website owners choose to redirect their websites to a different domain, the difference between Permanent Redirect (301) and 302 Redirect, its implications on SEO and, in turn, your website. Once you\u2019ve decided to redirect your website, it is equally important to decide,<\/p>\n","protected":false},"author":75,"featured_media":23293,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_rc_manual_related_posts":[],"footnotes":""},"categories":[3703,1533],"tags":[34,281,6027,6031,297,960,6023],"hashtags":[],"class_list":{"0":"post-23275","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-domains","8":"category-tech","9":"tag-hosting","10":"tag-linux","11":"tag-non-www","12":"tag-redirect","13":"tag-website","14":"tag-windows","15":"tag-www"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v17.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to redirect www to non www and Vice Versa<\/title>\n<meta name=\"description\" content=\"Non www domain names are growing in popularity these days. Check out this post to learn how to redirect www to non www and vice-versa.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.resellerclub.com\/blog\/how-to-redirect-www-to-non-www-and-vice-versa\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to redirect www to non www and Vice Versa\" \/>\n<meta property=\"og:description\" content=\"Non www domain names are growing in popularity these days. Check out this post to learn how to redirect www to non www and vice-versa.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.resellerclub.com\/blog\/how-to-redirect-www-to-non-www-and-vice-versa\/\" \/>\n<meta property=\"og:site_name\" content=\"ResellerClub Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=100005889763273\" \/>\n<meta property=\"article:published_time\" content=\"2018-08-20T13:27:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-10T11:21:47+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"H. Fatima\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.resellerclub.com\/blog\/#website\",\"url\":\"https:\/\/www.resellerclub.com\/blog\/\",\"name\":\"ResellerClub Blog\",\"description\":\"Web Hosting &amp; Domains\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.resellerclub.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.resellerclub.com\/blog\/how-to-redirect-www-to-non-www-and-vice-versa\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"\",\"contentUrl\":\"\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.resellerclub.com\/blog\/how-to-redirect-www-to-non-www-and-vice-versa\/#webpage\",\"url\":\"https:\/\/www.resellerclub.com\/blog\/how-to-redirect-www-to-non-www-and-vice-versa\/\",\"name\":\"How to redirect www to non www and Vice Versa\",\"isPartOf\":{\"@id\":\"https:\/\/www.resellerclub.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.resellerclub.com\/blog\/how-to-redirect-www-to-non-www-and-vice-versa\/#primaryimage\"},\"datePublished\":\"2018-08-20T13:27:25+00:00\",\"dateModified\":\"2025-10-10T11:21:47+00:00\",\"author\":{\"@id\":\"https:\/\/www.resellerclub.com\/blog\/#\/schema\/person\/04f625d706ed889a739c8fdfe159375c\"},\"description\":\"Non www domain names are growing in popularity these days. Check out this post to learn how to redirect www to non www and vice-versa.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.resellerclub.com\/blog\/how-to-redirect-www-to-non-www-and-vice-versa\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.resellerclub.com\/blog\/how-to-redirect-www-to-non-www-and-vice-versa\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.resellerclub.com\/blog\/how-to-redirect-www-to-non-www-and-vice-versa\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.resellerclub.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to redirect www to non www and vice-versa\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.resellerclub.com\/blog\/#\/schema\/person\/04f625d706ed889a739c8fdfe159375c\",\"name\":\"H. Fatima\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.resellerclub.com\/blog\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/www.resellerclub.com\/blog\/wp-content\/uploads\/2020\/03\/IMG-20190220-WA0043-150x150.jpg\",\"contentUrl\":\"https:\/\/www.resellerclub.com\/blog\/wp-content\/uploads\/2020\/03\/IMG-20190220-WA0043-150x150.jpg\",\"caption\":\"H. Fatima\"},\"description\":\"H. Fatima used to be an Engineer by profession and Writer by passion until she started pursuing full-time writing. She is presently a Content Marketeer at Newfold Digital (APAC). She mostly writes what she deeply perceives and analyses, it is her way of unwinding. Her interests include writing, reading (an avid reader), watching foreign-language movies and public speaking.\",\"url\":\"https:\/\/www.resellerclub.com\/blog\/author\/h-fatima\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to redirect www to non www and Vice Versa","description":"Non www domain names are growing in popularity these days. Check out this post to learn how to redirect www to non www and vice-versa.","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:\/\/www.resellerclub.com\/blog\/how-to-redirect-www-to-non-www-and-vice-versa\/","og_locale":"en_US","og_type":"article","og_title":"How to redirect www to non www and Vice Versa","og_description":"Non www domain names are growing in popularity these days. Check out this post to learn how to redirect www to non www and vice-versa.","og_url":"https:\/\/www.resellerclub.com\/blog\/how-to-redirect-www-to-non-www-and-vice-versa\/","og_site_name":"ResellerClub Blog","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=100005889763273","article_published_time":"2018-08-20T13:27:25+00:00","article_modified_time":"2025-10-10T11:21:47+00:00","twitter_card":"summary_large_image","twitter_misc":{"Written by":"H. Fatima","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/www.resellerclub.com\/blog\/#website","url":"https:\/\/www.resellerclub.com\/blog\/","name":"ResellerClub Blog","description":"Web Hosting &amp; Domains","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.resellerclub.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https:\/\/www.resellerclub.com\/blog\/how-to-redirect-www-to-non-www-and-vice-versa\/#primaryimage","inLanguage":"en-US","url":"","contentUrl":""},{"@type":"WebPage","@id":"https:\/\/www.resellerclub.com\/blog\/how-to-redirect-www-to-non-www-and-vice-versa\/#webpage","url":"https:\/\/www.resellerclub.com\/blog\/how-to-redirect-www-to-non-www-and-vice-versa\/","name":"How to redirect www to non www and Vice Versa","isPartOf":{"@id":"https:\/\/www.resellerclub.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.resellerclub.com\/blog\/how-to-redirect-www-to-non-www-and-vice-versa\/#primaryimage"},"datePublished":"2018-08-20T13:27:25+00:00","dateModified":"2025-10-10T11:21:47+00:00","author":{"@id":"https:\/\/www.resellerclub.com\/blog\/#\/schema\/person\/04f625d706ed889a739c8fdfe159375c"},"description":"Non www domain names are growing in popularity these days. Check out this post to learn how to redirect www to non www and vice-versa.","breadcrumb":{"@id":"https:\/\/www.resellerclub.com\/blog\/how-to-redirect-www-to-non-www-and-vice-versa\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.resellerclub.com\/blog\/how-to-redirect-www-to-non-www-and-vice-versa\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.resellerclub.com\/blog\/how-to-redirect-www-to-non-www-and-vice-versa\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.resellerclub.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to redirect www to non www and vice-versa"}]},{"@type":"Person","@id":"https:\/\/www.resellerclub.com\/blog\/#\/schema\/person\/04f625d706ed889a739c8fdfe159375c","name":"H. Fatima","image":{"@type":"ImageObject","@id":"https:\/\/www.resellerclub.com\/blog\/#personlogo","inLanguage":"en-US","url":"https:\/\/www.resellerclub.com\/blog\/wp-content\/uploads\/2020\/03\/IMG-20190220-WA0043-150x150.jpg","contentUrl":"https:\/\/www.resellerclub.com\/blog\/wp-content\/uploads\/2020\/03\/IMG-20190220-WA0043-150x150.jpg","caption":"H. Fatima"},"description":"H. Fatima used to be an Engineer by profession and Writer by passion until she started pursuing full-time writing. She is presently a Content Marketeer at Newfold Digital (APAC). She mostly writes what she deeply perceives and analyses, it is her way of unwinding. Her interests include writing, reading (an avid reader), watching foreign-language movies and public speaking.","url":"https:\/\/www.resellerclub.com\/blog\/author\/h-fatima\/"}]}},"_links":{"self":[{"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/posts\/23275","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/users\/75"}],"replies":[{"embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/comments?post=23275"}],"version-history":[{"count":4,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/posts\/23275\/revisions"}],"predecessor-version":[{"id":23299,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/posts\/23275\/revisions\/23299"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/media?parent=23275"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/categories?post=23275"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/tags?post=23275"},{"taxonomy":"hashtags","embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/hashtags?post=23275"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}