{"id":24249,"date":"2018-12-03T18:50:05","date_gmt":"2018-12-03T13:20:05","guid":{"rendered":"https:\/\/blog.resellerclub.com\/?p=24249"},"modified":"2026-05-21T10:27:29","modified_gmt":"2026-05-21T10:27:29","slug":"importance-of-anchor-link-and-how-to-add-it-to-your-wordpress","status":"publish","type":"post","link":"https:\/\/www.resellerclub.com\/blog\/importance-of-anchor-link-and-how-to-add-it-to-your-wordpress\/","title":{"rendered":"Importance of Anchor Link and How to Add it to your WordPress"},"content":{"rendered":"<h2><\/h2>\n<p>We have covered the different kinds of linking a lot on our blog, right from internal linking to backlinking for SEO purposes. However, there is another type of linking and this isn\u2019t really related to SEO or how to boost your website ranking but is equally important as it can improve the user experience on your website. These links are known as anchor links.<\/p>\n<p>In this article, we\u2019ll cover what is an anchor link, benefits of anchor linking and how to create anchor links. So let us begin!<\/p>\n<h2>What is an Anchor Link?<\/h2>\n<p>Anchor links also known as jump tag\/jump menu links or table of contents, are links that enable you to jump to a section within the specified linked page instantly. Anchor links help ease the transition of going from one part of the webpage to another especially in a long post.<br \/>\n&nbsp;<\/p>\n<h2>Advantages and Disadvantages of an Anchor Link<\/h2>\n<h3>Advantages<\/h3>\n<ol>\n<li>Anchor links help <strong>enhance the user experience<\/strong>. Say, for example, your website blog has really long but informative articles. If a reader wants to read a particular section they can <strong>directly jump to it instead of scrolling<\/strong> all the way down. This helps users in saving their time.<\/li>\n<li><strong>Helps organise<\/strong> the content on the website in a systematic manner, especially if the content is long. For example, an online user guide for a specific product or a tutorial.<\/li>\n<li>Another advantage is that at times, <strong>Google takes these anchor tags into consideration<\/strong> while displaying the results on the search engine. This can help <strong>boost your CTR<\/strong> as users might end up noticing something useful to them that wasn\u2019t covered in your meta title or description.<\/li>\n<\/ol>\n<h3>Disadvantages<\/h3>\n<ol>\n<li>Although anchor links speed up the process of finding data for visitors by reducing the scrolling time, it indirectly affects the average time a visitor would spend on your website, as chances are they might abandon the site no sooner they are done reading what they want and forget the starting position from where they navigated.To make sure the visitor doesn\u2019t abandon your website immediately you can redirect them to the previous reading location so they don\u2019t lose track.<\/li>\n<li>If your website relies on Ads to generate revenue then adding anchor links can reduce the number of impressions and clicks. This is because impressions are only counted if an Ad loads &amp; display in front of the user. If by any chance an Ad fails to load in front of a user it might result in loss of revenue to the business website. It is safer to say, you need to test how and when the Ads display on your web page else you might be on the losing end.<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<h2>How to add an Anchor Link<\/h2>\n<p>Now that we\u2019ve seen what can anchor link is and covered both the pros and cons of using anchor links on your website. Let us see, how to add them. There are two ways to add an anchor link:<\/p>\n<ol>\n<li>Manually<\/li>\n<li>Using a Plugin<\/li>\n<\/ol>\n<h3>Adding an anchor link manually<\/h3>\n<p>To add an anchor link to your WordPress post directly, all you need to do is make changes in the HTML section.<\/p>\n<h4>Step 1:<\/h4>\n<p>Select the text you wish to add an anchor link to, this is a normal line in your article and the link should be added like you would add a normal hyperlink. However, instead of adding the link of a URL we would assign it to an anchor name. For this, we would link it using a URI (Uniform Resource Identifier). The URI for an anchor contains the \u2018#\u2019 character followed by the anchor name. Keep the name short and in line with the text, you\u2019re anchoring.<\/p>\n<p>For example. this is a text from one of <a href=\"\/blog\/how-to-put-wordpress-site-in-maintenance-mode\/\">our articles<\/a> where we had used anchor linking. The text we linked was \u2018how to put your WordPress site in maintenance mode\u2019 and should a user want they could directly jump to the method. And the anchor text used was \u2018#wordpress-maintenance-mode\u2019<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-24307\" src=\"\/blog\/wp-content\/uploads\/2018\/12\/1.png\" alt=\"\" width=\"839\" height=\"102\"><\/p>\n<h4>Step 2:<\/h4>\n<p>Should you want to see how this looks in the HTML format, you can go to the \u2018text view\u2019 section of the editor and see the code. Alternatively, if you prefer writing in HTML, here is the code to use.<\/p>\n<pre class=\" language-html\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;<\/span>a <span class=\"token attr-name\">href<\/span><span class=\"token attr-value\"><span class=\"token punctuation\">=<\/span><span class=\"token punctuation\">\"<\/span>#<\/span><\/span><code class=\" language-html\"><span class=\"token tag\"><span class=\"token attr-value\">wordpress-maintenance-mode<\/span><\/span><\/code><code class=\" language-html\"><span class=\"token tag\"><span class=\"token attr-value\"><span class=\"token punctuation\">\"<\/span><\/span><span class=\"token punctuation\">&gt;<\/span><\/span><\/code><code class=\" language-html\">how to put your WordPress site in maintenance mode<\/code><code class=\" language-html\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;\/<\/span>a<\/span><\/code><\/pre>\n<h4>Step 3:<\/h4>\n<p>Finally, you need to add an ID to the header you want your anchor link to jump to. Switch to the \u2018text view\u2019 section of your WordPress editor (HTML) and add the relevant Header size (we prefer H4). Now add the ID along with the anchor name you mentioned in the above step 2.<\/p>\n<p><em>Note:<\/em> The ID and anchor name have to be exactly the same for the link to work.<\/p>\n<pre class=\" language-html\"><span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;<\/span>h4<\/span> <span class=\"token attr-name\">id<\/span><span class=\"token attr-value\"><span class=\"token punctuation\">=<\/span><span class=\"token punctuation\">\"<\/span>wordpress-maintenance-mode<span class=\"token punctuation\">\"<\/span><\/span><span class=\"token punctuation\">&gt;<\/span><\/span>how to put your WordPress site in maintenance mode<span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;\/<\/span>h4<\/span><span class=\"token punctuation\">&gt;<\/span><\/span><\/pre>\n<p>You\u2019ve successfully added an anchor link to your post. We added one anchor link, however, depending on the length of the post you may add as many as you want.<br \/>\n&nbsp;<\/p>\n<h3>Adding anchor link using a plugin<\/h3>\n<p>Some people are not comfortable with the idea of making changes in their HTML, partly because they are not so tech savvy. To help them add anchor links to their posts, there are several plugins available. Some of the plugins available are, <a href=\"https:\/\/wordpress.org\/plugins\/scroll-to-anchor\/\">Scroll to Anchor<\/a>, <a href=\"https:\/\/wordpress.org\/plugins\/tinymce-advanced\/\">TinyMCE Advanced<\/a> Plugin, <a href=\"https:\/\/wordpress.org\/plugins\/wp-anchor-header\/\">WP Anchor Header<\/a> and others.<\/p>\n<p>We have used TinyMCE Advanced Plugin, this is one of the most popular plugins with 2+ million active installations. Being a visual editor it can be used for a variety of things.<\/p>\n<h4>Step 1:<\/h4>\n<p>Download the plugin from WordPress.org and install it. Post the successful installation, select the text you want to anchor and create a hyperlink. Just like the manual step, we will prefix a # character before the designated URI.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-24319\" src=\"\/blog\/wp-content\/uploads\/2018\/12\/4.png\" alt=\"\" width=\"1357\" height=\"562\"><\/p>\n<p>&nbsp;<\/p>\n<h4>Step 2:<\/h4>\n<p>Select the header you wish to link to and then click on \u2018Insert\u2019. The Insert tab is available because we installed the plugin. In the Insert tab, select \u2018Anchor\u2019.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-24321\" src=\"\/blog\/wp-content\/uploads\/2018\/12\/5.png\" alt=\"\" width=\"1330\" height=\"640\"><\/p>\n<p><strong>Step 3: <\/strong><br \/>\nA new window pops up, here in the ID section mention the same anchor name you used in Step 1. Now, you\u2019ve successfully created an anchor link.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-24323\" src=\"\/blog\/wp-content\/uploads\/2018\/12\/6.png\" alt=\"\" width=\"1307\" height=\"651\"><\/p>\n<h2>Conclusion<\/h2>\n<p>Adding an anchor link to your posts is an optional thing, however, if you post long content you might as well take advantage of anchor linking. This way you have a higher chance of the visitor reading the content relevant to them on your website instead of skipping it altogether. And well it eventually does help improve your CTR.<\/p>\n<p>So what are you waiting for? If you still haven\u2019t tried anchor linking on your WordPress website try it today. Or are you already using them? If yes, do let us know your experience in the comments box below.<\/p>\n<h2>Reseller Club Hosting Services<\/h2>\n<p><a href=\"https:\/\/www.resellerclub.com\/reseller-hosting\">Reseller Hosting<\/a> | <a href=\"https:\/\/www.resellerclub.com\/windows-reseller-hosting\">Windows Reseller Hosting<\/a> | <a href=\"https:\/\/www.resellerclub.com\/cloud-hosting\">Cloud Hosting<\/a> | <a href=\"https:\/\/www.resellerclub.com\/vps-hosting\">VPS Hosting<\/a> | <a href=\"https:\/\/www.resellerclub.com\/managed-vps-hosting\">Managed VPS Hosting<\/a> | <a href=\"https:\/\/www.resellerclub.com\/dedicated-server-hosting\">Dedicated Server Hosting<\/a> | <a href=\"https:\/\/www.resellerclub.com\/windows-dedicated-server-hosting\">Windows Dedicated Server<\/a> | <a href=\"https:\/\/www.resellerclub.com\/managed-dedicated-server-hosting\">Managed Dedicated Server<\/a> | <a href=\"https:\/\/www.resellerclub.com\/shared-hosting\">Linux Shared Hosting<\/a> | <a href=\"https:\/\/www.resellerclub.com\/windows-shared-hosting\">Windows Shared Hosting<\/a><\/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\/importance-of-anchor-link-and-how-to-add-it-to-your-wordpress\/\"\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>We have covered the different kinds of linking a lot on our blog, right from internal linking to backlinking for SEO purposes. However, there is another type of linking and this isn\u2019t really related to SEO or how to boost your website ranking but is equally important as it can improve the user experience on<\/p>\n","protected":false},"author":75,"featured_media":24327,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_rc_manual_related_posts":[],"footnotes":""},"categories":[1531,995,4177],"tags":[6165,6291,6285,6287,6015,410,6289],"hashtags":[],"class_list":{"0":"post-24249","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-smb","8":"category-hosting","9":"category-wordpress","10":"tag-anchor-link","11":"tag-anchor-tag-links","12":"tag-anchor-tags","13":"tag-html-anchor-tags","14":"tag-linking","15":"tag-wordpress","16":"tag-wordpress-navigation"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v17.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Add HTML Anchor Tag in WordPress<\/title>\n<meta name=\"description\" content=\"Learn how anchor links enhance WordPress sites by improving navigation and engagement. Follow simple steps to add anchor links and optimize your content structure.\" \/>\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\/importance-of-anchor-link-and-how-to-add-it-to-your-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Add HTML Anchor Tag in WordPress\" \/>\n<meta property=\"og:description\" content=\"Learn how anchor links enhance WordPress sites by improving navigation and engagement. Follow simple steps to add anchor links and optimize your content structure.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.resellerclub.com\/blog\/importance-of-anchor-link-and-how-to-add-it-to-your-wordpress\/\" \/>\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-12-03T13:20:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-21T10:27:29+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\/importance-of-anchor-link-and-how-to-add-it-to-your-wordpress\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"Importance of HTML Anchor Tag and How to Add it in WordPress\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.resellerclub.com\/blog\/importance-of-anchor-link-and-how-to-add-it-to-your-wordpress\/#webpage\",\"url\":\"https:\/\/www.resellerclub.com\/blog\/importance-of-anchor-link-and-how-to-add-it-to-your-wordpress\/\",\"name\":\"How to Add HTML Anchor Tag in WordPress\",\"isPartOf\":{\"@id\":\"https:\/\/www.resellerclub.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.resellerclub.com\/blog\/importance-of-anchor-link-and-how-to-add-it-to-your-wordpress\/#primaryimage\"},\"datePublished\":\"2018-12-03T13:20:05+00:00\",\"dateModified\":\"2026-05-21T10:27:29+00:00\",\"author\":{\"@id\":\"https:\/\/www.resellerclub.com\/blog\/#\/schema\/person\/04f625d706ed889a739c8fdfe159375c\"},\"description\":\"Learn how anchor links enhance WordPress sites by improving navigation and engagement. Follow simple steps to add anchor links and optimize your content structure.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.resellerclub.com\/blog\/importance-of-anchor-link-and-how-to-add-it-to-your-wordpress\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.resellerclub.com\/blog\/importance-of-anchor-link-and-how-to-add-it-to-your-wordpress\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.resellerclub.com\/blog\/importance-of-anchor-link-and-how-to-add-it-to-your-wordpress\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.resellerclub.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Importance of Anchor Link and How to Add it to your WordPress\"}]},{\"@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 Add HTML Anchor Tag in WordPress","description":"Learn how anchor links enhance WordPress sites by improving navigation and engagement. Follow simple steps to add anchor links and optimize your content structure.","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\/importance-of-anchor-link-and-how-to-add-it-to-your-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"How to Add HTML Anchor Tag in WordPress","og_description":"Learn how anchor links enhance WordPress sites by improving navigation and engagement. Follow simple steps to add anchor links and optimize your content structure.","og_url":"https:\/\/www.resellerclub.com\/blog\/importance-of-anchor-link-and-how-to-add-it-to-your-wordpress\/","og_site_name":"ResellerClub Blog","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=100005889763273","article_published_time":"2018-12-03T13:20:05+00:00","article_modified_time":"2026-05-21T10:27:29+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\/importance-of-anchor-link-and-how-to-add-it-to-your-wordpress\/#primaryimage","inLanguage":"en-US","url":"","contentUrl":"","caption":"Importance of HTML Anchor Tag and How to Add it in WordPress"},{"@type":"WebPage","@id":"https:\/\/www.resellerclub.com\/blog\/importance-of-anchor-link-and-how-to-add-it-to-your-wordpress\/#webpage","url":"https:\/\/www.resellerclub.com\/blog\/importance-of-anchor-link-and-how-to-add-it-to-your-wordpress\/","name":"How to Add HTML Anchor Tag in WordPress","isPartOf":{"@id":"https:\/\/www.resellerclub.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.resellerclub.com\/blog\/importance-of-anchor-link-and-how-to-add-it-to-your-wordpress\/#primaryimage"},"datePublished":"2018-12-03T13:20:05+00:00","dateModified":"2026-05-21T10:27:29+00:00","author":{"@id":"https:\/\/www.resellerclub.com\/blog\/#\/schema\/person\/04f625d706ed889a739c8fdfe159375c"},"description":"Learn how anchor links enhance WordPress sites by improving navigation and engagement. Follow simple steps to add anchor links and optimize your content structure.","breadcrumb":{"@id":"https:\/\/www.resellerclub.com\/blog\/importance-of-anchor-link-and-how-to-add-it-to-your-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.resellerclub.com\/blog\/importance-of-anchor-link-and-how-to-add-it-to-your-wordpress\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.resellerclub.com\/blog\/importance-of-anchor-link-and-how-to-add-it-to-your-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.resellerclub.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Importance of Anchor Link and How to Add it to your WordPress"}]},{"@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\/24249","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=24249"}],"version-history":[{"count":19,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/posts\/24249\/revisions"}],"predecessor-version":[{"id":38793,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/posts\/24249\/revisions\/38793"}],"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=24249"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/categories?post=24249"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/tags?post=24249"},{"taxonomy":"hashtags","embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/hashtags?post=24249"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}