Sitemap file produces "Redirect loop detected"

  • Unknown's avatar

    I have a new wordpress blog and I’ve been trying to get my sitemap setup. I haven’t had much luck with several plugins and right now I’m stuck with a redirect error when trying to view my sitemap.xml file.

    Firefox tells me
    “The page isn’t redirecting properly

    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.”

    https://www.xml-sitemaps.com – free crawling tool tells me:
    “Redirect loop detected (max_redirect = 7)”

    my sitemap is located here.

  • Unknown's avatar

    Here is my xml file code:

    <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.malware-research.net/wp-content/plugins/sitemap-generator-for-webmasters/sitemap.xsl"?><!-- generator="wordpress/4.1" -->
    <!-- sitemap-generator-url="http://www.iwebslog.com" sitemap-generator-version="1.5" -->
    <!-- generated-on="February 3, 2015 7:56 pm" -->
    <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">	<url>
    		<loc>http://www.malware-research.net/</loc>
    		<lastmod>2015-02-03T11:54:58+00:00</lastmod>
    		<changefreq>daily</changefreq>
    		<priority>1.0</priority>
    	</url>
    	<url>
    		<loc>http://www.malware-research.net/tax-season-security/</loc>
    		<lastmod>2015-02-02T20:26:41+00:00</lastmod>
    		<changefreq>daily</changefreq>
    		<priority>0.6</priority>
    	</url>
    	<url>
    		<loc>http://www.malware-research.net/about/terms-and-conditions/</loc>
    		<lastmod>2015-01-25T23:50:28+00:00</lastmod>
    		<changefreq>daily</changefreq>
    		<priority>0.6</priority>
    	</url>
    	<url>
    		<loc>http://www.malware-research.net/about/privacy-policy/</loc>
    		<lastmod>2015-01-25T23:49:48+00:00</lastmod>
    		<changefreq>daily</changefreq>
    		<priority>0.6</priority>
    	</url>
    	<url>
    		<loc>http://www.malware-research.net/about/affiliates/</loc>
    		<lastmod>2015-01-25T23:49:19+00:00</lastmod>
    		<changefreq>daily</changefreq>
    		<priority>0.6</priority>
    	</url>
    	<url>
    		<loc>http://www.malware-research.net/about/</loc>
    		<lastmod>2015-01-25T23:02:03+00:00</lastmod>
    		<changefreq>daily</changefreq>
    		<priority>0.6</priority>
    	</url>
    	<url>
    		<loc>http://www.malware-research.net/adobe-flash-0-day-vulnerability/</loc>
    		<lastmod>2015-01-25T17:09:04+00:00</lastmod>
    		<changefreq>daily</changefreq>
    		<priority>0.6</priority>
    	</url>
    	<url>
    		<loc>http://www.malware-research.net/blog/</loc>
    		<lastmod>2015-01-25T00:57:13+00:00</lastmod>
    		<changefreq>daily</changefreq>
    		<priority>0.6</priority>
    	</url>
    	<url>
    		<loc>http://www.malware-research.net/what-do-i-do-to-protect-myself-online/</loc>
    		<lastmod>2015-01-24T20:29:19+00:00</lastmod>
    		<changefreq>daily</changefreq>
    		<priority>0.6</priority>
    	</url>
    	<url>
    		<loc>http://www.malware-research.net/phishing-and-other-email-dangers/</loc>
    		<lastmod>2015-01-24T20:28:22+00:00</lastmod>
    		<changefreq>daily</changefreq>
    		<priority>0.6</priority>
    	</url>
    	<url>
    		<loc>http://www.malware-research.net/infected-with-loads-of-adware/</loc>
    		<lastmod>2015-01-24T20:27:45+00:00</lastmod>
    		<changefreq>daily</changefreq>
    		<priority>0.6</priority>
    	</url>
    	<url>
    		<loc>http://www.malware-research.net/first-real-analysis-static/</loc>
    		<lastmod>2015-01-24T20:26:29+00:00</lastmod>
    		<changefreq>daily</changefreq>
    		<priority>0.6</priority>
    	</url>
    	<url>
    		<loc>http://www.malware-research.net/category/analysis/</loc>
    		<changefreq>daily</changefreq>
    		<priority>0.6</priority>
    	</url>
    	<url>
    		<loc>http://www.malware-research.net/category/information/</loc>
    		<changefreq>daily</changefreq>
    		<priority>0.6</priority>
    	</url>
    	<url>
    		<loc>http://www.malware-research.net/category/news/</loc>
    		<changefreq>daily</changefreq>
    		<priority>0.6</priority>
    	</url>
    	<url>
    		<loc>http://www.malware-research.net</loc>
    		<changefreq>daily</changefreq>
    		<priority>1.0</priority>
    	</url>
    	<url>
    		<loc>http://www.malware-research.net/category</loc>
    		<changefreq>daily</changefreq>
    		<priority>0.6</priority>
    	</url>
    	<url>
    		<loc>http://www.malware-research.net/about</loc>
    		<changefreq>monthly</changefreq>
    		<priority>0.3</priority>
    	</url>
    	<url>
    		<loc>http://www.malware-research.net/blog</loc>
    		<changefreq>daily</changefreq>
    		<priority>0.6</priority>
    	</url>
    </urlset>
  • The topic ‘Sitemap file produces "Redirect loop detected"’ is closed to new replies.