<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: WordPress Agentur Kreativdenker GmbH</title>
    <description>The latest articles on DEV Community by WordPress Agentur Kreativdenker GmbH (@kreativdenker).</description>
    <link>https://dev.to/kreativdenker</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F482641%2F710d249f-b27c-4bf2-8af7-fa1f9da907d7.png</url>
      <title>DEV Community: WordPress Agentur Kreativdenker GmbH</title>
      <link>https://dev.to/kreativdenker</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kreativdenker"/>
    <language>en</language>
    <item>
      <title>WordPress: Disable integrated XML Sitemap</title>
      <dc:creator>WordPress Agentur Kreativdenker GmbH</dc:creator>
      <pubDate>Mon, 05 Oct 2020 09:45:39 +0000</pubDate>
      <link>https://dev.to/kreativdenker/wordpress-disable-integrated-xml-sitemap-27ok</link>
      <guid>https://dev.to/kreativdenker/wordpress-disable-integrated-xml-sitemap-27ok</guid>
      <description>&lt;p&gt;A major innovation of WordPress 5.5 is the integrated XML sitemap. Any additional sitemap plug-ins are therefore no longer needed. But what if you want to continue to use your previously used Sitemap Plugin? After all, the integrated Sitemap function of WordPress is not very feature-rich.&lt;/p&gt;

&lt;p&gt;The XML Sitemap of WordPress can be easily deactivated. To do so, you only have to integrate the following code in the functions.php of the currently used theme or child theme.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;add_filter( 'wp_sitemaps_enabled', '__return_false' );
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;For beginners: What is a XML Sitemap?&lt;/p&gt;

&lt;p&gt;A sitemap in XML format usually contains all contents or content types of a website. This can not only be pages, but also articles, videos or products. The sitemap helps the Google Crawler to "browse" and index the website. Especially complex websites with a lot of content and complex structures may not be indexed as desired. Therefore Google recommends the use of a sitemap from at least 10,000 pages.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>wordpress</category>
      <category>php</category>
    </item>
  </channel>
</rss>
