Skip to main content

Sitemap for SMF and Verify it in Google Webmaster tools


As an admin of Simple Machine Forum, two things are important and have priority, one is to give your SMF forum an XML Sitemap, another is verify your web in Google Webmaster tools.

Here you may find Sitemap mod, and it's quite handy to install this package. but one word for precaution, don't be confused by this sentence: 
Google does not like SEF formatted URLs for the sitemap because it won't show the sitemap in the root directory
just do as the author tells you, make a .htaccess file under your root directory, and copy & paste the rewrite rule into this file and click save. My forum system files are under root directory, so I made a minor change, from /forum/index.php?action=sitemap;xml to /index.php?action=sitemap;xml. 

After doing this you can view your XML sitemap by the address http://games.dayabook.com/sitemap.xml, or you may have to use this address http://games.dayabook.com/index.php?action=sitemap;xml

The second thing is how to verify your forum in Google Webmasters Tools. Here is a forum thread discuss this topic, the easiest way to add META tags in home page is to edit file "index.template.php" in your theme directory,  If you use "SMF default theme - core", you may have to login to your theme directory, otherwise you may only login to your forum as admin, then go to "themes and layout settings -> Modify themes", then add meta tag in the html head section. 

Comments

ABODE said…
Thanks so much for this. please, my forum is basically SMF but modified in some ways, So please can you outline the steps I can take to install the mod manually or manually create a sitemap and upload then submit to a search engine.

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?