| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
jeff_j_dunlap
Joined: 13 Mar 2008 Posts: 21
|
Posted: Mon Apr 07, 2008 6:53 pm Post subject: SEO Premod source code different than metatags v.0.2.0 |
|
|
Dear Forum Members:
SEO Premod automatically creates keyword meta tags, but it does not ignore common keywords such as 'the' or 'and'. It is not automatically ignoring words 3 letters or less either.
Next, I download SEO Dynamic Meta Tags V 0.2.0. I compared the source code and noticed that there are php code differences between it and Premod. Here is a tiny snippet showing different php code:
// SEO DYNAMIC META TAGS 0.2.0
function meta_filter_txt($text, $bbcode = true) {
if ($bbcode) {
static $RegEx = array();
static $replace = array(' ', ' ', '', ' ');
etc....
// PREMOD SOURCE CODE:
function meta_filter_txt($text, $bbcode = true) {
if ($bbcode) {
static $RegEx = array();
static $bbcode_strip = 'img|url|flash';
etc....
Is the Premod source code older (since it is not ignoring small and common words? I have not yet modified my premod with the meta keywords 2.0.0 since I am not sure what is the newer source code.
Thank you kindly,
Jeff |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3128
|
Posted: Tue Apr 08, 2008 8:55 am Post subject: Re: SEO Premod source code different than metatags v.0.2.0 |
|
|
Do not bother, we are about to update both the premod and the meta tag mod, the code will match
The common words only gets taken into account for topics, where we perform a query, but not for other pages. It's not very useful IMHO since we then use forum desc and titles as well as the board title and desc to build the meta, and these are chosen by the admin, so there is no real need for an extra sql and filtering here, meta tags are not this important and admin can choose good quality titles and desc. |
_________________
|
|
| Back to top |
|
 |
jeff_j_dunlap
Joined: 13 Mar 2008 Posts: 21
|
Posted: Tue Apr 08, 2008 4:06 pm Post subject: Re: SEO Premod source code different than metatags v.0.2.0 |
|
|
Thank you for responding! I just noticed that there is a new phpBB-3.0.1.zip download available now!
Do you happen to have an approximate time frame for the SEO release?  |
|
|
| Back to top |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 795
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |