{"id":4920,"date":"2009-09-23T12:58:26","date_gmt":"2009-09-23T12:58:26","guid":{"rendered":"https:\/\/www.heartinternet.uk\/blog\/?p=4920"},"modified":"2009-09-23T12:58:26","modified_gmt":"2009-09-23T12:58:26","slug":"making-your-website-fully-accessible-for-visually-impaired-and-blind-users","status":"publish","type":"post","link":"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/","title":{"rendered":"Making your website fully accessible for visually impaired and blind users"},"content":{"rendered":"<h4>About the author:<\/h4>\n<p>Guest blogger Steve Spamer is the webmaster at <a href=\"https:\/\/www.crustysocks.com\" target=\"_blank\"><i>www.crustysocks.com<\/i><\/a>; &#8220;Being registered blind and a webmaster can be a real challenge in itself, but accessing the web can prove impossible at times for a VIP user.\u00a0In this article I&#8217;ve tried to highlight common problems encountered by a VIP&#8230;and what can be done to make websites accessible with minimal effort.&#8221;<\/p>\n<h4>If you have an idea for an article and would like to see it published on our blog and linked to in our monthly newsletter get in touch with us at marketing@heartinternet.uk<\/h4>\n<h4>Background<\/h4>\n<p>When building, designing or re-designing a website, there are many factors that need to be taken into consideration.\u00a0 With many webmasters prioritizing aspects like visual appeal, eye catching flash animations and non labelled image links, they are, unfortunately overlooking one major consideration&#8230;and that is the issue of &#8220;web accessibility&#8221; for visually impaired and blind users.<\/p>\n<p>You may be thinking &#8220;how does a blind or visually impaired person use the internet?&#8221;\u00a0 Well, with screen reading technology, the ability to increase font size and change the text and background colour to create a suitable contrast, along with a dedication to web accessibility, it can make it possible for this section of society to use the internet perfectly well.\u00a0 So, if websites are displaying certain information purely via a medium like animation or an image, it&#8217;s not difficult to understand how this is excluding a significant percentage of users.\u00a0 Think of this from a business point of view, you are, on a fundamental level, making it impossible for potential customers to access your services!<\/p>\n<p>An RNIB (Royal National Institute For The Blind) review, carried out by a team at the School of Hygiene and Tropical Medicine in 2005, revealed that there are approximately 2 million people in the UK alone suffering from significant sight loss so you can appreciate web accessibility is an important aspect that needs addressing. One thing to note is that accessibility can easily be integrated into a website with very little compromise, simply by being aware of what constitutes &#8220;inaccessibility&#8221;.\u00a0 So, to the question of &#8220;how to make a website accessible?&#8221; Well, as with any project you can pull out all the stops and work on every possible aspect, but for the sake of this article, I&#8217;ll highlight the issues to be addressed, along with what can be done to integrate web accessibility.<\/p>\n<h4>Navigation: Make accessible<\/h4>\n<p>Implementing &#8220;headings&#8221; into a webpage will make it possible for a blind or VIP user to easily navigate and jump to sections of a page via keystrokes.\u00a0 Code example:<\/p>\n<p><code>&lt;h1&gt;Welcome&lt;\/h1&gt;<\/code><\/p>\n<p>This will also help sighted and low vision users to find specific sections of the page even quicker, along with eliminating screen reader users having to arrow down a page to find relevant content.\u00a0 Remember, what&#8217;s seen on the screen isn&#8217;t always how data is processed by the browser.<\/p>\n<h4>Images: Make accessible<\/h4>\n<p>Even though someone can&#8217;t see, in many cases they still want to know what a certain image is, as it can be relevant.\u00a0 Using a screen reader, whenever an image is encountered, it will simply say something along the lines of &#8220;graphic&#8221;.\u00a0 By adding the &#8220;alt&#8221; attribute to the image tag, you can add a brief description of what the image is.\u00a0 Code example:<\/p>\n<p><code>&lt;img src=\"image.jpg\" width=\"96\" height=\"76\" alt=\"Company logo, a red sun rising behind a snow-capped mountain\"&gt;<\/code><\/p>\n<p>So, instead of hearing &#8220;graphic&#8221;, the user will hear your description.\u00a0 This may seem unnecessary, but with a page with many graphics, it will bring relevance to the VIP user.<\/p>\n<h4><\/h4>\n<h4>Images links: Make accessible<\/h4>\n<p>Often webmasters use an image as a link to another page.\u00a0 As above, a screen reader user would only hear &#8220;link graphic&#8221;&#8230;they will have no idea what the link is linking to. One way around this is to incorporate the name of the link into the &#8220;alt&#8221; attribute of the image.\u00a0\u00a0 Code example:<\/p>\n<p><code>&lt;a href=\"target.html\"&gt;&lt;img src=\"image.jpg\" width=\"96\" height=\"76\" alt=\"Click for target page\"&gt;&lt;\/a&gt;<\/code><\/p>\n<h4><\/h4>\n<h4>Flash multi media: Make accessible<\/h4>\n<p>Flash is often inaccessible and, if very active, can be very distracting to VIP&#8217;s, as well as other disabled users, e.g, people who have epilepsy.\u00a0 Having vital information within flash or adjacent to flash can make it very difficult, so please be aware of this. Usually the icons within a flash player need to be clicked with a mouse or are simply a &#8220;button&#8221;.\u00a0 Like an image link, a button tells the VIP user nothing.\u00a0 There are many alternative flash players which are coded to label these buttons, so if a screen reader user moves to a button, rather than saying &#8220;button&#8221; it will say something like &#8220;full screen button&#8221;. You Tube uses such a player and this can be a great accessibility plus for any site.<\/p>\n<p>One more thing to think of is providing an alternative.\u00a0 E.g, if the flash is playing music, then give the user an alternative means of accessing it, a &#8220;text.m3u&#8221; link that will stream the music or video for example.<\/p>\n<h4><\/h4>\n<h4>Java: Be aware<\/h4>\n<p>There are a host of java codes that add supposed functionality to a website, but in many cases these can prove to be totally inaccessible.\u00a0 This can be a minefield, but you need to be aware that although things may look great, it can be unusable to a screen reader user.\u00a0 Text based java can be ok, e.g., clocks, links, etc, but many things like chat\/voice chat rooms, etc are often not.\u00a0 There&#8217;s no easy way around this, but please be aware of these java code pitfalls.<\/p>\n<h4><\/h4>\n<h4>Font and colour: Be aware<\/h4>\n<p>Giving a user the choice of changing the font, text size\/colour and background colours is a huge plus for any website with accessibility in mind.\u00a0 Code can easily be obtained to achieve this and will benefit all VIP users from the slightly impaired to the partially sighted.<\/p>\n<h4><\/h4>\n<h4>A final note<\/h4>\n<p>A screen reader user will exclusively use the keyboard for access.\u00a0 So, please be aware that if you can only access something with a mouse and not the keyboard, there is an accessibility issue.<\/p>\n<p>Accessibility is about inclusion.\u00a0 Unfortunately, not everything can currently be made accessible, but if you address the areas that can be changed and accommodate all users where possible, you are driving forward the crucial issues surrounding web accessibility.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>About the author: Guest blogger Steve Spamer is the webmaster at www.crustysocks.com; &#8220;Being registered blind and a webmaster can be a real challenge in itself, but accessing the web can&#8230;<\/p>\n","protected":false},"author":4,"featured_media":8184,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12],"tags":[],"class_list":{"0":"post-4920","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-guest-posts"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Making your website fully accessible for visually impaired and blind users - Heart Internet<\/title>\n<meta name=\"description\" content=\"Making your website fully accessible for visually impaired and blind users - 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\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Making your website fully accessible for visually impaired and blind users - Heart Internet\" \/>\n<meta property=\"og:description\" content=\"Making your website fully accessible for visually impaired and blind users - Written by the team at Heart Internet.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/\" \/>\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=\"2009-09-23T12:58:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2015\/06\/category__guest_posts1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1620\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\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\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/\"},\"author\":{\"name\":\"Heart Internet\",\"@id\":\"https:\/\/heartblog.victory.digital\/#\/schema\/person\/4cf88a3a32d3dc3df684ebe5b470bb78\"},\"headline\":\"Making your website fully accessible for visually impaired and blind users\",\"datePublished\":\"2009-09-23T12:58:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/\"},\"wordCount\":1054,\"commentCount\":7,\"publisher\":{\"@id\":\"https:\/\/heartblog.victory.digital\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2015\/06\/category__guest_posts1.jpg\",\"articleSection\":[\"Guest Posts\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/\",\"url\":\"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/\",\"name\":\"Making your website fully accessible for visually impaired and blind users - Heart Internet\",\"isPartOf\":{\"@id\":\"https:\/\/heartblog.victory.digital\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2015\/06\/category__guest_posts1.jpg\",\"datePublished\":\"2009-09-23T12:58:26+00:00\",\"description\":\"Making your website fully accessible for visually impaired and blind users - Written by the team at Heart Internet.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/#primaryimage\",\"url\":\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2015\/06\/category__guest_posts1.jpg\",\"contentUrl\":\"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2015\/06\/category__guest_posts1.jpg\",\"width\":1620,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.heartinternet.uk\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Making your website fully accessible for visually impaired and blind users\"}]},{\"@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":"Making your website fully accessible for visually impaired and blind users - Heart Internet","description":"Making your website fully accessible for visually impaired and blind users - 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\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/","og_locale":"en_GB","og_type":"article","og_title":"Making your website fully accessible for visually impaired and blind users - Heart Internet","og_description":"Making your website fully accessible for visually impaired and blind users - Written by the team at Heart Internet.","og_url":"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/","og_site_name":"Heart Internet","article_publisher":"https:\/\/www.facebook.com\/heartinternet\/","article_published_time":"2009-09-23T12:58:26+00:00","og_image":[{"width":1620,"height":720,"url":"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2015\/06\/category__guest_posts1.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\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/#article","isPartOf":{"@id":"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/"},"author":{"name":"Heart Internet","@id":"https:\/\/heartblog.victory.digital\/#\/schema\/person\/4cf88a3a32d3dc3df684ebe5b470bb78"},"headline":"Making your website fully accessible for visually impaired and blind users","datePublished":"2009-09-23T12:58:26+00:00","mainEntityOfPage":{"@id":"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/"},"wordCount":1054,"commentCount":7,"publisher":{"@id":"https:\/\/heartblog.victory.digital\/#organization"},"image":{"@id":"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/#primaryimage"},"thumbnailUrl":"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2015\/06\/category__guest_posts1.jpg","articleSection":["Guest Posts"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/","url":"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/","name":"Making your website fully accessible for visually impaired and blind users - Heart Internet","isPartOf":{"@id":"https:\/\/heartblog.victory.digital\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/#primaryimage"},"image":{"@id":"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/#primaryimage"},"thumbnailUrl":"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2015\/06\/category__guest_posts1.jpg","datePublished":"2009-09-23T12:58:26+00:00","description":"Making your website fully accessible for visually impaired and blind users - Written by the team at Heart Internet.","breadcrumb":{"@id":"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/#primaryimage","url":"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2015\/06\/category__guest_posts1.jpg","contentUrl":"https:\/\/www.heartinternet.uk\/blog\/wp-content\/uploads\/2015\/06\/category__guest_posts1.jpg","width":1620,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/www.heartinternet.uk\/blog\/making-your-website-fully-accessible-for-visually-impaired-and-blind-users\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.heartinternet.uk\/blog\/"},{"@type":"ListItem","position":2,"name":"Making your website fully accessible for visually impaired and blind users"}]},{"@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\/4920","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=4920"}],"version-history":[{"count":0,"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/posts\/4920\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/media\/8184"}],"wp:attachment":[{"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/media?parent=4920"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/categories?post=4920"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.heartinternet.uk\/blog\/wp-json\/wp\/v2\/tags?post=4920"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}