vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   A TRUE meta content and meta description hack? (https://vborg.vbsupport.ru/showthread.php?t=36296)

Gutspiller 03-18-2002 06:25 PM

A TRUE meta content and meta description hack?
 
I was messing with the meta content and meta description of my forum and came up with this idea that would be really cool.

Would it be possible to make a hack that would grab the contents of the first post in a thread and make that the description of the page and then grab text from the entire thread... or at least the first page of the thread as the content/keywords. I was thinking you wouldn't want small words like "a" and "the" and "was" etc. so I was thinking, if the hack could some how strip out words that were... say 4 letters or less and not put them in that would be great. I believe this would not only rank you higher on search engines, but it would mean that when people searched for something and your forum or post/thread came up it would ACTUALLY BE WHAT THEY ARE LOOKING FOR! Instead of a single list of keywords to fit your entire forum. Is this possible? If there is a hack that already does this or close to it PLEASE let me know as I am looking for something like this.

Thanks! If you to would like to see this hack or have input on the idea, please post in here. The more times it gets bumped to the top the more it will be seen by the hackers. :classic:

Gutspiller 04-29-2002 08:47 PM

Bump!

Gutspiller 04-30-2002 04:59 PM

Bump!

The Piper 02-12-2003 01:55 PM

This is exactly what I was thinking. I did a search and found this post. Any ideas on how to achieve this, please?

filburt1 02-12-2003 02:02 PM

I'll try it.

EchoHype.com 02-12-2003 05:32 PM

Hey filburt, did you finish it/working on it?

If not, or if you wanna co-dev it, I'd love to!

let me know

boatdesign 02-18-2003 07:31 AM

Any news on this? I just noticed that my forumdisplay.php threadlist pages don't have any meta descriptions at all, and that has to be bad for search engines...

boatdesign 02-18-2003 07:45 AM

For my forumdisplay pages I don't mind using the forum description as the description. But for each showthread page I can't find a way to include a dynmaically generated meaningful description and keywords.

What would be nice would be to pull so many characters of the first post as the meta description for the showthread pages. Including a meta description tag generated from the text of the thread would help some search engines to include a better descriptoin rather than text like "click here for your user cp, click here to register, click here to search the forums" as the description for any threads they list.

amykhar 02-18-2003 01:45 PM

For showthread, it is trivial to use the thread title as the description. Keywords are the tough part.

Amy

RayStorm 03-14-2008 05:38 PM

I need this mod too. In vBulletin there is an option that read the preview thread with maximum number of words:

"When you mouse-over a thread link a small hovering windows appears that shows the content of the first post in the thread. This setting is the maximum number of characters to show."

I would to insert this content in meta descriptions.

What I have to do? Some mod?

Thanks for answers.

P.S. I have vB 3.6.8

SEOvB 03-14-2008 06:41 PM

I do beleive this is now default in vBulletin.

RayStorm 04-20-2008 04:27 PM

I have the 3.6.8,

In meta descriptions I have only the Title.

oldengine 05-27-2008 12:49 AM

If $thread[preview] could be called into the SHOWTHREAD template, I would put it to work!

oldengine 05-29-2008 10:44 AM

i've gotten <h2 class="myh2">$foruminfo[description]</h2> to work in the showthread template, but to use $thread[preview] instead, you apparently need to mess with showthread.php like they do in forumdisplay.php.

Code:


eval('$threadbit .= "' . fetch_template('threadbit') . '";');



All times are GMT. The time now is 12:52 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01063 seconds
  • Memory Usage 1,734KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (14)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete