SEO Guide for Snitz - Posted (2006 Views)
New Member
garyrobar
Posts: 90
90
I've recently been working on integrating the new version of snitz (not yet live on my site) and I've focused on optimizing it for better placement of it's pages in the search engines. I've decided to write a post about some of the things I've modified. I know that SEO is a very subjective topic, and some of the methods I've used may or may not have an effect.
I've done the modifications on the following assumptions:

  • all pages should have H1, Meta Tags, Title Tags, H2 that match (relatively close) and that are specific to the content on that page.
  • Duplicate content, both from other sites, and within your own site, is looked negatively upon by search engines
My personal website has the full Snitz Forum SEO article. I look forward to any additions or feedback.<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Support Moderator
Shaggy
Posts: 6780
6780
Looks good, Gary smile We're having a meeting here tomorrow on SEO after my one-day course last week and I'll be using your write up to back up my own notes.
<
Search is your friend “I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Posted
Starting Member
neo-one
Posts: 3
3
Is also there an url rewriting mod for snitz?<
Posted
Forum Admin
HuwR
Posts: 20611
20611
Originally posted by neo-one
Is also there an url rewriting mod for snitz?
Not that I know of, and to be honest unless you enforce very strict topic title moderation it probably won't help much either. Forum URL's are not that complicated that they really require re-writing in order to get good search engine placement<
Posted
New Member
garyrobar
Posts: 90
90
You need root access to your server to do this with the ISAPI DLL. That is the most common .asp/windows hosting method of url re-writing.

Alternatively, it could be done with some simple coding, but you'd have to write every page, which would result in thousands of files on your host. Add a "url" field to the database tables for "xxxx_topics" Then, in post_info.asp, have it use objFSO.createfile (id use copyfile command on a template) and have it write a page matching the title, and replace(title," ","-") as the filename of the new page. Then, anytime a page is referenced anywhere, you'll need to call a function that takes the id of the post, looks up the corresponding URL (from the column you added to the table), and inserts it.
Since neither of these methods are really feasible for most snitz users, i've explained in the article that you need to ensure that your URLs are as clean as possible, and that all of your querystrings are in the proper order and the same order whereever they are listed.<
Posted
Forum Moderator
AnonJr
Posts: 5768
5768
I think I've seen where some people have managed it with a custom-written 404.asp ... but again you need to be able to use a custom 404 AND you need really good error-checking.<
Posted
Starting Member
telecomputers
Posts: 28
28
Link is dead. But other than that I found the guide quite helpful!<
j.squires
Posted
New Member
garyrobar
Posts: 90
90
sorry, had some server downtime - back up<
 
You Must enter a message