Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Google sitemaps?
This discussion has been closed.
Comments
Its still a priority for me though.
Why an XML sitemap is BAD
Anyone answer that?
Is there a recommended means of protecting it?
Yes sir, ALL the database details in the sitemap.php file...
//Database Settings
$username = "franken";
$password = "stein";
$hostname = "db222587z.pair.com";
$database = "franken_vanilla";
They are all there for the taking.
Removing the sitemap completely made Google find all of my content on its own.
I believe using it is counterproductive to getting good page rank since I think Google weighs your content by looking at the sitemap and only puts up content that isn't a duplicate or related. Don't quote me on that but from my experience, if you want google to traverse your entire site and add it to the search engine, don't use sitemap at all. Let google bot do the work.
------
Take a break and enjoy a webcomic!
nemu*nemu
I suppose database.php is not as conspicuous as sitemap.php at the root level and would never appear in the URL field in a browser?
In short, I don't know, maybe it's not an issue as I now believe (thanks WallPhone), any browsers/robots get the parsed result of the PHP and not the code itself.