vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Administrative and Maintenance Tools - Search Engine Optimized Keywords & Description per Forum (https://vborg.vbsupport.ru/showthread.php?t=200611)

Neutral Singh 01-03-2009 10:00 PM

Search Engine Optimized Keywords & Description per Forum
 
1 Attachment(s)
Search Engine Optimized Keywords & Descriptions per Forum
Keywords: SEO, Search, Engine, Optimization, Meta-tag, Keywords, Description, Meta, Tags

Context:
If you don't want to use any paid SEO utilitiy like vbseo, then this is for you. 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.

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:
<if condition="$show['threadinfo']">
<meta name="keywords" content="<if condition="$threadinfo['taglist']">$threadinfo[taglist], </if>$threadinfo[prefix_plain_html] $threadinfo[title]" />
<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]" />
<else /><if condition="$show['foruminfo']">
<meta name="keywords" content="$foruminfo[title_clean]" />
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$foruminfo[description_clean]" />

        Replace With:
<if condition="$show['threadinfo']">
<meta name="keywords" content="$foruminfo[forumkeywords],<if condition="$threadinfo['taglist']">$threadinfo[taglist], </if>$threadinfo[prefix_plain_html], $threadinfo[title]" />
<meta name="description" content="$foruminfo[forumdescription],<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[prefix_plain_html],$threadinfo[title] $foruminfo[title_clean]" />
<else /><if condition="$show['foruminfo']">
<meta name="keywords" content="$foruminfo[forumkeywords],$foruminfo[title_clean]" />
<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.

Thanks

m2006 01-04-2009 01:46 AM

Thank toy Neutral Singh very good mod install...

Magnumutz 01-04-2009 08:08 AM

Sounds like a great opportunity for free SEO :)

logicuk 01-04-2009 08:28 AM

What if we have vbseo already installed? is this addon any good??

therogueforums 01-04-2009 09:59 AM

I was about to ask the same thing. I have the oder version of this hack, WORKS GREAT. But, I am about to install vB SEO. Wondering if this is even needed, and if will it create any conflicts/duplicate content, keywords, etc.

projectego 01-04-2009 11:54 AM

[high]* projectego clicks install :)[/high]

FiMeTi 01-04-2009 03:55 PM

Very good job mate. Installed & nominated. thx :)

auctionguy 01-04-2009 07:31 PM

Sounds excellent! I will install tomorrow but I am clicking install now so I don't forget!

Nice job from the sounds of it!

ScienceOfMuscle 01-05-2009 02:08 PM

Yeah I am interested in that question too. What if we already have vbSEO? Is it still necessary?

Vaupell 01-05-2009 06:14 PM

hmmm looking at View page before install and after install

meta tags contain same information as before, plus my headincluded did not have matching search tags as you added..


My original thread keyword tag -
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]" />


My original forums keyword tag -
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]" />



All times are GMT. The time now is 03:09 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.01043 seconds
  • Memory Usage 1,741KB
  • 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
  • (3)bbcode_code_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
  • (10)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