Archive for the ‘Drupal Modules’ Category
Creating a Drupal Mafia style game
I have always wanted to create a web based game from scratch, and started quickly abandoned a few. (Crazy 8's was ready as a stand alone but let it sit I might try later to port to Drupal)
Now since using Drupal for a majority of my development I thought I'd try one for Drupal. By using Drupal I already have an admin interface in which to interact with, a user registration system, and a fairly well documented api in which to develop the game.
Drupal Sitemaps
Because this domain was bought and used for a while for development and testing for all kinds of things its got continual search bot traffic to those old urls. Some of them I do not want to delete and force a 404 to get rid of.
A couple of google gadgets and other things I'd like to keep. But the robots are not searching the new content they are continually pulling things that will never change.
A sitemap.xml file would help as the fact that those pages would not be listed should get them to give more attention to the newer / real content.