<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>devkuma – SEO</title>
    <link>https://www.devkuma.com/en/tags/seo/</link>
    <image>
      <url>https://www.devkuma.com/en/tags/seo/logo/180x180.jpg</url>
      <title>SEO</title>
      <link>https://www.devkuma.com/en/tags/seo/</link>
    </image>
    <description>Recent content in SEO on devkuma</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>kc@example.com (kc kim)</managingEditor>
    <webMaster>kc@example.com (kc kim)</webMaster>
    <copyright>The devkuma</copyright>
    
	  <atom:link href="https://www.devkuma.com/en/tags/seo/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Sitemap</title>
      <link>https://www.devkuma.com/en/docs/sitemap/</link>
      <pubDate>Sat, 17 Apr 2021 08:32:00 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/sitemap/</guid>
      <description>
        
        
        &lt;h2 id=&#34;what-is-a-sitemap&#34;&gt;What Is a Sitemap?&lt;/h2&gt;
&lt;p&gt;A sitemap is a file that helps search engines such as Google and Naver comprehensively index a site. Basically, it can be thought of as a file that lists URLs. Bots crawl the site based on this file.&lt;/p&gt;
&lt;p&gt;Content types and update frequency can be specified, but the most important thing is where &lt;code&gt;sitemap.xml&lt;/code&gt; is located. Since only URLs under the domain below &lt;code&gt;sitemap.xml&lt;/code&gt; are crawled, the installation location must be chosen carefully. In general, it is best to place it at the root.&lt;/p&gt;
&lt;h2 id=&#34;sitemap-xml-format&#34;&gt;Sitemap XML Format&lt;/h2&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-xml&#34; data-lang=&#34;xml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#8f5902;font-style:italic&#34;&gt;&amp;lt;?xml version=&amp;#34;1.0&amp;#34; encoding=&amp;#34;UTF-8&amp;#34;?&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;urlset&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;url&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;loc&amp;gt;&lt;/span&gt;https://www.devkuma.com/docs/java/static/&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;/loc&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;lastmod&amp;gt;&lt;/span&gt;2022-04-03T20:41:00+09:00&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;/lastmod&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;changefreq&amp;gt;&lt;/span&gt;monthly&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;/changefreq&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;priority&amp;gt;&lt;/span&gt;0.5&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;/priority&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;   &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;/url&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;/urlset&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Tag&lt;/th&gt;
          &lt;th&gt;Required/Optional&lt;/th&gt;
          &lt;th&gt;Description&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;&amp;lt;urlset&amp;gt;&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Required&lt;/td&gt;
          &lt;td&gt;The tag that wraps the whole document and refers to the current protocol standard.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;&amp;lt;url&amp;gt;&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Required&lt;/td&gt;
          &lt;td&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;&amp;lt;loc&amp;gt;&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Required&lt;/td&gt;
          &lt;td&gt;Page URL.&lt;br&gt;It must include a trailing slash and the value must be 2,048 characters or fewer.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;&amp;lt;lastmod&amp;gt;&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Optional&lt;/td&gt;
          &lt;td&gt;Last update date of the file.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;&amp;lt;changefreq&amp;gt;&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Optional&lt;/td&gt;
          &lt;td&gt;Page update frequency.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;&amp;lt;priority&amp;gt;&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Optional&lt;/td&gt;
          &lt;td&gt;URL priority.&lt;br&gt;A value from 0.0 to 1.0 can be specified.&lt;br&gt;The default is 0.5.&lt;br&gt;Do not set high priority for every URL on the site.&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Page update frequency (&lt;code&gt;changefreq&lt;/code&gt;) list:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;always: contents are updated every time the page is accessed&lt;/li&gt;
&lt;li&gt;hourly: once per hour or less&lt;/li&gt;
&lt;li&gt;daily: at least once per day&lt;/li&gt;
&lt;li&gt;weekly: at least once per week&lt;/li&gt;
&lt;li&gt;monthly: at least once per month&lt;/li&gt;
&lt;li&gt;yearly: at least once per year&lt;/li&gt;
&lt;li&gt;never: crawled periodically, for pages that do not need updates&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;when-using-multiple-sitemap-files&#34;&gt;When Using Multiple Sitemap Files&lt;/h2&gt;
&lt;p&gt;If there are 50,000 or more URLs, multiple sitemaps are needed. In that case, create a sitemap index file and tell crawlers that multiple sitemaps exist.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-xml&#34; data-lang=&#34;xml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#8f5902;font-style:italic&#34;&gt;&amp;lt;?xml version=&amp;#34;1.0&amp;#34; encoding=&amp;#34;UTF-8&amp;#34;?&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;sitemapindex&lt;/span&gt; &lt;span style=&#34;color:#c4a000&#34;&gt;xmlns=&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;http://www.sitemaps.org/schemas/sitemap/0.9&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;   &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;sitemap&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;loc&amp;gt;&lt;/span&gt;https://www.devkuma.com/sitemap1.xml.gz&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;/loc&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;lastmod&amp;gt;&lt;/span&gt;2022-12-06T01:57:17+09:00&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;/lastmod&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;   &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;/sitemap&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;   &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;sitemap&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;loc&amp;gt;&lt;/span&gt;https://www.devkuma.com/sitemap2.xml.gz&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;/loc&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;lastmod&amp;gt;&lt;/span&gt;2021-01-01&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;/lastmod&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;   &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;/sitemap&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;lt;/sitemapindex&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Tag&lt;/th&gt;
          &lt;th&gt;Required/Optional&lt;/th&gt;
          &lt;th&gt;Description&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;&amp;lt;loc&amp;gt;&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Required&lt;/td&gt;
          &lt;td&gt;Sitemap file name&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;&amp;lt;lastmod&amp;gt;&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Optional&lt;/td&gt;
          &lt;td&gt;Last update date of the file&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;references&#34;&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.sitemaps.org/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;sitemaps.org&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
      
      <category>web</category>
      
      <category>SEO</category>
      
      <category>Sitemap</category>
      
    </item>
    
    <item>
      <title>robots.txt</title>
      <link>https://www.devkuma.com/en/docs/robots/</link>
      <pubDate>Sat, 17 Apr 2021 08:32:00 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/robots/</guid>
      <description>
        
        
        &lt;h2 id=&#34;how-search-engines-originally-work&#34;&gt;How Search Engines Originally Work&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;It is the Robots Exclusion Protocol.&lt;/li&gt;
