{"id":23045,"date":"2020-11-10T10:04:23","date_gmt":"2020-11-10T10:04:23","guid":{"rendered":"https:\/\/www.heartinternet.uk\/blog\/?p=23045"},"modified":"2020-11-10T10:04:23","modified_gmt":"2020-11-10T10:04:23","slug":"5-of-the-most-popular-coding-languages-to-learn-in-2020","status":"publish","type":"post","link":"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/","title":{"rendered":"5 of the most popular coding languages to learn in 2020"},"content":{"rendered":"<p>It\u2019s hard to overstate the importance language plays in our lives. Whether verbal or non-verbal, language is how we convey not only our basic needs for survival but also our complex thoughts and ideas.<\/p>\n<p>Coding languages are no different. It may be through the medium of computers, but these languages are used for the exact same reason. Code is a developer&#8217;s way of logically breaking down a thought or an idea and rebuilding it in a language that enables them to clearly communicate it to others.<\/p>\n<p>In a 1995 interview <a href=\"https:\/\/www.codetoday.co.uk\/post\/2018\/07\/25\/steve-jobs-1995-everybody-should-learn-to-program-a-computer-because-it-teaches-you-how\">Steve Jobs<\/a> described coding language as a mirror to his thought process and said \u201ceverybody should learn to program a computer, because it teaches you how to think.\u201d<\/p>\n<p>The UK Government certainly agreed with Jobs\u2019 assessment that everyone should learn how to code. In 2014 <a href=\"https:\/\/www.gov.uk\/government\/publications\/d5-london-summit-themes\/d5-london-teaching-children-to-code\">England became the first country in the world to mandate teaching coding to children at primary and secondary schools<\/a>. Every student from 5 to 16 years of age now learns how computers work and the basics of programming.<\/p>\n<p>So, whether you are a coder looking to add another string to your development bow or you\u2019re looking to break into web development, learning a new coding language is always going to be a valuable investment of your time.<\/p>\n<h3><strong>Which coding language should I learn? <\/strong><\/h3>\n<p>With approximately <a href=\"https:\/\/breakingintostartups.com\/how-many-coding-languages-are-there\/\">700 different coding languages<\/a> in existence it can be difficult to know which ones you should learn. After all, each language is designed for a slightly different purpose and some seem to be more popular than others.<\/p>\n<p>But, just like in high school, popularity doesn\u2019t always last. So, if you want to stay on the cutting edge of the programming industry it\u2019s important to keep track of what the most popular programming languages are.<\/p>\n<p>And, it just so happens we\u2019ve put together a list of the 5 most popular coding languages to learn in 2020.<\/p>\n<h3><strong>Front-end web development <\/strong><\/h3>\n<p><strong>JavaScript<\/strong><\/p>\n<p>It\u2019s hard to believe now, but once upon a time Javascript was frowned upon by web developers because of its lack of features. However, despite it\u2019s less than auspicious start it has evolved into a dynamic scripting language. And, in 2019 was voted the <a href=\"https:\/\/insights.stackoverflow.com\/survey\/2019\">most popular language among web developers<\/a> for the 7th year in a row.<\/p>\n<p>It\u2019s not surprising it\u2019s so popular, as it plays a major role in front-end development, is compatible with all major browsers and can even be used server-side through Node.js. What\u2019s not to like, huh?<\/p>\n<p>On the front-end of a website Javascript works in correlation to HTML and CSS, and provides the foundation for pretty much all websites. It\u2019s said that HTML gives meaning to content on a website, CSS is used to format and style the layout of HTML elements, but it\u2019s <a href=\"https:\/\/www.w3.org\/wiki\/The_web_standards_model_-_HTML_CSS_and_JavaScript#JavaScript_.E2.80.94_adding_behaviour_to_web_pages\">JavaScript that adds behavior<\/a> to a web page. You can use it to animate elements on a website, create drag and drop boxes, validate data in contact forms and so much more.<\/p>\n<p>It would seem that the need to learn Javascript is inescapable. Especially If you believe <a href=\"https:\/\/blog.codinghorror.com\/the-principle-of-least-power\/\">Atwood&#8217;s Law <\/a>which states that any application that <em>can<\/em> be written in JavaScript, <em>will<\/em> eventually be written in JavaScript.<\/p>\n<p><strong>Elm<\/strong><\/p>\n<p>Created by Evan Czaplicki in 2012, Elm is still a relatively young programming language. It is described as \u201c<a href=\"https:\/\/elm-lang.org\">a delightful language for reliable websites and web apps<\/a>.\u201d At its core, it is a functional language that compiles with JavaScript which means that browsers can execute it on a web page.<\/p>\n<p>Elm gives developers benefits that you can only get from a functional language, like no runtime errors, reliable refactoring and automatically enforced semantic versioning. With this language you can build user interfaces and add features quickly and refactor thousands of lines without the background anxiety that you missed something important.<\/p>\n<p>According to <a href=\"https:\/\/guide.elm-lang.org\">Czaplick<\/a>, it is quite common for Elm programmers to say they never felt so confident while programming.<\/p>\n<h3><strong>Back-end development<\/strong><\/h3>\n<p><strong>Python <\/strong><\/p>\n<p>Released by Guido van Rossum in 1991, Python was designed with an emphasis on code readability. It uses clear and<\/p>\n<p>expressive syntax, making it easier to learn than some of the other coding languages.<\/p>\n<p>Some call Python the <a href=\"https:\/\/becominghuman.ai\/why-everybody-should-learn-python-in-2020-2578e7031629\">Swiss Army knife of coding<\/a> because it allows you to do so many things. It\u2019s a versatile and powerful language that lends itself well to scientific computing, machine learning, and engineering. Hence its use by Nasa and Google.<\/p>\n<p>Another great thing about Python is that due to the age of the language there are well established support pages and <a href=\"https:\/\/python-forum.io\">forums<\/a> out there filled with experienced coders who can help you get to grips with anything you get stuck on.<\/p>\n<p><strong>Go <\/strong><\/p>\n<p>Created in the last decade by tech giant Google, Go has seen an increase in popularity in the last few years and was even voted the 13th most popular programming language in <a href=\"https:\/\/insights.stackoverflow.com\/survey\/2019#technology\">Stack Overflow\u2019s, 2019 Developer Survey<\/a>. On the face of it, this may not seem impressive, but remember that there are around 700 languages so it is a great achievement.<\/p>\n<p>Go is an open source programming language that makes it easy to build simple, reliable and efficient software. Simplicity was key for Google when creating this language. With thousands of developers working on their very large code base, they needed a language that could be easily understood by other developers and easy to modify and maintain.<\/p>\n<p>It\u2019s a great language to learn for building web servers, data pipelines, and even machine-learning packages.<\/p>\n<p>This is definitely one to have on your \u2018to learn\u2019 list.<\/p>\n<h3><strong>Mobile development<\/strong><strong>\u00a0<\/strong><\/h3>\n<p><strong>Swift <\/strong><\/p>\n<p>If you are interested in developing Apple iOS or MAC OS apps, Swift is the coding language for you.<\/p>\n<p>When you consider that\u00a0 <a href=\"https:\/\/www.smartinsights.com\/mobile-marketing\/mobile-marketing-analytics\/mobile-marketing-statistics\/\">90% of mobile time<\/a> is spent on apps it\u2019s perhaps not surprising that Swift has been growing in popularity since its inception in 2014. It is a language that was designed to be beginner friendly, easy to understand and fun to learn.<\/p>\n<p>Another great thing about Swift is that it is a statically typed language which means that it\u2019s easy to maintain your code and much faster than other dynamically typed languages like PHP or Ruby.<\/p>\n<p>All in all, a great language to learn for anyone wanting to enter the world of mobile app development.<\/p>\n<h3><strong>Ready, set\u2026 code<\/strong><\/h3>\n<p>Learning a new coding language will help you stay on the cutting edge of your industry and advance your career. Afterall, in order to be in-demand, you have to learn in-demand languages.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Want to learn a new programming language and advance your career? Then check out our list of the most popular coding languages to learn in 2020. <\/p>\n","protected":false},"author":4,"featured_media":23048,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17,22,24],"tags":[34,91],"class_list":{"0":"post-23045","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-power-up","8":"category-ui-ux","9":"category-web-design","10":"tag-best-coding-languages","11":"tag-learn-to-code"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>5 of the most popular coding languages to learn in 2020 - Heart Internet<\/title>\n<meta name=\"description\" content=\"5 of the most popular coding languages to learn in 2020 - Written by the team at Heart Internet.\" \/>\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.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"5 of the most popular coding languages to learn in 2020 - Heart Internet\" \/>\n<meta property=\"og:description\" content=\"5 of the most popular coding languages to learn in 2020 - Written by the team at Heart Internet.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/\" \/>\n<meta property=\"og:site_name\" content=\"Heart Internet\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/heartinternet\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-11-10T10:04:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2020\/11\/Most-Popular-Coding-Languages-Header.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"627\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Heart Internet\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@heartinternet\" \/>\n<meta name=\"twitter:site\" content=\"@heartinternet\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Heart Internet\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated 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\":\"Article\",\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/\"},\"author\":{\"name\":\"Heart Internet\",\"@id\":\"https:\/\/heartblog.victory.digital\/#\/schema\/person\/4cf88a3a32d3dc3df684ebe5b470bb78\"},\"headline\":\"5 of the most popular coding languages to learn in 2020\",\"datePublished\":\"2020-11-10T10:04:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/\"},\"wordCount\":1078,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/heartblog.victory.digital\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2020\/11\/Most-Popular-Coding-Languages-Header.jpg\",\"keywords\":[\"Best coding languages\",\"Learn to code\"],\"articleSection\":[\"Power Up\",\"UI\/UX\",\"Web Design\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/\",\"url\":\"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/\",\"name\":\"5 of the most popular coding languages to learn in 2020 - Heart Internet\",\"isPartOf\":{\"@id\":\"https:\/\/heartblog.victory.digital\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2020\/11\/Most-Popular-Coding-Languages-Header.jpg\",\"datePublished\":\"2020-11-10T10:04:23+00:00\",\"description\":\"5 of the most popular coding languages to learn in 2020 - Written by the team at Heart Internet.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/#primaryimage\",\"url\":\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2020\/11\/Most-Popular-Coding-Languages-Header.jpg\",\"contentUrl\":\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2020\/11\/Most-Popular-Coding-Languages-Header.jpg\",\"width\":1280,\"height\":627},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.heartinternet.uk\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"5 of the most popular coding languages to learn in 2020\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/heartblog.victory.digital\/#website\",\"url\":\"https:\/\/heartblog.victory.digital\/\",\"name\":\"Heart Internet\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/heartblog.victory.digital\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/heartblog.victory.digital\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/heartblog.victory.digital\/#organization\",\"name\":\"Heart Internet\",\"url\":\"https:\/\/heartblog.victory.digital\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/heartblog.victory.digital\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2025\/02\/HeartInternet_Logo_Colour.webp\",\"contentUrl\":\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2025\/02\/HeartInternet_Logo_Colour.webp\",\"width\":992,\"height\":252,\"caption\":\"Heart Internet\"},\"image\":{\"@id\":\"https:\/\/heartblog.victory.digital\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/heartinternet\/\",\"https:\/\/x.com\/heartinternet\",\"https:\/\/www.linkedin.com\/company\/heart-internet-ltd\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/heartblog.victory.digital\/#\/schema\/person\/4cf88a3a32d3dc3df684ebe5b470bb78\",\"name\":\"Heart Internet\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/heartblog.victory.digital\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"caption\":\"Heart Internet\"},\"url\":\"https:\/\/www.heartinternet.uk\/blog\/author\/heart-internet\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"5 of the most popular coding languages to learn in 2020 - Heart Internet","description":"5 of the most popular coding languages to learn in 2020 - Written by the team at Heart Internet.","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.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/","og_locale":"en_GB","og_type":"article","og_title":"5 of the most popular coding languages to learn in 2020 - Heart Internet","og_description":"5 of the most popular coding languages to learn in 2020 - Written by the team at Heart Internet.","og_url":"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/","og_site_name":"Heart Internet","article_publisher":"https:\/\/www.facebook.com\/heartinternet\/","article_published_time":"2020-11-10T10:04:23+00:00","og_image":[{"width":1280,"height":627,"url":"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2020\/11\/Most-Popular-Coding-Languages-Header.jpg","type":"image\/jpeg"}],"author":"Heart Internet","twitter_card":"summary_large_image","twitter_creator":"@heartinternet","twitter_site":"@heartinternet","twitter_misc":{"Written by":"Heart Internet","Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/#article","isPartOf":{"@id":"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/"},"author":{"name":"Heart Internet","@id":"https:\/\/heartblog.victory.digital\/#\/schema\/person\/4cf88a3a32d3dc3df684ebe5b470bb78"},"headline":"5 of the most popular coding languages to learn in 2020","datePublished":"2020-11-10T10:04:23+00:00","mainEntityOfPage":{"@id":"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/"},"wordCount":1078,"commentCount":0,"publisher":{"@id":"https:\/\/heartblog.victory.digital\/#organization"},"image":{"@id":"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/#primaryimage"},"thumbnailUrl":"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2020\/11\/Most-Popular-Coding-Languages-Header.jpg","keywords":["Best coding languages","Learn to code"],"articleSection":["Power Up","UI\/UX","Web Design"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/","url":"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/","name":"5 of the most popular coding languages to learn in 2020 - Heart Internet","isPartOf":{"@id":"https:\/\/heartblog.victory.digital\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/#primaryimage"},"image":{"@id":"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/#primaryimage"},"thumbnailUrl":"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2020\/11\/Most-Popular-Coding-Languages-Header.jpg","datePublished":"2020-11-10T10:04:23+00:00","description":"5 of the most popular coding languages to learn in 2020 - Written by the team at Heart Internet.","breadcrumb":{"@id":"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/#primaryimage","url":"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2020\/11\/Most-Popular-Coding-Languages-Header.jpg","contentUrl":"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2020\/11\/Most-Popular-Coding-Languages-Header.jpg","width":1280,"height":627},{"@type":"BreadcrumbList","@id":"https:\/\/www.heartinternet.uk\/blog\/5-of-the-most-popular-coding-languages-to-learn-in-2020\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.heartinternet.uk\/blog\/"},{"@type":"ListItem","position":2,"name":"5 of the most popular coding languages to learn in 2020"}]},{"@type":"WebSite","@id":"https:\/\/heartblog.victory.digital\/#website","url":"https:\/\/heartblog.victory.digital\/","name":"Heart Internet","description":"","publisher":{"@id":"https:\/\/heartblog.victory.digital\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/heartblog.victory.digital\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/heartblog.victory.digital\/#organization","name":"Heart Internet","url":"https:\/\/heartblog.victory.digital\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/heartblog.victory.digital\/#\/schema\/logo\/image\/","url":"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2025\/02\/HeartInternet_Logo_Colour.webp","contentUrl":"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2025\/02\/HeartInternet_Logo_Colour.webp","width":992,"height":252,"caption":"Heart Internet"},"image":{"@id":"https:\/\/heartblog.victory.digital\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/heartinternet\/","https:\/\/x.com\/heartinternet","https:\/\/www.linkedin.com\/company\/heart-internet-ltd"]},{"@type":"Person","@id":"https:\/\/heartblog.victory.digital\/#\/schema\/person\/4cf88a3a32d3dc3df684ebe5b470bb78","name":"Heart Internet","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/heartblog.victory.digital\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"Heart Internet"},"url":"https:\/\/www.heartinternet.uk\/blog\/author\/heart-internet\/"}]}},"_links":{"self":[{"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/posts\/23045","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/comments?post=23045"}],"version-history":[{"count":0,"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/posts\/23045\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/media\/23048"}],"wp:attachment":[{"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/media?parent=23045"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/categories?post=23045"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/tags?post=23045"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}