{"id":34429,"date":"2022-05-25T06:39:00","date_gmt":"2022-05-25T06:39:00","guid":{"rendered":"https:\/\/blog.resellerclub.com\/?p=34429"},"modified":"2026-05-12T06:28:14","modified_gmt":"2026-05-12T06:28:14","slug":"5-common-security-threats-to-websites-and-how-to-overcome-them","status":"publish","type":"post","link":"https:\/\/www.resellerclub.com\/blog\/5-common-security-threats-to-websites-and-how-to-overcome-them\/","title":{"rendered":"5 Common Website Threats and How To Overcome Them"},"content":{"rendered":"<p><\/p>\n<p>With the growing work-from-home situation, more websites and businesses are falling victim to malicious cyberattacks and online threats. Online hackers spare no business and often attack websites with security loopholes and vulnerabilities to access their critical data for malicious activities.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<p>Having robust security measures in place to check websites for threats and protect your business security from online attacks is imperative. This article will discuss five common website threats and ways to overcome them for utmost website security and protection.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<h2 class=\"wp-block-heading\"><strong>The State of Website Security<\/strong><\/h2>\n<p><\/p>\n<p><\/p>\n<p>The number of cyberattacks that target websites has been rising for years now. However, since the start of the Covid-19 pandemic, <a href=\"https:\/\/www2.deloitte.com\/ch\/en\/pages\/risk\/articles\/impact-covid-cybersecurity.html\">cyber-attacks have risen sharply<\/a>, to where governments worldwide have noted this.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<p>Unfortunately, this sharp rise in cyber attacks also coincides with when we see more and more new websites than ever before. In addition, thanks to the various kinds of lockdowns worldwide, small businesses with an offline presence have begun to go online and are finding success in the digital marketplace.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<p>So, as websites and attacks increase rapidly, it\u2019s important to look at some of the most notorious cyber security problems and explore a few solutions for them.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<h2 class=\"wp-block-heading\"><strong>5 Common Security Threats to Websites<\/strong><\/h2>\n<p><\/p>\n<p><\/p>\n<ol class=\"wp-block-list\">\n<li><strong>Malicious code injections<\/strong><\/li>\n<\/ol>\n<p><\/p>\n<p><\/p>\n<p>Code injections are the most common cyberattacks. A code injection attack is conducted by submitting malicious code (injecting) to the server through website input points.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<p>For example, hackers could paste malicious code on the username field of your website. This can happen via any field from where the website accepts input from the user.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<p>There are many types of injection attacks. SQL injection, script injection, and shell injection are more unpopular examples.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<p>Preventing injection attacks is done in several ways. The first is to simply filter all the input that\u2019s received by the server. WAFs (Web Application Firewalls), SQL LIMIT, and following the principle of least privilege are some ways. In addition, there are various applications that you can buy off the shelf to do this for you.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<p>Another method to prevent injection attacks is using a safe API that quarantines different data types. So, website data will be kept separate from user queries and user-input data. This way, nothing that\u2019s input via the user will get close to your website data.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<ol class=\"wp-block-list\" start=\"2\">\n<li><strong>DDoS attacks<\/strong><\/li>\n<\/ol>\n<p><\/p>\n<p><\/p>\n<p><a href=\"https:\/\/www.resellerclub.com\/blog\/beginners-guide-to-understanding-ddos-attacks\/\">DDoS attack, or Distributed Denial of Service<\/a>, and it\u2019s the type of cyber attack where hackers overwhelm your server with thousands upon thousands of requests. They sometimes use hundreds of devices to do this, so the attack is said to be distributed.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<p>As requests flood your server, it tries to process each of them but cannot keep up and will eventually crash, bringing your website down with it. Successful DDoS attacks can cripple the server and are more common than you imagine.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<p>To prevent DDoS attacks, you need specialized tools. These are applications that are equipped with huge databases of DDoS perpetrators. If there\u2019s a request by known hackers, the requests are simply denied, and the devices are blocked.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<p>Apart from that, DDoS prevention applications are also equipped to detect DDoS attacks and stop them at the source, making them quite effective. In addition, WAFs mentioned earlier can also help prevent DDoS attacks.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<ol class=\"wp-block-list\" start=\"3\">\n<li><strong>Phishing<\/strong><\/li>\n<\/ol>\n<p><\/p>\n<p><\/p>\n<p>For all the talk about malware injections and DDoS attacks, humans \u2014 willingly or through ignorance \u2014 are the most common enablers of most cyber attacks.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<p>As you\u2019d imagine, bad passwords are one of the most important culprits, but it doesn\u2019t end there. Phishing attacks, like all other cyber attacks, are on the rise.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<p>A phishing attack is where hackers send a malicious email to your employees. Unfortunately, the email is opened on a business computer, and worse still, people sometimes enter sensitive data. All these are logged, and hackers have passwords and many of your business data.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<p>The only real measure of solving this problem is education. Ensure that all your employees know how to identify emails that are phishing attacks. Also, enforce stricter password standards. Names coupled with birthdays can be hacked in a matter of seconds.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<ol class=\"wp-block-list\" start=\"4\">\n<li><strong>Malware<\/strong><\/li>\n<\/ol>\n<p><\/p>\n<p><\/p>\n<p>There\u2019s a good amount of public knowledge about malware. Unfortunately, it\u2019s code that is built for nefarious purposes. It can be transferred to your server via phishing, injection, or fake websites.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<p>There\u2019s a variety of malware that hackers can use \u2014 worms, trojans, ransomware, and spyware are some of the better-known ones.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<p>Preventing malware attacks needs a combination of human intelligence and specially designed software. As for human intelligence, it\u2019s important not to visit shady websites, click on random emails that promise money and fortune, etc.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<p>However, a lot of times, that simply isn\u2019t enough. To prevent attacks that may happen via other means, it\u2019s important to update all your firewalls and use anti-malware software. These applications can detect malware, remove them, and even notify you of the attacks.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<ol class=\"wp-block-list\" start=\"5\">\n<li><strong>Brute force attacks<\/strong><\/li>\n<\/ol>\n<p><\/p>\n<p><\/p>\n<p>Brute force attacks are a type of cybersecurity attack where hackers use specially designed software to keep trying different combinations to crack your password. This software is so advanced that it can crack easy passwords within seconds.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<p>There\u2019s no real way to stop these attacks, unfortunately. We live in a world where you can easily access anything remotely if you have the right credentials. So, strong passwords are a must.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<p>However, there are a few things that you <em>can <\/em>do. You can limit the number of times a user can attempt the login. You can also encrypt all data so that even if the attack is successful, the data is useless until you have a decryption key.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<h2 class=\"wp-block-heading\"><strong>The Cost of Website Security<\/strong><\/h2>\n<p><\/p>\n<p><\/p>\n<p>Hence, considering the increasing risks of cybersecurity and online threats, taking the utmost security precautions is highly important to protect your business data and credibility. A thorough and tested security measure and recovery plan can save your business time, money, and reputation.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<p>So, make sure you use the piece above to implement the tips and combat malware, brute force, and DDoS attacks. At the same time, you can also get cloud-based website security applications, such as <a href=\"https:\/\/www.resellerclub.com\/blog\/what-is-sitelock-website-security\/\">SiteLock Website Security<\/a> which removes malicious codes and malware automatically from your site.&nbsp;<\/p>\n<p><\/p>\n<p><\/p>\n<p><a href=\"https:\/\/www.resellerclub.com\/\">ResellerClub<\/a> offers <a href=\"https:\/\/www.resellerclub.com\/sitelock-website-security\">SiteLock Website Security plans<\/a> for automatic scanning and malware removal to increase your business trust, reputation, and overall sales. So, get in touch with us to opt for a suitable and affordable SiteLock plan for your business and get free integration with your existing web hosting plan.<\/p>\n<p><\/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\/5-common-security-threats-to-websites-and-how-to-overcome-them\/\"\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>With the growing work-from-home situation, more websites and businesses are falling victim to malicious cyberattacks and online threats. Online hackers spare no business and often attack websites with security loopholes and vulnerabilities to access their critical data for malicious activities.&nbsp; Having robust security measures in place to check websites for threats and protect your business<\/p>\n","protected":false},"author":207,"featured_media":34499,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_rc_manual_related_posts":[],"footnotes":""},"categories":[813],"tags":[],"hashtags":[],"class_list":{"0":"post-34429","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-website-security-2"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v17.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>5 Common Security Threats to Websites (And How To Overcome Them)<\/title>\n<meta name=\"description\" content=\"Discover the top 5 website security threats including brute force, phishing, and malware, and explore effective ways to safeguard your website from attacks.\" \/>\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\/5-common-security-threats-to-websites-and-how-to-overcome-them\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"5 Common Security Threats to Websites (And How To Overcome Them)\" \/>\n<meta property=\"og:description\" content=\"Discover the top 5 website security threats including brute force, phishing, and malware, and explore effective ways to safeguard your website from attacks.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.resellerclub.com\/blog\/5-common-security-threats-to-websites-and-how-to-overcome-them\/\" \/>\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=\"2022-05-25T06:39:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-12T06:28:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.resellerclub.com\/blog\/wp-content\/uploads\/2022\/05\/Blog-Banner-Sizes-for-RC-1900-x-1267-5-mistakes-1024x683.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"683\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Charlotte Wright\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 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\/5-common-security-threats-to-websites-and-how-to-overcome-them\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/www.resellerclub.com\/blog\/wp-content\/uploads\/2022\/05\/Blog-Banner-Sizes-for-RC-1900-x-1267-5-mistakes.png\",\"contentUrl\":\"https:\/\/www.resellerclub.com\/blog\/wp-content\/uploads\/2022\/05\/Blog-Banner-Sizes-for-RC-1900-x-1267-5-mistakes.png\",\"width\":1900,\"height\":1267},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.resellerclub.com\/blog\/5-common-security-threats-to-websites-and-how-to-overcome-them\/#webpage\",\"url\":\"https:\/\/www.resellerclub.com\/blog\/5-common-security-threats-to-websites-and-how-to-overcome-them\/\",\"name\":\"5 Common Security Threats to Websites (And How To Overcome Them)\",\"isPartOf\":{\"@id\":\"https:\/\/www.resellerclub.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.resellerclub.com\/blog\/5-common-security-threats-to-websites-and-how-to-overcome-them\/#primaryimage\"},\"datePublished\":\"2022-05-25T06:39:00+00:00\",\"dateModified\":\"2026-05-12T06:28:14+00:00\",\"author\":{\"@id\":\"https:\/\/www.resellerclub.com\/blog\/#\/schema\/person\/e70cf4b2e3d7d3ddac2e69ef55e8a77a\"},\"description\":\"Discover the top 5 website security threats including brute force, phishing, and malware, and explore effective ways to safeguard your website from attacks.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.resellerclub.com\/blog\/5-common-security-threats-to-websites-and-how-to-overcome-them\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.resellerclub.com\/blog\/5-common-security-threats-to-websites-and-how-to-overcome-them\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.resellerclub.com\/blog\/5-common-security-threats-to-websites-and-how-to-overcome-them\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.resellerclub.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"5 Common Website Threats and How To Overcome Them\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.resellerclub.com\/blog\/#\/schema\/person\/e70cf4b2e3d7d3ddac2e69ef55e8a77a\",\"name\":\"Charlotte Wright\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.resellerclub.com\/blog\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9a390fc6af2ac5f715aa0501cac9eb5f61c36a5a8c3504c2953062782ce0e766?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9a390fc6af2ac5f715aa0501cac9eb5f61c36a5a8c3504c2953062782ce0e766?s=96&d=mm&r=g\",\"caption\":\"Charlotte Wright\"},\"description\":\"Charlotte Wright is a writer and an avid reader who loves to drink tea! Her other interests include astronomy and understanding human nature.\",\"url\":\"https:\/\/www.resellerclub.com\/blog\/author\/charlotte-w\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"5 Common Security Threats to Websites (And How To Overcome Them)","description":"Discover the top 5 website security threats including brute force, phishing, and malware, and explore effective ways to safeguard your website from attacks.","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\/5-common-security-threats-to-websites-and-how-to-overcome-them\/","og_locale":"en_US","og_type":"article","og_title":"5 Common Security Threats to Websites (And How To Overcome Them)","og_description":"Discover the top 5 website security threats including brute force, phishing, and malware, and explore effective ways to safeguard your website from attacks.","og_url":"https:\/\/www.resellerclub.com\/blog\/5-common-security-threats-to-websites-and-how-to-overcome-them\/","og_site_name":"ResellerClub Blog","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=100005889763273","article_published_time":"2022-05-25T06:39:00+00:00","article_modified_time":"2026-05-12T06:28:14+00:00","og_image":[{"width":1024,"height":683,"path":"2022\/05\/Blog-Banner-Sizes-for-RC-1900-x-1267-5-mistakes-1024x683.png","url":"https:\/\/www.resellerclub.com\/blog\/wp-content\/uploads\/2022\/05\/Blog-Banner-Sizes-for-RC-1900-x-1267-5-mistakes-1024x683.png","size":"large","id":34499,"alt":"","pixels":699392,"type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Charlotte Wright","Est. reading time":"5 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\/5-common-security-threats-to-websites-and-how-to-overcome-them\/#primaryimage","inLanguage":"en-US","url":"https:\/\/www.resellerclub.com\/blog\/wp-content\/uploads\/2022\/05\/Blog-Banner-Sizes-for-RC-1900-x-1267-5-mistakes.png","contentUrl":"https:\/\/www.resellerclub.com\/blog\/wp-content\/uploads\/2022\/05\/Blog-Banner-Sizes-for-RC-1900-x-1267-5-mistakes.png","width":1900,"height":1267},{"@type":"WebPage","@id":"https:\/\/www.resellerclub.com\/blog\/5-common-security-threats-to-websites-and-how-to-overcome-them\/#webpage","url":"https:\/\/www.resellerclub.com\/blog\/5-common-security-threats-to-websites-and-how-to-overcome-them\/","name":"5 Common Security Threats to Websites (And How To Overcome Them)","isPartOf":{"@id":"https:\/\/www.resellerclub.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.resellerclub.com\/blog\/5-common-security-threats-to-websites-and-how-to-overcome-them\/#primaryimage"},"datePublished":"2022-05-25T06:39:00+00:00","dateModified":"2026-05-12T06:28:14+00:00","author":{"@id":"https:\/\/www.resellerclub.com\/blog\/#\/schema\/person\/e70cf4b2e3d7d3ddac2e69ef55e8a77a"},"description":"Discover the top 5 website security threats including brute force, phishing, and malware, and explore effective ways to safeguard your website from attacks.","breadcrumb":{"@id":"https:\/\/www.resellerclub.com\/blog\/5-common-security-threats-to-websites-and-how-to-overcome-them\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.resellerclub.com\/blog\/5-common-security-threats-to-websites-and-how-to-overcome-them\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.resellerclub.com\/blog\/5-common-security-threats-to-websites-and-how-to-overcome-them\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.resellerclub.com\/blog\/"},{"@type":"ListItem","position":2,"name":"5 Common Website Threats and How To Overcome Them"}]},{"@type":"Person","@id":"https:\/\/www.resellerclub.com\/blog\/#\/schema\/person\/e70cf4b2e3d7d3ddac2e69ef55e8a77a","name":"Charlotte Wright","image":{"@type":"ImageObject","@id":"https:\/\/www.resellerclub.com\/blog\/#personlogo","inLanguage":"en-US","url":"https:\/\/secure.gravatar.com\/avatar\/9a390fc6af2ac5f715aa0501cac9eb5f61c36a5a8c3504c2953062782ce0e766?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9a390fc6af2ac5f715aa0501cac9eb5f61c36a5a8c3504c2953062782ce0e766?s=96&d=mm&r=g","caption":"Charlotte Wright"},"description":"Charlotte Wright is a writer and an avid reader who loves to drink tea! Her other interests include astronomy and understanding human nature.","url":"https:\/\/www.resellerclub.com\/blog\/author\/charlotte-w\/"}]}},"_links":{"self":[{"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/posts\/34429","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\/207"}],"replies":[{"embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/comments?post=34429"}],"version-history":[{"count":3,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/posts\/34429\/revisions"}],"predecessor-version":[{"id":38364,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/posts\/34429\/revisions\/38364"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/media\/34499"}],"wp:attachment":[{"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/media?parent=34429"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/categories?post=34429"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/tags?post=34429"},{"taxonomy":"hashtags","embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/hashtags?post=34429"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}