&lt;li&gt;A robot called a crawler travels around the Internet and collects site information.&lt;/li&gt;
&lt;li&gt;The indexer analyzes the information collected by the crawler.&lt;/li&gt;
&lt;li&gt;Based on the analyzed data, each search engine returns search results according to its algorithm.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;what-is-robotstxt&#34;&gt;What Is robots.txt?&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;robots.txt&lt;/code&gt; is a text file that tells crawlers which pages to crawl or not crawl.&lt;/li&gt;
&lt;li&gt;It is published in the top-level directory of the domain.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;robots.txt&lt;/code&gt; is still a recommendation, so there is no absolute obligation to follow it.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;robotstxt-format&#34;&gt;robots.txt Format&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;User-agent: search bot name&lt;/li&gt;
&lt;li&gt;Allow: access permission setting, available only for Googlebot&lt;/li&gt;
&lt;li&gt;Disallow: access blocking setting&lt;/li&gt;
&lt;li&gt;Crawl-delay: delay before the next visit, in seconds&lt;/li&gt;
&lt;li&gt;Sitemap: sitemap specification&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;robotstxt-examples&#34;&gt;robots.txt Examples&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Allow all search bots to access all documents&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;User-agent: *
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Allow: /
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;code&gt;*&lt;/code&gt; means all robots, and &lt;code&gt;/&lt;/code&gt; means all directories.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Block all search bots from all documents&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;User-agent: *
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Disallow: /
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Allow access to a specific directory&lt;/strong&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;User-agent: Googlebot
Allow: /foo/bar/
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;strong&gt;Block access to a specific directory&lt;/strong&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;User-agent: Googlebot
Disallow: /foo/bar/
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;strong&gt;Allow only Googlebot and block all others&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;User-agent: Googlebot
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Allow: /
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;User-agent: *
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Disallow: /
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;expose-only-part-of-a-homepage-directory-to-search-engines&#34;&gt;Expose Only Part of a Homepage Directory to Search Engines&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt; User-agent: * 
 Disallow: /conection/ 
 Disallow: /my_conection/ 
&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&#34;block-part-of-a-homepage-directory-from-search-engines&#34;&gt;Block Part of a Homepage Directory from Search Engines&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;User-agent: *
Disallow: /my_page/
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;site-load-and-performance-perspective&#34;&gt;Site Load and Performance Perspective&lt;/h2&gt;
&lt;p&gt;If crawler visits increase site load, unimportant large amounts of content can be removed from crawler traversal using &lt;code&gt;robots.txt&lt;/code&gt;, reducing site load and improving crawl efficiency for important content.&lt;/p&gt;
&lt;p&gt;Separating important content from unimportant content is also beneficial for SEO and site load.&lt;/p&gt;
&lt;p&gt;Unimportant content may include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Pages that do not need to be indexed by search engines&lt;/li&gt;
&lt;li&gt;Low-value content pages&lt;/li&gt;
&lt;li&gt;Multiple pages with identical content&lt;/li&gt;
&lt;li&gt;Landing pages for ads placed on the site&lt;/li&gt;
&lt;li&gt;Pages you want to make available only to limited people&lt;/li&gt;
&lt;li&gt;Management system files&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;security-perspective&#34;&gt;Security Perspective&lt;/h2&gt;
&lt;p&gt;If &amp;ldquo;pages to crawl&amp;rdquo; or &amp;ldquo;pages not to crawl&amp;rdquo; are set in &lt;code&gt;robots.txt&lt;/code&gt;, content intended only for limited people may become visible.&lt;/p&gt;
&lt;p&gt;If management system files or pages intended for limited disclosure are set in &lt;code&gt;robots.txt&lt;/code&gt;, they may not appear in search engine results, but they are still publicly exposed through &lt;code&gt;robots.txt&lt;/code&gt;. In other words, files related to management or pages meant only for limited people can be revealed.&lt;/p&gt;
&lt;p&gt;Using &lt;code&gt;robots.txt&lt;/code&gt; can reduce the risk of appearing in search results, but if security-sensitive content is exposed in &lt;code&gt;robots.txt&lt;/code&gt;, a security risk occurs.&lt;/p&gt;
&lt;p&gt;Therefore, files related to security-sensitive management or pages meant only for specific limited people must have reliable access restrictions such as login authentication or IP address restrictions.&lt;/p&gt;
&lt;h2 id=&#34;references&#34;&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://developers.google.com/search/docs/advanced/robots/intro?hl=ko&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Google Search Central | Introduction to Robots.txt&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://namu.wiki/w/robots.txt&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Namu Wiki: robots.txt&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
      
      <category>web</category>
      
      <category>SEO</category>
      
      <category>robots</category>
      
    </item>
    
  </channel>
</rss>
