{"id":6626,"date":"2023-11-27T14:43:45","date_gmt":"2023-11-27T14:43:45","guid":{"rendered":"https:\/\/wide.sa\/?p=6626"},"modified":"2026-07-15T04:13:21","modified_gmt":"2026-07-15T04:13:21","slug":"robots-txt-seo-en","status":"publish","type":"post","link":"https:\/\/wide.sa\/en\/2023\/11\/27\/robots-txt-seo-en\/","title":{"rendered":"Robots.txt File: How It Affects SEO and Indexing"},"content":{"rendered":"<h1>Robots.txt File: How to Use It for Better Technical SEO<\/h1>\r\nIf you own a website, appearing in search results is not only about writing good content. Search engines also need to <a href=\"https:\/\/developers.google.com\/search\/docs\/crawling-indexing\/block-indexing\">crawl<\/a> your website, discover your pages, understand your structure, and decide which URLs should be considered for indexing.\r\n\r\nThis is where the robots.txt file becomes important.\r\n\r\nMany website owners think robots.txt is mainly used to speed up indexing or hide pages from Google. That is not fully accurate. The main purpose of robots.txt is to guide search engine crawlers and tell them which parts of the website they are allowed or not allowed to crawl.\r\n\r\nUsed correctly, robots.txt can support technical SEO by organizing crawl access, reducing unnecessary crawl requests, and helping search engines find your sitemap. Used incorrectly, it can block important pages, prevent search engines from accessing useful files, or create indexing problems.\r\n\r\nIn this article, we explain what the robots.txt file is, how it works, how it differs from noindex, what its main directives are, and how to use it correctly for WordPress and SEO.\r\n<h2>What Is a <a href=\"https:\/\/developers.google.com\/search\/docs\/crawling-indexing\/robots\/intro\">Robots.txt<\/a> File?<\/h2>\r\nA robots.txt file is a simple text file placed in the root directory of a website. It provides crawling instructions to search engine bots and other web crawlers.\r\n\r\nIt is usually available at a URL like:\r\n\r\nexample.com\/robots.txt\r\n\r\nWhen a search engine crawler visits your website, it may check the robots.txt file first to understand which paths it can crawl and which paths it should avoid.\r\n\r\nA simple example looks like this:\r\n\r\nUser-agent: *\r\nDisallow: \/wp-admin\/\r\n\r\nThis tells all crawlers not to crawl the \/wp-admin\/ directory.\r\n\r\nHowever, robots.txt is not a security tool. It does not prevent users from accessing a URL if they already know it. It also does not protect private files or sensitive data. If you need to protect private content, you should use password protection, user permissions, server-level restrictions, or other access controls.\r\n<h2>What Does Robots.txt Do in SEO?<\/h2>\r\nIn SEO, robots.txt helps manage crawling. It does not directly improve rankings, and it is not a guaranteed method for removing pages from search results.\r\n\r\nSearch engines crawl websites to discover content, files, links, and structure. If your website has areas that are not useful for search engines, such as admin pages, internal paths, duplicate filters, or unnecessary parameters, robots.txt can help guide crawlers away from them.\r\n\r\nFor small websites, a simple robots.txt file is often enough. For larger websites, e-commerce websites, directories, or platforms with many URL parameters, robots.txt can become part of a broader technical SEO strategy.\r\n\r\nRobots.txt can help with:\r\n<ul>\r\n \t<li>Managing crawl access.<\/li>\r\n \t<li>Preventing crawlers from requesting unnecessary paths.<\/li>\r\n \t<li>Reducing crawl waste on low-value areas.<\/li>\r\n \t<li>Adding the sitemap location.<\/li>\r\n \t<li>Supporting crawl management on large websites.<\/li>\r\n \t<li>Keeping search engines focused on important pages.<\/li>\r\n \t<li>Reducing server load from unnecessary bot activity.<\/li>\r\n<\/ul>\r\nBut robots.txt should not be used carelessly. Blocking important CSS or JavaScript files, for example, may make it harder for search engines to understand how your pages look and function.\r\n<h2>Does Robots.txt Prevent Indexing?<\/h2>\r\nNot always.\r\n\r\nThis is one of the most common misunderstandings.\r\n\r\nRobots.txt controls crawling, not indexing. If you block a page in robots.txt, search engines may avoid crawling that page. But the URL can still appear in search results if search engines discover it through links from other websites, internal links, or other sources.\r\n\r\nIn that case, the page may appear with limited information because the crawler could not access the content.\r\n\r\nIf your goal is to block a page from indexing, robots.txt is usually not the right tool by itself. A better option is to use noindex, as long as the page is crawlable so that search engines can actually see the noindex instruction.\r\n\r\nThis is important:\r\n\r\nIf you block a page in robots.txt and also place a noindex <a href=\"https:\/\/developers.google.com\/search\/docs\/crawling-indexing\/robots-meta-tag\">tag<\/a> on that page, the crawler may never see the noindex tag because it is not allowed to crawl the page.\r\n\r\nSo the rule is simple:\r\n\r\nUse robots.txt when you want to control crawling.\r\nUse noindex when you want to prevent a page from appearing in search results.\r\nUse password protection when you need to protect private content.\r\n<h2>Robots.txt vs Noindex: What Is the Difference?<\/h2>\r\nRobots.txt controls crawling.\r\nNoindex controls indexing.\r\n\r\nIn simple terms:\r\n\r\nRobots.txt tells crawlers: do not crawl this path.\r\nNoindex tells search engines: do not show this page in search results.\r\n\r\nFor example, if you have a thank-you page after a form submission and you do not want it to appear in search results, noindex is usually the better option.\r\n\r\nIf you have an admin directory or an internal path that search engines do not need to crawl, robots.txt may be useful.\r\n\r\nIf you have private customer data or confidential files, neither robots.txt nor noindex is enough. You need proper access protection.\r\n\r\nChoosing the right method depends on the goal.\r\n\r\n<div id=\"attachment_8729\" style=\"width: 310px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-8729\" class=\"size-medium wp-image-8729\" src=\"https:\/\/wide.sa\/en\/wp-content\/uploads\/sites\/2\/2023\/11\/SEO-crawl-and-indexing-workflow-300x169.png\" alt=\"Difference between robots.txt and noindex for crawling and indexing\" width=\"300\" height=\"169\" srcset=\"https:\/\/wide.sa\/en\/wp-content\/uploads\/sites\/2\/2023\/11\/SEO-crawl-and-indexing-workflow-300x169.png 300w, https:\/\/wide.sa\/en\/wp-content\/uploads\/sites\/2\/2023\/11\/SEO-crawl-and-indexing-workflow-1024x576.png 1024w, https:\/\/wide.sa\/en\/wp-content\/uploads\/sites\/2\/2023\/11\/SEO-crawl-and-indexing-workflow-768x432.png 768w, https:\/\/wide.sa\/en\/wp-content\/uploads\/sites\/2\/2023\/11\/SEO-crawl-and-indexing-workflow-1536x864.png 1536w, https:\/\/wide.sa\/en\/wp-content\/uploads\/sites\/2\/2023\/11\/SEO-crawl-and-indexing-workflow.png 1672w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><p id=\"caption-attachment-8729\" class=\"wp-caption-text\">Robots.txt controls crawling, while noindex tells search engines not to show a page in search results.<\/p><\/div>\r\n<h2>Main Components of a Robots.txt File<\/h2>\r\nA robots.txt file uses simple directives. The most common ones are:\r\n\r\nUser-agent\r\nThis identifies the crawler the rule applies to. The asterisk symbol * means all crawlers.\r\n\r\nDisallow\r\nThis tells crawlers not to crawl a specific path.\r\n\r\nAllow\r\nThis allows crawlers to access a specific path. It is often used when a parent directory is blocked but a specific file or subpath should remain accessible.\r\n\r\n<a href=\"https:\/\/developers.google.com\/search\/docs\/crawling-indexing\/sitemaps\/overview\">Sitemap<\/a>\r\nThis provides the location of your sitemap.\r\n\r\nHere is a basic example:\r\n\r\nUser-agent: *\r\nDisallow: \/wp-admin\/\r\nAllow: \/wp-admin\/admin-ajax.php\r\nSitemap: <a href=\"https:\/\/example.com\/sitemap_index.xml\">https:\/\/example.com\/sitemap_index.xml<\/a>\r\n\r\nThis example tells all crawlers not to crawl the wp-admin directory, allows access to admin-ajax.php, and provides the sitemap URL.\r\n\r\n<div id=\"attachment_8728\" style=\"width: 310px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-8728\" class=\"size-medium wp-image-8728\" src=\"https:\/\/wide.sa\/en\/wp-content\/uploads\/sites\/2\/2023\/11\/robots.txt-rules-visualization-300x169.png\" alt=\"Allow and Disallow directives inside a robots.txt file\" width=\"300\" height=\"169\" srcset=\"https:\/\/wide.sa\/en\/wp-content\/uploads\/sites\/2\/2023\/11\/robots.txt-rules-visualization-300x169.png 300w, https:\/\/wide.sa\/en\/wp-content\/uploads\/sites\/2\/2023\/11\/robots.txt-rules-visualization-1024x576.png 1024w, https:\/\/wide.sa\/en\/wp-content\/uploads\/sites\/2\/2023\/11\/robots.txt-rules-visualization-768x432.png 768w, https:\/\/wide.sa\/en\/wp-content\/uploads\/sites\/2\/2023\/11\/robots.txt-rules-visualization-1536x864.png 1536w, https:\/\/wide.sa\/en\/wp-content\/uploads\/sites\/2\/2023\/11\/robots.txt-rules-visualization.png 1672w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><p id=\"caption-attachment-8728\" class=\"wp-caption-text\">Robots.txt rules use simple directives such as Allow, Disallow, User-agent, and Sitemap to guide crawlers.<\/p><\/div>\r\n<h2>A Practical Robots.txt Example for WordPress<\/h2>\r\nFor WordPress websites, a robots.txt file should usually be simple and clear.\r\n\r\nAvoid blocking themes, plugins, uploads, CSS, or JavaScript files randomly. Some of these files may help search engines render and understand the website correctly.\r\n\r\nA simple WordPress example can look like this:\r\n\r\nUser-agent: *\r\nDisallow: \/wp-admin\/\r\nAllow: \/wp-admin\/admin-ajax.php\r\nSitemap: <a href=\"https:\/\/wide.sa\/sitemap_index.xml\">https:\/\/wide.sa\/sitemap_index.xml<\/a>\r\n\r\nIf the website uses Yoast SEO, the sitemap often appears as:\r\n\r\n<a href=\"https:\/\/wide.sa\/sitemap_index.xml\">https:\/\/wide.sa\/sitemap_index.xml<\/a>\r\n\r\nHowever, you should always confirm the actual sitemap URL from the SEO plugin or by visiting the sitemap directly.\r\n\r\nAvoid rules such as:\r\n\r\nDisallow: \/wp-content\/plugins\/\r\nDisallow: \/wp-content\/themes\/\r\n\r\nThese rules may prevent search engines from accessing files needed to understand the page layout, design, or functionality.\r\n<h2>Common Robots.txt Mistakes<\/h2>\r\n<h3>1. Blocking the Entire Website by Mistake<\/h3>\r\nThe most dangerous robots.txt mistake is this:\r\n\r\nUser-agent: *\r\nDisallow: \/\r\n\r\nThis blocks crawling for the entire website.\r\n\r\nIt may be useful on a staging or development website, but it can be very harmful if left on the live website after launch.\r\n\r\nBefore launching any website, always check robots.txt and make sure the live website is not blocked.\r\n<h3>2. Using Robots.txt to Hide Sensitive Pages<\/h3>\r\nRobots.txt is not a privacy or security tool.\r\n\r\nIf you have private content, files, client areas, or confidential documents, do not rely on robots.txt. Use proper access protection.\r\n<h3>3. Blocking a Page That Uses Noindex<\/h3>\r\nIf you want a page removed from search results, search engines need to access the page and see the noindex instruction.\r\n\r\nIf robots.txt blocks the page, the crawler may not see the noindex tag.\r\n<h3>4. Blocking Important CSS and JavaScript Files<\/h3>\r\nSearch engines often need CSS and JavaScript files to render pages correctly.\r\n\r\nBlocking these files can make it harder for search engines to understand your website.\r\n<h3>5. Not Adding the Sitemap<\/h3>\r\nAdding a sitemap inside robots.txt is not mandatory, but it is a good practice. It helps crawlers discover important URLs more easily.\r\n<h3>6. Copying Robots.txt From Another Website<\/h3>\r\nEvery website has its own structure.\r\n\r\nCopying robots.txt from another website may block paths that are important for your website or allow paths that should not be crawled.\r\n\r\nBuild your robots.txt file based on your own website structure and SEO goals.\r\n<h2>How to Create a Robots.txt File<\/h2>\r\nYou can create a robots.txt file in different ways.\r\n<h3>1. Create It Manually<\/h3>\r\nYou can create a text file named:\r\n\r\nrobots.txt\r\n\r\nThen upload it to the root directory of your website.\r\n\r\nThe final URL should look like:\r\n\r\nexample.com\/robots.txt\r\n\r\nKeep the file simple and include only the rules you need.\r\n<h3>2. Create It With Yoast SEO<\/h3>\r\nIf your website uses Yoast SEO on WordPress, you may be able to create or edit robots.txt from the plugin tools.\r\n\r\nThis is easier for website owners who do not want to edit hosting files directly.\r\n<h3>3. Create It With Other SEO Plugins<\/h3>\r\nSEO plugins such as All in One SEO may also provide robots.txt editing tools.\r\n\r\nHowever, even if the interface is simple, you should understand each directive before saving changes.\r\n<h3>4. Ask a Developer or SEO Specialist<\/h3>\r\nIf your website is important, large, or already experiencing crawling and indexing issues, it is safer to let a technical SEO specialist or developer review the file.\r\n\r\nA small mistake in robots.txt can affect important pages.\r\n<h2>How to Test a Robots.txt File<\/h2>\r\nAfter creating or editing robots.txt, do not assume everything is correct.\r\n\r\nStart by visiting:\r\n\r\nexample.com\/robots.txt\r\n\r\nMake sure the file loads properly.\r\n\r\nThen use Google Search Console to inspect important URLs and check whether Google can access them. The URL Inspection tool can help you understand whether a page is crawlable, indexable, and available to Google.\r\n\r\nYou should also monitor indexing and crawling reports in Search Console after making major robots.txt changes.\r\n\r\nIf you notice a sudden drop in indexed pages, crawling errors, or important pages becoming unavailable, review the file immediately.\r\n<h2>When Should You Update Robots.txt?<\/h2>\r\nYou do not need to edit robots.txt frequently.\r\n\r\nFor many business websites, a simple file can remain stable for a long time.\r\n\r\nHowever, you may need to review or update it when:\r\n<ul>\r\n \t<li>Launching a new website.<\/li>\r\n \t<li>Moving to a new platform.<\/li>\r\n \t<li>Changing URL structure.<\/li>\r\n \t<li>Adding an e-commerce store.<\/li>\r\n \t<li>Seeing crawl issues in Search Console.<\/li>\r\n \t<li>Creating many filtered or parameter-based URLs.<\/li>\r\n \t<li>Blocking a staging environment.<\/li>\r\n \t<li>Updating the sitemap.<\/li>\r\n \t<li>Finding that Google cannot access important files.<\/li>\r\n \t<li>Making major theme or plugin changes.<\/li>\r\n<\/ul>\r\nIn these situations, reviewing robots.txt can prevent technical SEO problems.\r\n<h2>How <a href=\"https:\/\/wide.sa\/en\/services\/search-engine-optimization\/\">WIDE<\/a> Helps With Technical SEO<\/h2>\r\nAt WIDE, we do not treat SEO as content only. Technical SEO is an essential part of search visibility because it helps search engines access, understand, and index the right pages.\r\n\r\nWe help businesses with:\r\n<ul>\r\n \t<li>Robots.txt review.<\/li>\r\n \t<li>Sitemap review.<\/li>\r\n \t<li>Crawling and indexing analysis.<\/li>\r\n \t<li>Noindex settings review.<\/li>\r\n \t<li>WordPress SEO checks.<\/li>\r\n \t<li>Internal link structure improvements.<\/li>\r\n \t<li>Search Console analysis.<\/li>\r\n \t<li>Detecting accidentally blocked pages.<\/li>\r\n \t<li>Improving crawlability for important pages.<\/li>\r\n \t<li>Preparing clear technical SEO recommendations for developers.<\/li>\r\n<\/ul>\r\nOur goal is to make your website easier for search engines to crawl and understand, so your visibility is not limited by avoidable technical mistakes.\r\n<h2>FAQ<\/h2>\r\n<h3>What is a robots.txt file?<\/h3>\r\nA robots.txt file is a text file placed in the root directory of a website. It gives crawling instructions to search engine bots and other crawlers.\r\n<h3>Does robots.txt prevent a page from appearing in Google?<\/h3>\r\nNot always. Robots.txt can prevent crawling, but it does not guarantee that a URL will be removed from search results. To prevent indexing, use noindex or protect the page with proper access controls.\r\n<h3>What is the difference between robots.txt and noindex?<\/h3>\r\nRobots.txt controls crawling. Noindex controls indexing. If you want a page not to appear in search results, noindex is usually the better option.\r\n<h3>Where is the robots.txt file located?<\/h3>\r\nIt is usually located at example.com\/robots.txt and should be placed in the root directory of the website.\r\n<h3>Should I add my sitemap to robots.txt?<\/h3>\r\nYes, it is a good practice to add the sitemap URL inside robots.txt to help search engines discover important pages.\r\n<h3>Can editing robots.txt harm SEO?<\/h3>\r\nYes. Incorrect robots.txt rules can block important pages or files from being crawled, which may affect search visibility and technical SEO performance.\r\n<h2><\/h2>\r\nThe robots.txt file is small, but it plays an important role in technical SEO.\r\n\r\nIts job is not to directly improve rankings or guarantee that pages will disappear from search results. Its job is to guide crawlers and organize how search engines access certain parts of the website.\r\n\r\nUsed correctly, robots.txt helps make your website clearer for search engines and reduces unnecessary crawling. Used incorrectly, it can block important pages or create indexing problems.\r\n\r\nBefore editing robots.txt, ask yourself:\r\n\r\nDo I want to block crawling or indexing?\r\nIs this path actually unnecessary for search engines?\r\nCould this rule block important files?\r\nShould I use noindex instead?\r\nDoes this content need real access protection?\r\n\r\nIf the goal is to prevent indexing, use noindex. If the goal is to protect private content, use password protection. If the goal is to manage crawling, use robots.txt carefully.\r\n\r\nAt WIDE, we help businesses review these technical details as part of a clear SEO strategy, so search visibility is not affected by small technical issues that can be fixed.\r\n<section class=\"lead-magnet-cta\" style=\"margin: 60px auto; max-width: 1050px; padding: 50px 30px; background: linear-gradient(135deg,#0057ff,#003cb3); border-radius: 28px; overflow: hidden; position: relative; direction: ltr; text-align: center;\">\r\n\r\n<div style=\"position: absolute; top: -90px; right: -90px; width: 240px; height: 240px; background: rgba(255,255,255,0.08); border-radius: 50%;\"><\/div>\r\n\r\n<div style=\"position: absolute; bottom: -120px; left: -120px; width: 280px; height: 280px; background: rgba(255,255,255,0.06); border-radius: 50%;\"><\/div>\r\n\r\n<div style=\"position: relative; z-index: 2;\">\r\n\r\n<h2 style=\"font-size: 42px; line-height: 1.5; color: #fff; margin: 0 0 22px; font-weight: 800;\">\r\nIs Your Website Technically Ready for Search Engines?\r\n<\/h2>\r\n\r\n<p style=\"font-size: 20px; line-height: 2; color: rgba(255,255,255,0.92); margin: 0 auto 35px; max-width: 820px;\">\r\nAt WIDE, we help businesses improve technical SEO, review crawling and indexing issues, fix Search Console errors, optimize robots.txt files, and structure sitemaps for better search visibility.\r\n<\/p>\r\n\r\n<a href=\"https:\/\/wide.sa\/contact-us\/\" style=\"display: inline-flex; align-items: center; justify-content: center; min-width: 320px; height: 64px; padding: 0 40px; background: #111; color: #fff; text-decoration: none; border-radius: 16px; font-size: 18px; font-weight: bold;\">\r\nRequest a Technical SEO Review\r\n<\/a>\r\n\r\n<\/div>\r\n\r\n<\/section>\r\n<section style=\"max-width: 1050px; margin: 45px auto; padding: 34px 26px; background: #f5f7fb; border-radius: 18px; direction: ltr; text-align: left;\">\r\n<h2 style=\"font-size: 32px; line-height: 1.4; color: #111; margin: 0 0 12px; font-weight: 800; text-align: center;\">Related SEO Articles<\/h2>\r\n<p style=\"font-size: 16px; line-height: 1.9; color: #333; margin: 0 auto 28px; max-width: 760px; text-align: center;\">Discover more articles about SEO strategies, search visibility, user behavior, and practical ways to attract more qualified customers through your website.<\/p>\r\n\r\n<div style=\"display: grid; grid-template-columns: repeat(2,1fr); gap: 18px;\">\r\n\r\n<a style=\"display: flex; align-items: center; justify-content: center; min-height: 100px; padding: 20px; background: #fff; border: 1px solid #dde3ef; border-radius: 14px; color: #0057ff; text-decoration: none; font-size: 17px; font-weight: bold; line-height: 1.6; text-align: center;\" href=\"\/en\/why-your-website-does-not-rank-on-google-saudi-arabia-en\/\">\r\nWhy Doesn&#8217;t Your Website Appear in Google Search Results?\r\n<\/a>\r\n\r\n<a style=\"display: flex; align-items: center; justify-content: center; min-height: 100px; padding: 20px; background: #fff; border: 1px solid #dde3ef; border-radius: 14px; color: #0057ff; text-decoration: none; font-size: 17px; font-weight: bold; line-height: 1.6; text-align: center;\" href=\"\/en\/what-is-search-engine-optimization-saudi-arabia-en\/\">\r\nWhat Is Search Engine Optimization (SEO)?\r\n<\/a>\r\n\r\n<a style=\"display: flex; align-items: center; justify-content: center; min-height: 100px; padding: 20px; background: #fff; border: 1px solid #dde3ef; border-radius: 14px; color: #0057ff; text-decoration: none; font-size: 17px; font-weight: bold; line-height: 1.6; text-align: center;\" href=\"\/en\/understanding-search-intent-seo-saudi-arabia-en\/\">\r\nHow to Understand Search Intent and Attract More Customers\r\n<\/a>\r\n\r\n<a style=\"display: flex; align-items: center; justify-content: center; min-height: 100px; padding: 20px; background: #fff; border: 1px solid #dde3ef; border-radius: 14px; color: #0057ff; text-decoration: none; font-size: 17px; font-weight: bold; line-height: 1.6; text-align: center;\" href=\"\/en\/why-websites-fail-to-convert-visitors-into-customers-saudi-arabia-en\/\">\r\nWhy Do Websites Fail to Convert Visitors into Customers?\r\n<\/a>\r\n\r\n<a style=\"display: flex; align-items: center; justify-content: center; min-height: 100px; padding: 20px; background: #fff; border: 1px solid #dde3ef; border-radius: 14px; color: #0057ff; text-decoration: none; font-size: 17px; font-weight: bold; line-height: 1.6; text-align: center;\" href=\"\/en\/blog\/2026\/03\/01\/entity-based-seo-the-complete-2026-guide-for-saudi-businesses-en\/\">\r\nEntity-Based SEO: The Complete Guide for Saudi Businesses\r\n<\/a>\r\n\r\n<a style=\"display: flex; align-items: center; justify-content: center; min-height: 100px; padding: 20px; background: #fff; border: 1px solid #dde3ef; border-radius: 14px; color: #0057ff; text-decoration: none; font-size: 17px; font-weight: bold; line-height: 1.6; text-align: center;\" href=\"\/en\/blog\/2026\/06\/08\/plateau-of-latent-potential-digital-marketing-en\/\">\r\nThe Plateau of Latent Potential: Why Digital Marketing Results Take Time\r\n<\/a>\r\n<a style=\"display: flex; align-items: center; justify-content: center; min-height: 100px; padding: 20px; background: #fff; border: 1px solid #dde3ef; border-radius: 14px; color: #0057ff; text-decoration: none; font-size: 17px; font-weight: bold; line-height: 1.6; text-align: center;\" href=\"\/en\/blog\/2026\/06\/08\/how-to-choose-seo-company-saudi-arabia-en\/\">\r\nHow to Choose an SEO Company in Saudi Arabia: A Practical Guide\r\n<\/a>\r\n<a style=\"display: flex; align-items: center; justify-content: center; min-height: 100px; padding: 20px; background: #fff; border: 1px solid #dde3ef; border-radius: 14px; color: #0057ff; text-decoration: none; font-size: 17px; font-weight: bold; line-height: 1.6; text-align: center;\" href=\"\/en\/blog\/2026\/06\/11\/the-larger-market-formula-digital-marketing-en\/\">\r\nThe Larger Market Formula: Why Not Everyone Is Ready to Buy\r\n<\/a>\r\n<a style=\"display: flex; align-items: center; justify-content: center; min-height: 100px; padding: 20px; background: #fff; border: 1px solid #dde3ef; border-radius: 14px; color: #0057ff; text-decoration: none; font-size: 17px; font-weight: bold; line-height: 1.6; text-align: center;\" href=\"\/en\/blog\/2026\/06\/11\/seo-pricing-saudi-arabia-en\/\">\r\nSEO Pricing in Saudi Arabia: Costs, Packages and What to Expect\r\n<\/a>\r\n<a style=\"display: flex; align-items: center; justify-content: center; min-height: 100px; padding: 20px; background: #fff; border: 1px solid #dde3ef; border-radius: 14px; color: #0057ff; text-decoration: none; font-size: 17px; font-weight: bold; line-height: 1.6; text-align: center;\" href=\"\/en\/2023\/11\/29\/backlinks-seo-en\/\">\r\nBacklinks in SEO: How to Build External Links That Improve Website Trust\r\n<\/a>\r\n<a style=\"display: flex; align-items: center; justify-content: center; min-height: 100px; padding: 20px; background: #fff; border: 1px solid #dde3ef; border-radius: 14px; color: #0057ff; text-decoration: none; font-size: 17px; font-weight: bold; line-height: 1.6; text-align: center;\" href=\"\/en\/2023\/11\/27\/search-intent-user-intent-seo-en\/\">\r\nSearch Intent: How to Understand What Users Want and Get More Leads\r\n<\/a>\r\n<a style=\"display: flex; align-items: center; justify-content: center; min-height: 100px; padding: 20px; background: #fff; border: 1px solid #dde3ef; border-radius: 14px; color: #0057ff; text-decoration: none; font-size: 17px; font-weight: bold; line-height: 1.6; text-align: center;\" href=\"\/en\/2023\/11\/27\/robots-txt-seo-en\/\">\r\nRobots.txt File: How to Use It for Better Technical SEO\r\n<\/a>\r\n<a style=\"display: flex; align-items: center; justify-content: center; min-height: 100px; padding: 20px; background: #fff; border: 1px solid #dde3ef; border-radius: 14px; color: #0057ff; text-decoration: none; font-size: 17px; font-weight: bold; line-height: 1.6; text-align: center;\" href=\"\/en\/2026\/07\/05\/google-ai-mode-seo-saudi-arabia-en\/\">\r\nHow to Prepare Your Business Website for Google AI Mode and AI Overviews\r\n<\/a>\r\n<a href=\"https:\/\/wide.sa\/en\/2023\/07\/20\/seo-for-businesses-saudi-arabia-en\/\"\r\n   style=\"display:flex;align-items:center;justify-content:center;min-height:100px;padding:20px;background:#fff;border:1px solid #dde3ef;border-radius:14px;color:#0057ff;text-decoration:none;font-size:17px;font-weight:700;line-height:1.6;text-align:center;\">\r\nSEO for Businesses: How to Increase Visibility and Generate Qualified Leads\r\n<\/a>\r\n<a style=\"display:flex;align-items:center;justify-content:center;min-height:100px;padding:20px;background:#fff;border:1px solid #dde3ef;border-radius:14px;color:#0057ff;text-decoration:none;font-size:17px;font-weight:bold;line-height:1.6;text-align:center;\" href=\"\/en\/2026\/06\/16\/why-your-website-does-not-rank-on-google-saudi-arabia-en\/\">\r\nWhy Doesn&#8217;t Your Website Rank on Google? Common SEO Mistakes That Hurt Your Visibility\r\n<\/a>\r\n<a style=\"display:flex;align-items:center;justify-content:center;min-height:100px;padding:20px;background:#fff;border:1px solid #dde3ef;border-radius:14px;color:#0057ff;text-decoration:none;font-size:17px;font-weight:bold;line-height:1.6;text-align:center;\" href=\"\/en\/2026\/07\/15\/seo-tools-en\/\">\r\nBest SEO Tools for Businesses: The Complete Guide to Choosing Professional SEO Software\r\n<\/a>\r\n<\/div>\r\n<\/section>","protected":false},"excerpt":{"rendered":"Robots.txt File: How to Use It for Better Technical SEO If you own a website, appearing in search results is [&hellip;]","protected":false},"author":2,"featured_media":8727,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[160],"tags":[344,346,345,343,348,347,164,349],"class_list":["post-6626","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-seo","tag-crawling","tag-googlebot","tag-indexing","tag-robots-txt","tag-search-console","tag-sitemap","tag-technical-seo","tag-wordpress-seo"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Robots.txt File: How It Affects SEO and Indexing<\/title>\n<meta name=\"description\" content=\"Learn what the robots.txt file is, how it controls search engine crawling, how it differs from noindex, and how to use it correctly for SEO.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wide.sa\/en\/2023\/11\/27\/robots-txt-seo-en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Robots.txt File: How It Affects SEO and Indexing\" \/>\n<meta property=\"og:description\" content=\"Learn what the robots.txt file is, how it controls search engine crawling, how it differs from noindex, and how to use it correctly for SEO.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wide.sa\/en\/2023\/11\/27\/robots-txt-seo-en\/\" \/>\n<meta property=\"og:site_name\" content=\"Digital Marketing Agency in Riyadh, KS | WIDE\" \/>\n<meta property=\"article:published_time\" content=\"2023-11-27T14:43:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-15T04:13:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wide.sa\/en\/wp-content\/uploads\/sites\/2\/2023\/11\/technical-SEO-dashboard.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1672\" \/>\n\t<meta property=\"og:image:height\" content=\"941\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"en\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"en\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/wide.sa\\\/en\\\/2023\\\/11\\\/27\\\/robots-txt-seo-en\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wide.sa\\\/en\\\/2023\\\/11\\\/27\\\/robots-txt-seo-en\\\/\"},\"author\":{\"name\":\"en\",\"@id\":\"https:\\\/\\\/wide.sa\\\/en\\\/#\\\/schema\\\/person\\\/002cd34f6aa96eac666f0a914d5a6312\"},\"headline\":\"Robots.txt File: How It Affects SEO and Indexing\",\"datePublished\":\"2023-11-27T14:43:45+00:00\",\"dateModified\":\"2026-07-15T04:13:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wide.sa\\\/en\\\/2023\\\/11\\\/27\\\/robots-txt-seo-en\\\/\"},\"wordCount\":2492,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/wide.sa\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/wide.sa\\\/en\\\/2023\\\/11\\\/27\\\/robots-txt-seo-en\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wide.sa\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2023\\\/11\\\/technical-SEO-dashboard.png\",\"keywords\":[\"Crawling\",\"Googlebot\",\"Indexing\",\"Robots.txt\",\"Search Console\",\"Sitemap\",\"Technical SEO\",\"WordPress SEO\"],\"articleSection\":[\"SEO\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/wide.sa\\\/en\\\/2023\\\/11\\\/27\\\/robots-txt-seo-en\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wide.sa\\\/en\\\/2023\\\/11\\\/27\\\/robots-txt-seo-en\\\/\",\"url\":\"https:\\\/\\\/wide.sa\\\/en\\\/2023\\\/11\\\/27\\\/robots-txt-seo-en\\\/\",\"name\":\"Robots.txt File: How It Affects SEO and Indexing\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wide.sa\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/wide.sa\\\/en\\\/2023\\\/11\\\/27\\\/robots-txt-seo-en\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/wide.sa\\\/en\\\/2023\\\/11\\\/27\\\/robots-txt-seo-en\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wide.sa\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2023\\\/11\\\/technical-SEO-dashboard.png\",\"datePublished\":\"2023-11-27T14:43:45+00:00\",\"dateModified\":\"2026-07-15T04:13:21+00:00\",\"description\":\"Learn what the robots.txt file is, how it controls search engine crawling, how it differs from noindex, and how to use it correctly for SEO.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wide.sa\\\/en\\\/2023\\\/11\\\/27\\\/robots-txt-seo-en\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wide.sa\\\/en\\\/2023\\\/11\\\/27\\\/robots-txt-seo-en\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wide.sa\\\/en\\\/2023\\\/11\\\/27\\\/robots-txt-seo-en\\\/#primaryimage\",\"url\":\"https:\\\/\\\/wide.sa\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2023\\\/11\\\/technical-SEO-dashboard.png\",\"contentUrl\":\"https:\\\/\\\/wide.sa\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2023\\\/11\\\/technical-SEO-dashboard.png\",\"width\":1672,\"height\":941,\"caption\":\"A robots.txt file helps guide search engine crawlers and organize how they access different parts of a website.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wide.sa\\\/en\\\/2023\\\/11\\\/27\\\/robots-txt-seo-en\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wide.sa\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Robots.txt File: How It Affects SEO and Indexing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wide.sa\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/wide.sa\\\/en\\\/\",\"name\":\"Digital Marketing Agency in Riyadh, KS | WIDE\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/wide.sa\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wide.sa\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/wide.sa\\\/en\\\/#organization\",\"name\":\"Digital Marketing Agency in Riyadh, KS | WIDE\",\"url\":\"https:\\\/\\\/wide.sa\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wide.sa\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/wide.sa\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/04\\\/wide-logo.svg\",\"contentUrl\":\"https:\\\/\\\/wide.sa\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/04\\\/wide-logo.svg\",\"width\":548,\"height\":185,\"caption\":\"Digital Marketing Agency in Riyadh, KS | WIDE\"},\"image\":{\"@id\":\"https:\\\/\\\/wide.sa\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/wide.sa\\\/en\\\/#\\\/schema\\\/person\\\/002cd34f6aa96eac666f0a914d5a6312\",\"name\":\"en\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0dbec803b25e23df45d787a7d82caded6439d0f4bb097f2e136326131dfb8a3b?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0dbec803b25e23df45d787a7d82caded6439d0f4bb097f2e136326131dfb8a3b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0dbec803b25e23df45d787a7d82caded6439d0f4bb097f2e136326131dfb8a3b?s=96&d=mm&r=g\",\"caption\":\"en\"},\"url\":\"https:\\\/\\\/wide.sa\\\/en\\\/author\\\/en\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Robots.txt File: How It Affects SEO and Indexing","description":"Learn what the robots.txt file is, how it controls search engine crawling, how it differs from noindex, and how to use it correctly for SEO.","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:\/\/wide.sa\/en\/2023\/11\/27\/robots-txt-seo-en\/","og_locale":"en_US","og_type":"article","og_title":"Robots.txt File: How It Affects SEO and Indexing","og_description":"Learn what the robots.txt file is, how it controls search engine crawling, how it differs from noindex, and how to use it correctly for SEO.","og_url":"https:\/\/wide.sa\/en\/2023\/11\/27\/robots-txt-seo-en\/","og_site_name":"Digital Marketing Agency in Riyadh, KS | WIDE","article_published_time":"2023-11-27T14:43:45+00:00","article_modified_time":"2026-07-15T04:13:21+00:00","og_image":[{"width":1672,"height":941,"url":"https:\/\/wide.sa\/en\/wp-content\/uploads\/sites\/2\/2023\/11\/technical-SEO-dashboard.png","type":"image\/png"}],"author":"en","twitter_card":"summary_large_image","twitter_misc":{"Written by":"en","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wide.sa\/en\/2023\/11\/27\/robots-txt-seo-en\/#article","isPartOf":{"@id":"https:\/\/wide.sa\/en\/2023\/11\/27\/robots-txt-seo-en\/"},"author":{"name":"en","@id":"https:\/\/wide.sa\/en\/#\/schema\/person\/002cd34f6aa96eac666f0a914d5a6312"},"headline":"Robots.txt File: How It Affects SEO and Indexing","datePublished":"2023-11-27T14:43:45+00:00","dateModified":"2026-07-15T04:13:21+00:00","mainEntityOfPage":{"@id":"https:\/\/wide.sa\/en\/2023\/11\/27\/robots-txt-seo-en\/"},"wordCount":2492,"commentCount":0,"publisher":{"@id":"https:\/\/wide.sa\/en\/#organization"},"image":{"@id":"https:\/\/wide.sa\/en\/2023\/11\/27\/robots-txt-seo-en\/#primaryimage"},"thumbnailUrl":"https:\/\/wide.sa\/en\/wp-content\/uploads\/sites\/2\/2023\/11\/technical-SEO-dashboard.png","keywords":["Crawling","Googlebot","Indexing","Robots.txt","Search Console","Sitemap","Technical SEO","WordPress SEO"],"articleSection":["SEO"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wide.sa\/en\/2023\/11\/27\/robots-txt-seo-en\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wide.sa\/en\/2023\/11\/27\/robots-txt-seo-en\/","url":"https:\/\/wide.sa\/en\/2023\/11\/27\/robots-txt-seo-en\/","name":"Robots.txt File: How It Affects SEO and Indexing","isPartOf":{"@id":"https:\/\/wide.sa\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wide.sa\/en\/2023\/11\/27\/robots-txt-seo-en\/#primaryimage"},"image":{"@id":"https:\/\/wide.sa\/en\/2023\/11\/27\/robots-txt-seo-en\/#primaryimage"},"thumbnailUrl":"https:\/\/wide.sa\/en\/wp-content\/uploads\/sites\/2\/2023\/11\/technical-SEO-dashboard.png","datePublished":"2023-11-27T14:43:45+00:00","dateModified":"2026-07-15T04:13:21+00:00","description":"Learn what the robots.txt file is, how it controls search engine crawling, how it differs from noindex, and how to use it correctly for SEO.","breadcrumb":{"@id":"https:\/\/wide.sa\/en\/2023\/11\/27\/robots-txt-seo-en\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wide.sa\/en\/2023\/11\/27\/robots-txt-seo-en\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wide.sa\/en\/2023\/11\/27\/robots-txt-seo-en\/#primaryimage","url":"https:\/\/wide.sa\/en\/wp-content\/uploads\/sites\/2\/2023\/11\/technical-SEO-dashboard.png","contentUrl":"https:\/\/wide.sa\/en\/wp-content\/uploads\/sites\/2\/2023\/11\/technical-SEO-dashboard.png","width":1672,"height":941,"caption":"A robots.txt file helps guide search engine crawlers and organize how they access different parts of a website."},{"@type":"BreadcrumbList","@id":"https:\/\/wide.sa\/en\/2023\/11\/27\/robots-txt-seo-en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wide.sa\/en\/"},{"@type":"ListItem","position":2,"name":"Robots.txt File: How It Affects SEO and Indexing"}]},{"@type":"WebSite","@id":"https:\/\/wide.sa\/en\/#website","url":"https:\/\/wide.sa\/en\/","name":"Digital Marketing Agency in Riyadh, KS | WIDE","description":"","publisher":{"@id":"https:\/\/wide.sa\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wide.sa\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wide.sa\/en\/#organization","name":"Digital Marketing Agency in Riyadh, KS | WIDE","url":"https:\/\/wide.sa\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wide.sa\/en\/#\/schema\/logo\/image\/","url":"https:\/\/wide.sa\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/wide-logo.svg","contentUrl":"https:\/\/wide.sa\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/wide-logo.svg","width":548,"height":185,"caption":"Digital Marketing Agency in Riyadh, KS | WIDE"},"image":{"@id":"https:\/\/wide.sa\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/wide.sa\/en\/#\/schema\/person\/002cd34f6aa96eac666f0a914d5a6312","name":"en","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/0dbec803b25e23df45d787a7d82caded6439d0f4bb097f2e136326131dfb8a3b?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/0dbec803b25e23df45d787a7d82caded6439d0f4bb097f2e136326131dfb8a3b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0dbec803b25e23df45d787a7d82caded6439d0f4bb097f2e136326131dfb8a3b?s=96&d=mm&r=g","caption":"en"},"url":"https:\/\/wide.sa\/en\/author\/en\/"}]}},"_links":{"self":[{"href":"https:\/\/wide.sa\/en\/wp-json\/wp\/v2\/posts\/6626","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wide.sa\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wide.sa\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wide.sa\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/wide.sa\/en\/wp-json\/wp\/v2\/comments?post=6626"}],"version-history":[{"count":8,"href":"https:\/\/wide.sa\/en\/wp-json\/wp\/v2\/posts\/6626\/revisions"}],"predecessor-version":[{"id":8922,"href":"https:\/\/wide.sa\/en\/wp-json\/wp\/v2\/posts\/6626\/revisions\/8922"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wide.sa\/en\/wp-json\/wp\/v2\/media\/8727"}],"wp:attachment":[{"href":"https:\/\/wide.sa\/en\/wp-json\/wp\/v2\/media?parent=6626"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wide.sa\/en\/wp-json\/wp\/v2\/categories?post=6626"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wide.sa\/en\/wp-json\/wp\/v2\/tags?post=6626"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}