XML Sitemap for XenForo 1.3 [Not needed, included in 1.4]

I seem to be getting non valid url errors for /sitemap/sitemap.urls.1.xml.gz in google webmaster tools ever since I added urls to this. The file contains gibberish and not the list of links.
 
The sitemap cron is not specified for a specific addon.

In cron entries I could not find a "start now" link.
 
Last edited:
So I read that this excludes private forums and threads right? Does this also exclude private profiles if I have members checked?
 
If I'm not using this add-on for robots.txt, can I safely delete robots.php from my site?
 
Hi,

it would be nice to integrate a simple plugin system. For example if other addon developers could register a class with a defined output so they could generate also sitemap urls.
 
Hello, I have remove index.html file inside /sitemap/ folder and I have add that :

4iRoR.png


All is ok please ?
Thanks for your great works :)
 
Isn't the chmod 777 a security risk, considering that I'm on a shared hosting environment? Sorry if this doesn't make sense, I'm not well versed in this subject. :)
 
Isn't the chmod 777 a security risk, considering that I'm on a shared hosting environment? Sorry if this doesn't make sense, I'm not well versed in this subject. :)
You can also chown the directory to the webserver process user and use chmod 700 instead.
 
Just installed and been trying to run the cron.. It's been throwing a server error due to the php memory limit.

My site has 800,000 posts and required 256mb memory limit to run this.
 
Since update, sitemap cron isn't being logged to server error log like it was before.
 
Thanks, I didn't need it - just wanted to make sure my installation wasn't corrupted.
Working well!
 
The generated robots.txt has some validation errors.

Go to http://tool.motoricerca.info/robots-checker.phtml

Type: http://www.controlbooth.com/robots.txt

There are several errors regarding wildchar "*" character usage, and directories that don't use a trailing slash character.

An interesting error is apparently there is a specific way you should do line breaks for robots.txt files:

ERROR: This file uses one or more "NL+CR" line breaks (New Line followed by Carriage Return). This is wrong. You should write the robots.txt file with a text editor that generates lines terminated by CR,CR+NL, or NL.

Who knew?
 
Back
Top Bottom