vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Administrative and Maintenance Tools - Add Search Engine Optimized Keywords & Description to each Forum (https://vborg.vbsupport.ru/showthread.php?t=128920)

Snake 02-12-2007 09:50 AM

No, you just have to use commas for the keywords. For example "vBulletin, vBulletin Hacks, vBulletin Mods, vBulletin Skins" and so on.

Amey 08-05-2007 04:02 AM

Does this also create SEO friendly URL's, for example http://www.forum.com/SEO-friendly-fo...dly-thread.htm ???

If not, which mod am I looking for in addition to this? Thanks for the assist.

Alfa1 08-05-2007 11:03 AM

this does not create content relevant URL's. You need either vbrewrite, vbSEO or NuSEO for that.

Ohiosweetheart 08-05-2007 01:18 PM

Does this work ok with 3.6.8?

joeychgo 08-05-2007 01:46 PM

This just adds descripton and keywords to the forumdisplay, or to the threads also?

jmw 09-03-2007 07:37 PM

Quote:

Originally Posted by Ohiosweetheart (Post 1310365)
Does this work ok with 3.6.8?


Edited: posted in wrong thread.


I have the same question. Does this hack work with 3.6.8 or not?

ahmednadir 11-11-2007 11:53 AM

great hack mate!

~installed~

Snake 01-18-2008 08:06 PM

It's working fine on mine so the answer is yes.

Amenadiel 02-18-2008 02:15 AM

it does work fine on my 3.6.8 PL2, and yes, each forum keywords spread to every thread under it.

I'd like to find out, however, how to avoid adding default keywords when a forum has its own set.

EDIT: spoke too soon. I used this on my headinclude template:

Code:

<if condition="!empty($foruminfo[forumkeywords])">
<meta name="keywords" content="$foruminfo[forumkeywords],$threadinfo[title]" />
<else />
<meta name="keywords" content="$threadinfo[title], $vboptions[keywords]" />
</if>

and

Code:

<if condition="!empty($foruminfo[forumkeywords])">
<meta name="keywords" content="$foruminfo[forumkeywords],$foruminfo[title_clean]" />
<else />
<meta name="keywords" content="$foruminfo[title_clean], $vboptions[keywords]" />
</if>



All times are GMT. The time now is 12:27 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.01016 seconds
  • Memory Usage 1,729KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete