Hi,
I have issued a minor problem in Seo4SMFSitemaps.php
in Seo4SMFSitemaps.php lines 119, 123, 165, 172, 181; there are such entries:
<img src="/seo4smf_icons/arrow.gif"
This creates some kind of error in Cpanel logs, because arrow.gif cannot be found.
It should refer like
<img src="http://www.boardurl.com/forumdir/seo4smf_icons/arrow.gif"
I remember that, SMF has a special variable like $boardurl or $boarddir, but I don't remember it exactly. I am not sure that, it will work on SEO4SMF (it should work actually, these variables are defined in Settings.php or Subs.php)
Also, the bottom navigation (Start, Page0, Page1, ...) creates a horizontal scroll bar if there are too much pages (for example Page34, Page35). I think, a "<br />" tag should be added after some page count (also, it may be centered, it will look better in my opinion)
Have a nice day!