miniBB ® 

miniBB

®
Support Forums
  
 | Start | Register | Search | Statistics | File Bank | Manual |
The Other miniBB Support Forums / The Other /  
 

Google showing post count, total number of authors and last post in search listings...

 
Author Vishal
Partaker
#1 | Posted: 28 Oct 2008 06:31 
If you have noticed Google is now showing post count, number of authors and last postdate in search results pages for listings from forums.

" title="

However, I saw that the data in majority of the results for my forum are incorrect. But it's not so in vBulletin results. They seem to be lot accurate. Wonder if we need to pass any special metadata to Google?

Author Paul
Lead Developer 
#2 | Posted: 28 Oct 2008 06:39 
I think it more depends on the most recent date when Google visited your forums and indexed them, the same for any other type of forums.

In the current case, it's clearly seen that Google acts upon only the first page of the thread, "30 posts" are in the first page, and last post's date is taken from the message on this page, which is correct exactly for this page. I don't have ideas what does it mean "2 authors".

Just show us some kind of vBulletin example and maybe we will be able to figure something out then... I doubt there are some special meta-tags, but who knows...

Author tom322
Active Member
#3 | Posted: 28 Oct 2008 10:33 
It must be Google bug :)

Author Vishal
Partaker
#4 | Posted: 30 Oct 2008 00:15 
Paul:
I think it more depends on the most recent date when Google visited your forums and indexed them, the same for any other type of forums.
Yes I'm talking about the cached version of the page.

Paul:
I don't have ideas what does it mean "2 authors".
Authors mean number of unique members who have participated in the discussion.

Paul:
Just show us some kind of vBulletin example and maybe we will be able to figure something out then... I doubt there are some special meta-tags, but who knows...
Here are some:





I have noticed that for minibb the authors field is incorrect most of the times.

Author Paul
Lead Developer 
#5 | Posted: 30 Oct 2008 03:58 
Well...

"Number of unique members" - of course I got from the beginning what it means, may be I have a mistake in correct saying - I don't understand HOW this number is calculated, based on which criteria? vBulletin results regarding it are also not precise, for example in this "do you hate businessmen" thread, on the first page there are 14 unique members, Google counts only 12, probably not taking into attention 2 usernames which belong to moderators and are formatted with a different HTML code. I just have no ideas what kind of code Google interprets as a member code, it would be good to see kind of their reference or API or something else, without it I must be shaman smoking salvia and drumming, trying to figure that out.

Regarding number of posts and last date, I think, for miniBB it works correctly, the same way it works for vBulletin. But I think, for miniBB it would be good to achieve the same what happens on this "do you hate.." screenshot, i.e. when under the first thread page, there is listed the second...

Actually I was thinking about it long time ago already without knowing precisely what could be better, either to display page's number on the first page or not (because it was recently discussed too), because both cases in my opinion have pros and cons. Now I see it would be really better to not display page's number on the first page, and may be also add the wording "Page" next to it where it appears, because now this wording is available in language packs; previously it was not.

There are only two slight changes you may apply to your own forums and see what happens, before we implement it in the new official release this winter ;-)

Edit bb_func_vtopic.php and find this code:

if($page>0 or (isset($numRows) and $numRows>$viewmaxtopic) ) $tpage=' ('.($page+1).')'; else $tpage='';
change it to:

if($page>0) $tpage=' - '.$l_page.' '.($page+1); else $tpage='';
Also under bb_func_vthread.php, locate this code:

if($page>0 or $numRows>$viewmaxreplys) $tpage=' ('.($page+1).')'; else $tpage='';
replace it to:

if($page>0) $tpage=' - '.$l_page.' '.($page+1); else $tpage='';
Currently I've changed it all on our own forums, so I'll watch what happens...

As you may know we don't really care about Google results and what's happening on the Google side, it's their own algorithms, problems and bugs, but from the theoretical point of view, this pagination principle may be still correct...

Author Vishal
Partaker
#6 | Posted: 30 Oct 2008 23:00 
OK great!

The Other miniBB Support Forums / The Other /
 Google showing post count, total number of authors and last post in search listings...
 Share Topic's Link

Your Reply Click this icon to move up to the quoted message


  ?
Post as a Guest, leaving the Password field blank. You could also enter a Guest name, if it's not taken by a member yet. Sign-in and post at once, or just sign-in, bypassing the message's text.


Before posting, make sure your message is compliant with forum rules; otherwise it could be locked or removed with no explanation.

 

 
miniBB Support Forums Powered by Forum Software miniBB ® Home  Features  Requirements  Demo  Download  Showcase  Gallery of Arts
Compiler  Premium Extensions  Premium Support  License  Contact Us
Check out the Captcha add-on: protect your miniBB-forums from the automated spam and flood.


  ⇑