{"id":1136,"date":"2011-11-09T14:47:20","date_gmt":"2011-11-09T14:47:20","guid":{"rendered":"https:\/\/www.uk-cheapest.co.uk\/support\/?p=1136"},"modified":"2026-08-14T20:04:18","modified_gmt":"2026-08-14T19:04:18","slug":"how-do-i-block-the-yandex-ru-bot-from-crawling-my-site","status":"publish","type":"post","link":"https:\/\/www.uk-cheapest.co.uk\/support\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\/","title":{"rendered":"How to Block or Control YandexBot Crawling"},"content":{"rendered":"\n<div class=\"ukc-organic-guide\"><section class=\"ukc-organic-hero\" aria-labelledby=\"yandex-answer\"><p class=\"ukc-organic-kicker\">Control YandexBot crawling<\/p><h2 id=\"yandex-answer\">Use robots.txt first, then a server block only for abusive traffic<\/h2><p class=\"ukc-organic-lead\"><strong>Yandex officially supports robots.txt and offers crawl-rate controls in Yandex Webmaster.<\/strong> Add a Yandex rule to a valid root-level robots.txt file and test it. A web-server block is stronger, but it also blocks legitimate access and can be bypassed by software that copies the Yandex user-agent name.<\/p><div class=\"ukc-organic-actions\"><a class=\"ukc-organic-button\" href=\"#robots\" data-ukc-organic-cta=\"top\" data-ukc-organic-destination=\"robots_instructions\">Use the robots.txt Rule<\/a><a class=\"ukc-organic-text-link\" href=\"#server-block\">Server blocking<\/a><\/div><div class=\"ukc-organic-facts\"><article><span>FIRST<\/span><strong>Use robots.txt<\/strong><small>Official crawl instruction<\/small><\/article><article><span>VERIFY<\/span><strong>Check server logs<\/strong><small>Confirm the real problem<\/small><\/article><article><span>STRONG BLOCK<\/span><strong>Use only if necessary<\/strong><small>User agents can be spoofed<\/small><\/article><\/div><\/section>\n<nav class=\"ukc-organic-nav\" aria-label=\"On this page\"><strong>On this page<\/strong><a href=\"#verify\">Verify<\/a><a href=\"#robots\">robots.txt<\/a><a href=\"#server-block\">Server block<\/a><a href=\"#undo\">Undo<\/a><\/nav>\n<h2 id=\"verify\">How do you know YandexBot is causing the load?<\/h2><div class=\"ukc-organic-grid two\"><article class=\"ukc-organic-card\"><h3>Review access logs<\/h3><p>Compare request rate, paths, status codes and user-agent with the period of high resource use.<\/p><\/article><article class=\"ukc-organic-card\"><h3>Find expensive URLs<\/h3><p>Search, calendar, filter and parameter pages can create much more work than ordinary articles.<\/p><\/article><article class=\"ukc-organic-card\"><h3>Separate bots from attacks<\/h3><p>A user-agent string is not proof of identity. Malicious software can claim to be YandexBot.<\/p><\/article><article class=\"ukc-organic-card\"><h3>Fix the bottleneck<\/h3><p>Caching, database queries and unlimited URL combinations may need work even if one crawler exposes them.<\/p><\/article><\/div>\n<h2 id=\"robots\">How do you block Yandex in robots.txt?<\/h2><p>Add this group to the plain-text <code>robots.txt<\/code> file at the website root:<\/p><pre><code>User-agent: Yandex&#10;Disallow: \/<\/code><\/pre><p>Confirm the public file returns HTTP 200 and plain text. Preserve existing sitemap and crawler rules. Yandex says a valid file can restrict crawling and reduce server load.<\/p><ol class=\"ukc-organic-steps two\"><li><span>1<\/span><div><strong>Back up the current file<\/strong><p>Preserve all existing directives and sitemap locations before editing.<\/p><\/div><\/li><li><span>2<\/span><div><strong>Add the Yandex group<\/strong><p>Use the exact user-agent and disallow lines shown above.<\/p><\/div><\/li><li><span>3<\/span><div><strong>Test the response<\/strong><p>Open the file without signing in and validate it in Yandex Webmaster where available.<\/p><\/div><\/li><li><span>4<\/span><div><strong>Monitor requests<\/strong><p>Allow time for the crawler to refetch the file, then compare logs and load.<\/p><\/div><\/li><\/ol>\n<h2 id=\"server-block\">When should you block at the server?<\/h2><p>Use a server block when traffic remains harmful, is impersonating a crawler or must stop immediately. The correct method depends on active Apache and Nginx configuration. A copied legacy <code>Order Deny,Allow<\/code> snippet may not suit a modern server.<\/p><aside class=\"ukc-organic-warning\"><strong>Back up .htaccess before editing.<\/strong> One syntax error can make the site return a server error. UKC customers can ask support to confirm a rule for their configuration.<\/aside>\n<h2 id=\"undo\">How do you reverse the change?<\/h2><div class=\"ukc-organic-grid two\"><article class=\"ukc-organic-card\"><h3>robots.txt rule<\/h3><p>Remove only the Yandex group and confirm the rest of the file still returns HTTP 200.<\/p><\/article><article class=\"ukc-organic-card\"><h3>Server block<\/h3><p>Restore the backup, test the site immediately and clear relevant caches.<\/p><\/article><article class=\"ukc-organic-card\"><h3>Search visibility<\/h3><p>Allowing crawl again does not guarantee immediate recrawling or indexing.<\/p><\/article><article class=\"ukc-organic-card\"><h3>Long-term control<\/h3><p>Block infinite URL spaces and fix expensive pages instead of blocking every crawler that finds them.<\/p><\/article><\/div><p>Read Yandex&#8217;s official <a href=\"https:\/\/yandex.com\/support\/webmaster\/en\/controlling-robot\/robots-txt\">robots.txt guidance<\/a>.<\/p>\n<h2>YandexBot questions<\/h2><div class=\"ukc-organic-faq\"><details open><summary>Does Yandex ignore robots.txt?<\/summary><p>Yandex states that its indexing robot supports robots.txt. A missing, inaccessible or invalid file may be treated as allowing crawl.<\/p><\/details><details><summary>Will Disallow remove pages from search?<\/summary><p>Not necessarily. Blocking crawl and removing an indexed URL are separate tasks.<\/p><\/details><details><summary>Can I block by IP address?<\/summary><p>Ranges can change and need verification. Do not maintain an unverified copied list.<\/p><\/details><details><summary>Why is the old Apache rule gone?<\/summary><p>It used legacy syntax and an imprecise pattern. Modern configurations need a rule suited to the actual server.<\/p><\/details><\/div>\n<section class=\"ukc-organic-final\" aria-labelledby=\"yandex-final\"><div><p class=\"ukc-organic-kicker\">Still seeing heavy crawling?<\/p><h2 id=\"yandex-final\">Send UKC the time window and hostname<\/h2><p>Include sample log lines with customer information removed.<\/p><\/div><div class=\"ukc-organic-final-actions\"><a class=\"ukc-organic-button\" href=\"https:\/\/billing.uk-cheapest.co.uk\/submitticket.php\" data-ukc-organic-cta=\"final\" data-ukc-organic-destination=\"helpdesk\">Open a Support Ticket<\/a><a href=\"https:\/\/www.uk-cheapest.co.uk\/hosting.php\" data-ukc-organic-cta=\"hosting\" data-ukc-organic-destination=\"hosting\">View UKC Hosting<\/a><\/div><\/section><\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>Control YandexBot crawling Use robots.txt first, then a server block only for abusive traffic Yandex officially supports robots.txt and offers crawl-rate controls in Yandex Webmaster. Add a Yandex rule to a valid root-level robots.txt file and test it. A web-server block is stronger, but it also blocks legitimate access and can be bypassed by software &#8230; <a title=\"How to Block or Control YandexBot Crawling\" class=\"read-more\" href=\"https:\/\/www.uk-cheapest.co.uk\/support\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\/\" aria-label=\"Read more about How to Block or Control YandexBot Crawling\">Read more&#8230;<\/a><\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"generate_page_header":"","footnotes":""},"categories":[7,61],"tags":[229,227,228,226],"class_list":["post-1136","post","type-post","status-publish","format-standard","hentry","category-search-engines","category-support","tag-block","tag-robots","tag-robots-txt","tag-yandex"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Block YandexBot Safely with robots.txt<\/title>\n<meta name=\"description\" content=\"Verify YandexBot traffic, restrict it with a valid robots.txt rule, understand stronger server blocks and safely reverse the change.\" \/>\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.uk-cheapest.co.uk\/support\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Block YandexBot Safely with robots.txt\" \/>\n<meta property=\"og:description\" content=\"Verify YandexBot traffic, restrict it with a valid robots.txt rule, understand stronger server blocks and safely reverse the change.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.uk-cheapest.co.uk\/support\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\/\" \/>\n<meta property=\"og:site_name\" content=\"UK-Cheapest.co.uk\" \/>\n<meta property=\"article:published_time\" content=\"2011-11-09T14:47:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-14T19:04:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.uk-cheapest.co.uk\/support\/wp-content\/uploads\/2026\/08\/ogimage1.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1731\" \/>\n\t<meta property=\"og:image:height\" content=\"908\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"UKC\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@ukchelpdesk\" \/>\n<meta name=\"twitter:site\" content=\"@ukchelpdesk\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"UKC\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\\\/\"},\"author\":{\"name\":\"UKC\",\"@id\":\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/#\\\/schema\\\/person\\\/135cf981b8a3a120603fcbc027eed746\"},\"headline\":\"How to Block or Control YandexBot Crawling\",\"datePublished\":\"2011-11-09T14:47:20+00:00\",\"dateModified\":\"2026-08-14T19:04:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\\\/\"},\"wordCount\":561,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/#organization\"},\"keywords\":[\"block\",\"robots\",\"robots.txt\",\"yandex\"],\"articleSection\":[\"Search Engines\",\"Support\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\\\/\",\"url\":\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\\\/\",\"name\":\"How to Block YandexBot Safely with robots.txt\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/#website\"},\"datePublished\":\"2011-11-09T14:47:20+00:00\",\"dateModified\":\"2026-08-14T19:04:18+00:00\",\"description\":\"Verify YandexBot traffic, restrict it with a valid robots.txt rule, understand stronger server blocks and safely reverse the change.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"UK-Cheapest.co.uk\",\"item\":\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Block or Control YandexBot Crawling\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/#website\",\"url\":\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/\",\"name\":\"UK-Cheapest.co.uk\",\"description\":\"Cheap Domain Names, Web Hosting, Site Builder &amp; Web Security\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/#organization\",\"name\":\"UKC\",\"url\":\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/Screenshot-2023-12-14-at-17.40.07.png\",\"contentUrl\":\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/Screenshot-2023-12-14-at-17.40.07.png\",\"width\":217,\"height\":55,\"caption\":\"UKC\"},\"image\":{\"@id\":\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/ukchelpdesk\",\"https:\\\/\\\/www.instagram.com\\\/ukc_hosting\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/#\\\/schema\\\/person\\\/135cf981b8a3a120603fcbc027eed746\",\"name\":\"UKC\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/afbfe91204852778e8698de79f854348bec9aea508bef650c084d0c6daf2588d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/afbfe91204852778e8698de79f854348bec9aea508bef650c084d0c6daf2588d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/afbfe91204852778e8698de79f854348bec9aea508bef650c084d0c6daf2588d?s=96&d=mm&r=g\",\"caption\":\"UKC\"},\"sameAs\":[\"https:\\\/\\\/www.uk-cheapest.co.uk\"],\"url\":\"https:\\\/\\\/www.uk-cheapest.co.uk\\\/support\\\/author\\\/colin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Block YandexBot Safely with robots.txt","description":"Verify YandexBot traffic, restrict it with a valid robots.txt rule, understand stronger server blocks and safely reverse the change.","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.uk-cheapest.co.uk\/support\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\/","og_locale":"en_GB","og_type":"article","og_title":"How to Block YandexBot Safely with robots.txt","og_description":"Verify YandexBot traffic, restrict it with a valid robots.txt rule, understand stronger server blocks and safely reverse the change.","og_url":"https:\/\/www.uk-cheapest.co.uk\/support\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\/","og_site_name":"UK-Cheapest.co.uk","article_published_time":"2011-11-09T14:47:20+00:00","article_modified_time":"2026-08-14T19:04:18+00:00","og_image":[{"width":1731,"height":908,"url":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-content\/uploads\/2026\/08\/ogimage1.jpeg","type":"image\/jpeg"}],"author":"UKC","twitter_card":"summary_large_image","twitter_creator":"@ukchelpdesk","twitter_site":"@ukchelpdesk","twitter_misc":{"Written by":"UKC","Estimated reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.uk-cheapest.co.uk\/support\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\/#article","isPartOf":{"@id":"https:\/\/www.uk-cheapest.co.uk\/support\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\/"},"author":{"name":"UKC","@id":"https:\/\/www.uk-cheapest.co.uk\/support\/#\/schema\/person\/135cf981b8a3a120603fcbc027eed746"},"headline":"How to Block or Control YandexBot Crawling","datePublished":"2011-11-09T14:47:20+00:00","dateModified":"2026-08-14T19:04:18+00:00","mainEntityOfPage":{"@id":"https:\/\/www.uk-cheapest.co.uk\/support\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\/"},"wordCount":561,"commentCount":1,"publisher":{"@id":"https:\/\/www.uk-cheapest.co.uk\/support\/#organization"},"keywords":["block","robots","robots.txt","yandex"],"articleSection":["Search Engines","Support"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.uk-cheapest.co.uk\/support\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.uk-cheapest.co.uk\/support\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\/","url":"https:\/\/www.uk-cheapest.co.uk\/support\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\/","name":"How to Block YandexBot Safely with robots.txt","isPartOf":{"@id":"https:\/\/www.uk-cheapest.co.uk\/support\/#website"},"datePublished":"2011-11-09T14:47:20+00:00","dateModified":"2026-08-14T19:04:18+00:00","description":"Verify YandexBot traffic, restrict it with a valid robots.txt rule, understand stronger server blocks and safely reverse the change.","breadcrumb":{"@id":"https:\/\/www.uk-cheapest.co.uk\/support\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.uk-cheapest.co.uk\/support\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.uk-cheapest.co.uk\/support\/how-do-i-block-the-yandex-ru-bot-from-crawling-my-site\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"UK-Cheapest.co.uk","item":"https:\/\/www.uk-cheapest.co.uk\/support\/"},{"@type":"ListItem","position":2,"name":"How to Block or Control YandexBot Crawling"}]},{"@type":"WebSite","@id":"https:\/\/www.uk-cheapest.co.uk\/support\/#website","url":"https:\/\/www.uk-cheapest.co.uk\/support\/","name":"UK-Cheapest.co.uk","description":"Cheap Domain Names, Web Hosting, Site Builder &amp; Web Security","publisher":{"@id":"https:\/\/www.uk-cheapest.co.uk\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.uk-cheapest.co.uk\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.uk-cheapest.co.uk\/support\/#organization","name":"UKC","url":"https:\/\/www.uk-cheapest.co.uk\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.uk-cheapest.co.uk\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-content\/uploads\/2023\/12\/Screenshot-2023-12-14-at-17.40.07.png","contentUrl":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-content\/uploads\/2023\/12\/Screenshot-2023-12-14-at-17.40.07.png","width":217,"height":55,"caption":"UKC"},"image":{"@id":"https:\/\/www.uk-cheapest.co.uk\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/ukchelpdesk","https:\/\/www.instagram.com\/ukc_hosting\/"]},{"@type":"Person","@id":"https:\/\/www.uk-cheapest.co.uk\/support\/#\/schema\/person\/135cf981b8a3a120603fcbc027eed746","name":"UKC","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/afbfe91204852778e8698de79f854348bec9aea508bef650c084d0c6daf2588d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/afbfe91204852778e8698de79f854348bec9aea508bef650c084d0c6daf2588d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/afbfe91204852778e8698de79f854348bec9aea508bef650c084d0c6daf2588d?s=96&d=mm&r=g","caption":"UKC"},"sameAs":["https:\/\/www.uk-cheapest.co.uk"],"url":"https:\/\/www.uk-cheapest.co.uk\/support\/author\/colin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-json\/wp\/v2\/posts\/1136","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-json\/wp\/v2\/comments?post=1136"}],"version-history":[{"count":5,"href":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-json\/wp\/v2\/posts\/1136\/revisions"}],"predecessor-version":[{"id":5587,"href":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-json\/wp\/v2\/posts\/1136\/revisions\/5587"}],"wp:attachment":[{"href":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-json\/wp\/v2\/media?parent=1136"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-json\/wp\/v2\/categories?post=1136"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-json\/wp\/v2\/tags?post=1136"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}