Automatic Tagging (Product)

Emiyashirou

New Member
Description

With vBulletin tags you can either set to require tags be completed or not. However requiring tags to be completed can easily result in low-quality tags that don't provide SEO value to your forum. With that in mind the thread title often provides better keywords than the tags that the user is forced to enter.

What this modification does is:

When a thread is started, has the user filled in tags?
Yes: Then we do nothing.
No: Then take the thread title, and strip out all words that would be invalid tags and are in the stop words list and use the remaining words as tags.

Example

User enters:

* Thread title = We like the social group email mod
* Thread tags =

vBulletin records the new thread as:

* Thread title = We like the social group email mod
* Thread tags = email, group, social

Which isn't an entirely bad set of tags and is better than none, and better than the user typing in gibberish (IMHO).

History

Based on Buro9's code at Automatic tags - vBulletin.org Forum converted into a product for ease of updating vbulletin/plugin.

I'll be adding some additional features at some point as well.
 
Back
Top