Skip to main content

Google Sitemap Generator

It's not easy to find a Sitemap generator for MKPortal, so I just use phpSitemapNG, which is no good for CMS, Portal, forums and Wiki.



I found xmap for Joomla, which is quite easy to install and configure.




It's quite funny that I have submit a long strange string as sitemap to Google, such as this:

joomla/index.php?option=com_xmap&sitemap=1&view=xml&no_html=1

But it's cool to generator html sitemap, beautifully arrange and most important accurately generated, as bellow:

http://en.dayabook.com/joomla/index.php/site-map

And I found Google Sitemap Xml generator for phpBB forum, which generates separate sitemap for forums and topics. currently it has two version 2.0 and 2.1. But it seems that version 2.1 can only generate forum sitemap, and I got "Incorrect namespace" warnings from Google after submitting topics sitemap.

I check the php code, the author uses

My website structure as follow, I have to look for sitemap generator separately:

index.php

/mkportal (phpSitemapNG)

/phpbb (Google Sitemap Xml generator for phpBB forum)

/joomla (xmap)

/wordpress ()

/wikiwig ()

I hope these information may be helpful.

Comments

Popular posts from this blog

How to Input Phonetic Symbols (IPA) in Google Docs

You can insert special characters by clicking "Insert" on the menu, then click the "Ω Special Characters", the choose "Latin" category from the drop-down menu, and then Phonetics (IPA) sub-category. Insert Special Characters in Google Docs There is a short-cut for inputting some IPA symbols which you use them frequently. Automatic Substitution in Google Docs similar to Auto Correct in MS Word. You can replace common acronyms, misspellings and other symbols. So you can set auto-replace for your IPA symbols, for example, "e<" for "ɛ", "o/" for "ø", "o>" for "ɔ" etc. Automatic Substitutions in Google Docs

Virgin Media Netgear Wireless Router Username and Password

As Virgin Media customer, if you find your wireless router is Netgear, then you may type the router's setup URL into a web browser address bar. http://192.168.0.1 is the default Netgear router IP address. http://192.168.1.1 will work for some Netgear models. Mine setup URL is http://192.168.1.1 . Then you are required to enter a username and password. If you haven't change the default setting, it is "virgin" and "password", you may find that on a label stuck on the router. This default username and password of Virgin Wireless router is different from that of the normal Netgear router. The default username of Netgear is admin and the password is either password or 1234. Then you open the configure interface, change the settings, such as change your DNS server to OpenDNS . For a normal Netgear router, if you forget the username and password, you can reset and restore the NETGEAR device to factory default settings. But I couldn't find any button on

Problems of Automatically Update Wordpress 2.7 to 2.71

I use byet freehost  for my Simple Machine forum , and Wordpress blog . I feel quite happy that I can automatically update SMF forum, but had problems of automatically update my W ordpress blog, the error message is: Unable to locate WordPress directory. Installation Failed There is some discuss in byet forum , but without satisfied answers. Any help, please?