  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(1000) NOT NULL DEFAULT '',
  `res` varchar(255) NOT NULL DEFAULT '' COMMENT '-=not crawl, H=hit, M=miss, B=blacklist',
  `reason` text NOT NULL COMMENT 'response code, comma separated',
  `mtime` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  KEY `url` (`url`(191)),
  KEY `res` (`res`)
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://123design.com.br/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://123design.com.br/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://123design.com.br/wp-sitemap-posts-post-2.xml</loc></sitemap><sitemap><loc>https://123design.com.br/wp-sitemap-posts-post-3.xml</loc></sitemap><sitemap><loc>https://123design.com.br/wp-sitemap-posts-post-4.xml</loc></sitemap><sitemap><loc>https://123design.com.br/wp-sitemap-posts-post-5.xml</loc></sitemap><sitemap><loc>https://123design.com.br/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://123design.com.br/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://123design.com.br/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://123design.com.br/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
