{"id":5219,"date":"2023-11-16T10:49:30","date_gmt":"2023-11-16T10:49:30","guid":{"rendered":"https:\/\/tasarlab.com\/robots-txt-nedir-ve-nasil-kullanilir\/"},"modified":"2024-09-18T09:40:45","modified_gmt":"2024-09-18T09:40:45","slug":"what-is-robots-txt-and-how-do-you-use-it","status":"publish","type":"post","link":"https:\/\/tasarlab.com\/en\/what-is-robots-txt-and-how-do-you-use-it\/","title":{"rendered":"What Is Robots.txt and How Do You Use It?"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]<span style=\"font-weight: 400;\">Robots.txt is a text file that guides search engines\u2019 crawlability and indexing of your website. This file is located in the root directory of your website and is usually accessible at \u201cwww.examplesite.com\/robots.txt.\u201d The Robots.txt file is used to specify which pages of your website can be crawled by search engines and which cannot.<\/span><\/p>\n<h2>How Does Robots.txt Work?<\/h2>\n<p><span style=\"font-weight: 400;\">The Robots.txt file provides directives to search engine bots that visit your website. These bots crawl your website\u2019s content and decide whether to index or not index pages according to these instructions. It allows you to hide specific sections or content of your website from search engines. Additionally, you can also block search engines altogether.<\/span><\/p>\n<h2>Essential Components of a Robots.txt File<\/h2>\n<p><span style=\"font-weight: 400;\">A Robots.txt file primarily consists of two main sections: the \u201cUser-agent\u201d and \u201cDisallow\u201d directives (and sometimes the \u201cAllow\u201d directive).<\/span><\/p>\n<p><b>User-agent:<\/b><span style=\"font-weight: 400;\"> Specifies which search engine bots the directives apply to. Generally, an asterisk (*) indicates all search engines, but you can target a specific search engine using its User-agent name. For example, to target Google, you can use \u201cUser-agent: Googlebot.\u201d<\/span><\/p>\n<p><b>Disallow:<\/b><span style=\"font-weight: 400;\"> Specifies the folders or pages you do not want to be crawled. The \u201c\/\u201d symbol represents the root directory. For example, the directive \u201cDisallow: \/secret\/\u201d prevents the \u201cwww.examplesite.com\/secret\/\u201d folder and its contents from being crawled.<\/span><\/p>\n<p><b>Allow:<\/b><span style=\"font-weight: 400;\"> Allows specific folders or pages to be crawled. It is beneficial when you want to allow certain pages to be crawled within an otherwise disallowed directory. For example, \u201cAllow: \/public\/\u201d permits crawling of the \u201c\/public\/\u201d folder.<\/span><\/p>\n<h3>Example of a Robots.txt File<\/h3>\n<p><span style=\"font-weight: 400;\">Below is an example structure illustrating what a basic robots.txt file might look like:<\/span><\/p>\n<p><span style=\"font-weight: 400;\">User-agent: *<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Disallow: \/secret\/<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Allow: \/public\/<\/span><\/p>\n<p><span style=\"font-weight: 400;\">This example file prevents all search engines (User-agent: *) from crawling the \u201c\/secret\/\u201d folder and its contents while allowing the \u201c\/public\/\u201d folder to be crawled.<\/span><\/p>\n<h2>Points to Consider<\/h2>\n<p><span style=\"font-weight: 400;\">The Robots.txt file should be located in the root directory of your website.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The file name must strictly be \u201crobots.txt.\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400;\">An incorrectly configured or incomplete Robots.txt file can prevent search engines from properly indexing your website. Therefore, it is essential to be careful and precise.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Conversely, a misconfigured Robots.txt file may allow the indexing of content you do not wish to keep private.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The Robots.txt file is a powerful tool for controlling how search engines crawl your website. By carefully creating and managing this file, you can increase your website\u2019s visibility and protect it from unwanted crawling.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">For more detailed information about Robots.txt, you can visit the<\/span><a href=\"https:\/\/support.google.com\/\"> <span style=\"font-weight: 400;\">Google Help Center<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n<h2>Robots.txt Creation Tools:<\/h2>\n<p><strong>Robots.txt Generator:<\/strong><\/p>\n<p><span style=\"font-weight: 400;\">Various online tools can help users quickly create Robots.txt files, which allow users to block specific directories or pages.<\/span><\/p>\n<p><a href=\"https:\/\/www.seoptimer.com\/robots-txt-generator\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Robots.txt Generator<\/span><\/a>[\/vc_column_text][vc_row_inner][vc_column_inner width=\u201d1\/2\u2033][vc_single_image image=\u201d3506\u2033 img_size=\u201dfull\u201d onclick=\u201dlink_image\u201d][\/vc_column_inner][vc_column_inner width=\u201d1\/2\u2033][vc_single_image image=\u201d3504\u2033 img_size=\u201dfull\u201d onclick=\u201dlink_image\u201d][\/vc_column_inner][\/vc_row_inner][vc_column_text]<\/p>\n<h2><span style=\"font-weight: 400;\">Robots.txt Testing Tools:<\/span><\/h2>\n<p><b>Google Search Console:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Google Search Console allows you to test your Robots.txt file and displays any potential errors and warnings.<\/span><\/p>\n<p><b>Google Webmaster Robots.txt Testing Tool:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">This tool, provided by Google, helps you test how Googlebot processes your Robots.txt file.<\/span><\/p>\n<p><i><span style=\"font-weight: 400;\">Note:<\/span><\/i><span style=\"font-weight: 400;\"> Google has announced that this tool will be discontinued as of December 12, 2023.<\/span><\/p>\n<p><a href=\"https:\/\/www.google.com\/webmasters\/tools\/robots-testing-tool\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Google Webmaster Robots.txt Testing Tool<\/span><\/a><\/p>\n<p><span style=\"font-weight: 400;\">By carefully creating and regularly checking your Robots.txt file, you can increase your website\u2019s visibility and protect it from unwanted crawling.<\/span>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Robots.txt, web sitenizin arama motorlar\u0131 taraf\u0131ndan taranabilirli\u011fini ve indekslenmesini y\u00f6nlendiren bir metin dosyas\u0131d\u0131r. <\/p>\n","protected":false},"author":1,"featured_media":3945,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[77],"tags":[],"class_list":["post-5219","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What Is Robots.txt and How Do You Use It? - Tasarlab<\/title>\n<meta name=\"description\" content=\"What is robots.txt and how can it benefit your SEO? Get practical tips on using this file to control search engine bot behavior and improve indexing.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tasarlab.com\/en\/what-is-robots-txt-and-how-do-you-use-it\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What Is Robots.txt and How Do You Use It? - Tasarlab\" \/>\n<meta property=\"og:description\" content=\"What is robots.txt and how can it benefit your SEO? Get practical tips on using this file to control search engine bot behavior and improve indexing.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tasarlab.com\/en\/what-is-robots-txt-and-how-do-you-use-it\/\" \/>\n<meta property=\"og:site_name\" content=\"Tasarlab\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/tasarlab\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-11-16T10:49:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-18T09:40:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/tasarlab.com\/wp-content\/uploads\/2023\/11\/robots-txt-image-1.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"667\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"sadmin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@tasarlabcom\" \/>\n<meta name=\"twitter:site\" content=\"@tasarlabcom\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"sadmin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/what-is-robots-txt-and-how-do-you-use-it\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/what-is-robots-txt-and-how-do-you-use-it\\\/\"},\"author\":{\"name\":\"sadmin\",\"@id\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/#\\\/schema\\\/person\\\/9bfe5b0725cc0269189586688f3d3af0\"},\"headline\":\"What Is Robots.txt and How Do You Use It?\",\"datePublished\":\"2023-11-16T10:49:30+00:00\",\"dateModified\":\"2024-09-18T09:40:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/what-is-robots-txt-and-how-do-you-use-it\\\/\"},\"wordCount\":620,\"publisher\":{\"@id\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/what-is-robots-txt-and-how-do-you-use-it\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/tasarlab.com\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/robots-txt-image-1.webp\",\"articleSection\":[\"WordPress\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/what-is-robots-txt-and-how-do-you-use-it\\\/\",\"url\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/what-is-robots-txt-and-how-do-you-use-it\\\/\",\"name\":\"What Is Robots.txt and How Do You Use It? - Tasarlab\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/what-is-robots-txt-and-how-do-you-use-it\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/what-is-robots-txt-and-how-do-you-use-it\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/tasarlab.com\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/robots-txt-image-1.webp\",\"datePublished\":\"2023-11-16T10:49:30+00:00\",\"dateModified\":\"2024-09-18T09:40:45+00:00\",\"description\":\"What is robots.txt and how can it benefit your SEO? Get practical tips on using this file to control search engine bot behavior and improve indexing.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/what-is-robots-txt-and-how-do-you-use-it\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/tasarlab.com\\\/en\\\/what-is-robots-txt-and-how-do-you-use-it\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/what-is-robots-txt-and-how-do-you-use-it\\\/#primaryimage\",\"url\":\"https:\\\/\\\/tasarlab.com\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/robots-txt-image-1.webp\",\"contentUrl\":\"https:\\\/\\\/tasarlab.com\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/robots-txt-image-1.webp\",\"width\":1000,\"height\":667},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/what-is-robots-txt-and-how-do-you-use-it\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Anasayfa\",\"item\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What Is Robots.txt and How Do You Use It?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/\",\"name\":\"Tasarlab\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/#organization\",\"name\":\"Tasarlab\",\"url\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/tasarlab.com\\\/wp-content\\\/uploads\\\/tasarlab-og-image.png\",\"contentUrl\":\"https:\\\/\\\/tasarlab.com\\\/wp-content\\\/uploads\\\/tasarlab-og-image.png\",\"width\":1200,\"height\":630,\"caption\":\"Tasarlab\"},\"image\":{\"@id\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/tasarlab\\\/\",\"https:\\\/\\\/x.com\\\/tasarlabcom\",\"https:\\\/\\\/tr.linkedin.com\\\/company\\\/tasarlab\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/tasarlab.com\\\/en\\\/#\\\/schema\\\/person\\\/9bfe5b0725cc0269189586688f3d3af0\",\"name\":\"sadmin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/00c64138ebc26cf37194efae2aec1547784f5a0a83d6adb10a4f29caff9372ea?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/00c64138ebc26cf37194efae2aec1547784f5a0a83d6adb10a4f29caff9372ea?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/00c64138ebc26cf37194efae2aec1547784f5a0a83d6adb10a4f29caff9372ea?s=96&d=mm&r=g\",\"caption\":\"sadmin\"},\"sameAs\":[\"http:\\\/\\\/tasarlab.local\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What Is Robots.txt and How Do You Use It? - Tasarlab","description":"What is robots.txt and how can it benefit your SEO? Get practical tips on using this file to control search engine bot behavior and improve indexing.","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:\/\/tasarlab.com\/en\/what-is-robots-txt-and-how-do-you-use-it\/","og_locale":"en_US","og_type":"article","og_title":"What Is Robots.txt and How Do You Use It? - Tasarlab","og_description":"What is robots.txt and how can it benefit your SEO? Get practical tips on using this file to control search engine bot behavior and improve indexing.","og_url":"https:\/\/tasarlab.com\/en\/what-is-robots-txt-and-how-do-you-use-it\/","og_site_name":"Tasarlab","article_publisher":"https:\/\/www.facebook.com\/tasarlab\/","article_published_time":"2023-11-16T10:49:30+00:00","article_modified_time":"2024-09-18T09:40:45+00:00","og_image":[{"width":1000,"height":667,"url":"https:\/\/tasarlab.com\/wp-content\/uploads\/2023\/11\/robots-txt-image-1.webp","type":"image\/webp"}],"author":"sadmin","twitter_card":"summary_large_image","twitter_creator":"@tasarlabcom","twitter_site":"@tasarlabcom","twitter_misc":{"Written by":"sadmin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tasarlab.com\/en\/what-is-robots-txt-and-how-do-you-use-it\/#article","isPartOf":{"@id":"https:\/\/tasarlab.com\/en\/what-is-robots-txt-and-how-do-you-use-it\/"},"author":{"name":"sadmin","@id":"https:\/\/tasarlab.com\/en\/#\/schema\/person\/9bfe5b0725cc0269189586688f3d3af0"},"headline":"What Is Robots.txt and How Do You Use It?","datePublished":"2023-11-16T10:49:30+00:00","dateModified":"2024-09-18T09:40:45+00:00","mainEntityOfPage":{"@id":"https:\/\/tasarlab.com\/en\/what-is-robots-txt-and-how-do-you-use-it\/"},"wordCount":620,"publisher":{"@id":"https:\/\/tasarlab.com\/en\/#organization"},"image":{"@id":"https:\/\/tasarlab.com\/en\/what-is-robots-txt-and-how-do-you-use-it\/#primaryimage"},"thumbnailUrl":"https:\/\/tasarlab.com\/wp-content\/uploads\/2023\/11\/robots-txt-image-1.webp","articleSection":["WordPress"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/tasarlab.com\/en\/what-is-robots-txt-and-how-do-you-use-it\/","url":"https:\/\/tasarlab.com\/en\/what-is-robots-txt-and-how-do-you-use-it\/","name":"What Is Robots.txt and How Do You Use It? - Tasarlab","isPartOf":{"@id":"https:\/\/tasarlab.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tasarlab.com\/en\/what-is-robots-txt-and-how-do-you-use-it\/#primaryimage"},"image":{"@id":"https:\/\/tasarlab.com\/en\/what-is-robots-txt-and-how-do-you-use-it\/#primaryimage"},"thumbnailUrl":"https:\/\/tasarlab.com\/wp-content\/uploads\/2023\/11\/robots-txt-image-1.webp","datePublished":"2023-11-16T10:49:30+00:00","dateModified":"2024-09-18T09:40:45+00:00","description":"What is robots.txt and how can it benefit your SEO? Get practical tips on using this file to control search engine bot behavior and improve indexing.","breadcrumb":{"@id":"https:\/\/tasarlab.com\/en\/what-is-robots-txt-and-how-do-you-use-it\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tasarlab.com\/en\/what-is-robots-txt-and-how-do-you-use-it\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tasarlab.com\/en\/what-is-robots-txt-and-how-do-you-use-it\/#primaryimage","url":"https:\/\/tasarlab.com\/wp-content\/uploads\/2023\/11\/robots-txt-image-1.webp","contentUrl":"https:\/\/tasarlab.com\/wp-content\/uploads\/2023\/11\/robots-txt-image-1.webp","width":1000,"height":667},{"@type":"BreadcrumbList","@id":"https:\/\/tasarlab.com\/en\/what-is-robots-txt-and-how-do-you-use-it\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Anasayfa","item":"https:\/\/tasarlab.com\/en\/"},{"@type":"ListItem","position":2,"name":"What Is Robots.txt and How Do You Use It?"}]},{"@type":"WebSite","@id":"https:\/\/tasarlab.com\/en\/#website","url":"https:\/\/tasarlab.com\/en\/","name":"Tasarlab","description":"","publisher":{"@id":"https:\/\/tasarlab.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tasarlab.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/tasarlab.com\/en\/#organization","name":"Tasarlab","url":"https:\/\/tasarlab.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tasarlab.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/tasarlab.com\/wp-content\/uploads\/tasarlab-og-image.png","contentUrl":"https:\/\/tasarlab.com\/wp-content\/uploads\/tasarlab-og-image.png","width":1200,"height":630,"caption":"Tasarlab"},"image":{"@id":"https:\/\/tasarlab.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/tasarlab\/","https:\/\/x.com\/tasarlabcom","https:\/\/tr.linkedin.com\/company\/tasarlab"]},{"@type":"Person","@id":"https:\/\/tasarlab.com\/en\/#\/schema\/person\/9bfe5b0725cc0269189586688f3d3af0","name":"sadmin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/00c64138ebc26cf37194efae2aec1547784f5a0a83d6adb10a4f29caff9372ea?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/00c64138ebc26cf37194efae2aec1547784f5a0a83d6adb10a4f29caff9372ea?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/00c64138ebc26cf37194efae2aec1547784f5a0a83d6adb10a4f29caff9372ea?s=96&d=mm&r=g","caption":"sadmin"},"sameAs":["http:\/\/tasarlab.local"]}]}},"_links":{"self":[{"href":"https:\/\/tasarlab.com\/en\/wp-json\/wp\/v2\/posts\/5219","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tasarlab.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tasarlab.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tasarlab.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tasarlab.com\/en\/wp-json\/wp\/v2\/comments?post=5219"}],"version-history":[{"count":1,"href":"https:\/\/tasarlab.com\/en\/wp-json\/wp\/v2\/posts\/5219\/revisions"}],"predecessor-version":[{"id":5221,"href":"https:\/\/tasarlab.com\/en\/wp-json\/wp\/v2\/posts\/5219\/revisions\/5221"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tasarlab.com\/en\/wp-json\/wp\/v2\/media\/3945"}],"wp:attachment":[{"href":"https:\/\/tasarlab.com\/en\/wp-json\/wp\/v2\/media?parent=5219"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tasarlab.com\/en\/wp-json\/wp\/v2\/categories?post=5219"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tasarlab.com\/en\/wp-json\/wp\/v2\/tags?post=5219"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}