Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Add Search Engine Optimized Keywords & Description to each Forum Details »»
Add Search Engine Optimized Keywords & Description to each Forum
Version: 1.00, by Neutral Singh Neutral Singh is offline
Developer Last Online: Feb 2016 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 3.7.0 Rating:
Released: 01-19-2008 Last Update: 01-20-2008 Installs: 88
DB Changes Uses Plugins Template Edits
Re-useable Code Translations  
No support by the author.

Add Search Engine Optimized Keywords & Description to each Forum
Keywords: SEO, Search, Engine, Optimization, Meta-tag, Keywords, Description, Meta, Tags

Context:
This plugin gives you the facility to add some special keywords and descriptions to each forum thus allowing you to optimize each of your forum for its relevant keywords. No need to inform you that Search Engine Optimized (SEO) keywords and description for your forums is essential to enhance your presence in search engines as well as increase your web traffic for relevant keywords.

How this Works?
http://www.sikhphilosophy.net (View the source of each forum to realise the effect of this plugin on your forums.)

Recommended Usage:
Only Text based information should be added in keywords and description for maximum results.


Code:
*** Installation Instructions: (Also attached here)
*** -------------------------

1.     Installing the Plugin:

      Admincp > Plugin System > Manage Products
     Click: Import Product
      Browse: Your computer for downloaded file "product-forum_seo.xml" 
     After selecting the file, click Import button. 

**********************************************************************
2.     Only Template Edit: headinclude


     i)    Edit - headinclude Template:
        **********************************************************************

        Find:
        <meta name="keywords" content="$threadinfo[title], $vboptions[keywords]" />
        <meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[title] $foruminfo[title_clean]" />

        Replace With:
        <meta name="keywords" content="$foruminfo[forumkeywords],$threadinfo[title],$vboptions[keywords]" />
        <meta name="description" content="$foruminfo[forumdescription]. <if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[title] $foruminfo[title_clean]" />
        
        **********************************************************************

        Find:
            <meta name="keywords" content="$foruminfo[title_clean], $vboptions[keywords]" />
        <meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$foruminfo[description_clean]" />

         Replace With:
        <meta name="keywords" content="$foruminfo[forumkeywords],$threadinfo[title],$vboptions[keywords]" />
        <meta name="description" content="$foruminfo[forumdescription]. <if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$foruminfo[description_clean]" />
And you are done with modification !!

Now, simply Go to > Forum Manager > Edit a forum > Towards the bottom you will find the fields to enter your relevant keywords and description. You can play with the template modification to suit your needs.

Enjoy !!

If you installed this plugin, please click INSTALL for future support. :devious:

Thanks

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 07-31-2008, 03:48 PM
Saudi Zoom's Avatar
Saudi Zoom Saudi Zoom is offline
 
Join Date: Mar 2007
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i can't find and replace that codes in headinclude, i am using default template of 3.7.2 !
Reply With Quote
  #23  
Old 08-01-2008, 07:27 AM
purple99 purple99 is offline
 
Join Date: Feb 2008
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Saudi Zoom View Post
i can't find and replace that codes in headinclude, i am using default template of 3.7.2 !
I'm using 3.7.2 also and you're right: the code isn't there. What should be replaced with what?
Reply With Quote
  #24  
Old 08-10-2008, 05:47 PM
purple99 purple99 is offline
 
Join Date: Feb 2008
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bump
Reply With Quote
  #25  
Old 08-15-2008, 09:21 PM
SEOvB's Avatar
SEOvB SEOvB is offline
 
Join Date: May 2007
Location: Indianapolis
Posts: 2,451
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the code is pretty close to the same in the head include template, its not to hard to figure out what it used to be.

I'd give you the exact instructions, but i've already modified this to the point where i dont remember.
Reply With Quote
  #26  
Old 08-16-2008, 12:50 AM
3DGirl 3DGirl is offline
 
Join Date: Aug 2008
Location: Seattle, WA. USA
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks YOU for this. I do not understand why this is not flooded with installs.

I'm installing it on two VB's. Thank you very much!
Reply With Quote
  #27  
Old 08-20-2008, 05:13 AM
purple99 purple99 is offline
 
Join Date: Feb 2008
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FRDS View Post
the code is pretty close to the same in the head include template, its not to hard to figure out what it used to be.

I'd give you the exact instructions, but i've already modified this to the point where i dont remember.
Okey-dokey, I'll work it out. Thanks.
Reply With Quote
  #28  
Old 08-22-2008, 05:30 PM
Nick Chiafullo Nick Chiafullo is offline
 
Join Date: Aug 2008
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by purple99 View Post
I'm using 3.7.2 also and you're right: the code isn't there. What should be replaced with what?
I had the same problem. Below is the find and replace code.

Great tool. Thanks!


1. Find
Code:
<meta name="keywords" content="<if condition="$threadinfo['taglist']">$threadinfo[taglist], </if>$threadinfo[prefix_plain_html] $threadinfo[title], $vboptions[keywords]" />
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[prefix_plain_html] $threadinfo[title] $foruminfo[title_clean]" />
Replace With
Code:
 <meta name="keywords" content="$foruminfo[forumkeywords],$threadinfo[title],$vboptions[keywords]" />
<meta name="description" content="$foruminfo[forumdescription]. <if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[title] $foruminfo[title_clean]" />

2. Find
Code:
<meta name="keywords" content="$foruminfo[title_clean], $vboptions[keywords]" />
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$foruminfo[description_clean]" />
Replace With
Code:
<meta name="keywords" content="$foruminfo[forumkeywords],$threadinfo[title],$vboptions[keywords]" />
 <meta name="description" content="$foruminfo[forumdescription]. <if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$foruminfo[description_clean]" />
Reply With Quote
  #29  
Old 08-22-2008, 06:23 PM
uzeyir uzeyir is offline
 
Join Date: Jul 2008
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

caps please
Reply With Quote
  #30  
Old 09-21-2008, 02:54 PM
jamesww jamesww is offline
 
Join Date: Aug 2008
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can a few people give a review on how well this works.
Reply With Quote
  #31  
Old 09-21-2008, 02:59 PM
jamesww jamesww is offline
 
Join Date: Aug 2008
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The Sikh rock! I was wondering if you could add a modification for the title tag as well for individual forums. And also possible something for threads as well.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.11864 seconds
  • Memory Usage 2,316KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete