Ghana-based global platform offering free music promotion, business distribution, technology tools, and creative services โ including the AWFL Sitemap Builder developer tool.
AEDTP WORLD is a multidisciplinary digital company founded in 2024, headquartered in Anloga, Ghana. The platform operates globally, connecting businesses, musicians, and creators with audiences across 150+ countries.
The name stands for: Adventure ยท Explore ยท Discover ยท Travel ยท Promote WORLD โ reflecting its mission to take creators and businesses on a global journey.
๐ AEDTP WORLD Search Engine: a custom-built global search engine hosted at aedtpworld.neocities.org โ offering quick results within AEDTP WORLD's ecosystem.
Fast, reliable, cost-effective distribution connecting clients to global markets. Supply chain management and customer support driven by cutting-edge technology. Musicians can sign up as artists, upload music for free promotion, distribute beats/instrumentals and access global reach through AEDTP WORLD's network.
The AWFL Sitemap Builder is a PHP-based developer tool created by AEDTP WORLD. It provides a visual file-manager-style interface to automatically generate, update, and manage sitemap.xml files for websites โ no manual XML editing required.
| File | Purpose | Location |
|---|---|---|
sitemap.php | Main AWFL Sitemap Builder UI. Displays folders/files near itself, lets user select directories, builds sitemap.xml at root. | / (root) |
list_files.php | View and manage sitemap.xml contents. Rebuild button (rescans disk, removes stale entries) + preview raw XML. No delete button โ intentional. | / (root) |
sitemap.xml | Auto-generated sitemap file containing all indexed .html file URLs. Created/updated automatically, never edit manually. | / (root, auto-created) |
sitemapbuilderawfl.php | The generator tool. Password-protected UI with buttons to auto-generate sitemap.php and list_files.php. Can be stored anywhere. | awflsitemapbuilder/ (or anywhere) |
sitemapbuilderawfl.php anywhere on your server (e.g. inside /awflsitemapbuilder/).sitemap.php and list_files.php.sitemap.php in browser โ displays folders/subfolders relative to root.sitemap.xml auto-created/updated at root.sitemapbuilderawfl.php is password-protected. Login required before accessing any builder tools or generating files.
sitemapbuilderawfl.php file secured on your server.If no valid .html files are found in any selected folder or root, the builder sends the following notification:
Auto-Cleanup: Missing or deleted HTML files are automatically removed from the sitemap on every Build or manual Rebuild โ no manual cleanup needed.
After running AWFL Sitemap Builder, your directory will follow this structure:
/
โโโ sitemap.php โ Main builder UI
โโโ list_files.php โ File listing & rebuild tool
โโโ sitemap.xml โ Auto-generated sitemap (do not edit manually)
โ
โโโ awflsitemapbuilder/
โโโ sitemapbuilderawfl.php โ Generator tool (password-protected)
# Your website folders (example)
โโโ about/
โ โโโ index.html
โโโ blog/
โ โโโ post-one.html
โ โโโ post-two.html
โโโ index.html
sitemapbuilderawfl.php can be stored anywhere on your server. The generated sitemap.php and list_files.php should be moved to root for proper operation.GET STARTED To deploy the AWFL Sitemap Builder, obtain the package via AEDTP WORLD distribution channels. Upload sitemapbuilderawfl.php, follow the generator steps, then use sitemap.php to build your XML sitemap. No complex configuration required.
โ Supports any server with PHP 7.4+ and standard file permissions. Perfect for static websites, documentation hubs, and SEO management. All generated files are lightweight and optimized.