Search engines love sitemaps generally for one reason: They can find every page on your site easily. That makes it faster and easier for them to update their information about your website and it’s links.
Users love sitemaps generally for one reason: They can get to any page on your website in two clicks!
This plugin will add a self generating sitemap page to your AV Arcade website to help improve user experience and SEO.
This script will generate a list of links to each page by fetching the information from the AV Arcade database.
The sitemap will detect if the SEO setting is on or off in the Admin Control Panel and change the links accordingly.
The content it will index includes:
The simple install will simply get the AV Arcade Sitemap working on your arcade site.
It won’t look nice, but will still give benifits from the search engines.
The intergrated install will intergrate the AV Arcade Sitemap into the default or custom template.
It will look a lot nicer
1 2 3 4 | <?php include ('config.php'); include ('language/'.$language.'.php'); ?> |
34 | <? include ('./content/content.php'); ?> |
15 | echo ' <a href="mailto:?subject=Hey, check out '.$site_url.'">'.TELLFRIEND.'</a>'; |
15 | echo ' <a href="mailto:?subject=Hey, check out '.$site_url.'">'.TELLFRIEND.'</a> | <a href='.$site_url.'/sitemap.php>Sitemap</a>'; |
You can rename delta-sitemap.php to sitemap.php if you are using the default AV Arcade template.
This add-on was put togeather quickly, so I havn’t really gone over the code except to make sure it works as intended.
If you have any problems or would like to make a suggestion, please let me know

Categories
Tag Cloud
Blog RSS
Comments RSS

Void « Default
Life
Earth
Wind
Water
Fire
Light 
[...] This plugin will add a self generating sitemap page to your AV Arcade website to help improve user experience and SEO [...]
I will totally redo this soon because it’s coded badly. I essentially just copy / pasted the original code and modified to break the loops…. I never really expected so many people to use it
I will make the SEO call once to save SQL queries and increase performance on high traffic sites.
Expect an update in about a week.