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

Reply
 
Thread Tools
SEOforums.org Advanced SEO META Tags for vBulletin Details »»
SEOforums.org Advanced SEO META Tags for vBulletin
Version: 1.01d, by MOGmartin MOGmartin is offline
Developer Last Online: Mar 2019 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.0.2 Rating:
Released: 03-03-2010 Last Update: 03-09-2010 Installs: 67
Uses Plugins Template Edits
 
No support by the author.

Full Plugin DESCRIPTION, SCREENSHOTS, DISCUSSION and more...
CLICK HERE



GOLD VERSION - BRAND FREE NOW AVAILABLE..
CLICK HERE


INCREASE THE SPIDER AND UPDATE FREQUENCY IN GOOGLE FOR YOUR HOMEPAGE

MAKE YOUR META DESCRIPTION TAG IN GOOGLE, WELL, LOOK COOL!



SUPPORT & UPDATES:
All support is now priority answered at http://seoforums.org/advanced-seo-meta-tags/

Installation:

Download the XML Product, and install it.

to insert the variables into your site you have to manually edit the headinclude file.

You can add any of the following variables:

Code:
Total Number of Members: {vb:var numbermembers}
Total Number of Posts: {vb:var totalposts}
Total Number of Threads: {vb:var totalthreads}
Total Number of active users {vb:var numberusers}
Total Number of users currently online {vb:var totalonline}
Newest Member's Username: {vb:var newusername}
For instance, my headinclude looks like this:

Code:
<meta name="keywords" content="{vb:raw vboptions.keywords}" />
<meta name="description" content="Our {vb:var numbermembers} members have posted {vb: var totalposts} posts about SEO. Please welcome {vb:var newusername} our newest member! | SEO Forum | SEO Tools | SEO Blog | SEO Q&A!" />

USAGE LICENSE - COPYRIGHT - LEGAL NOTICE

Usage of this plugin is free, however you can not re-use the code and you CAN NOT REMOVE THE BRANDING FROM THIS PLUGIN.

Download Now

File Type: xml stats_v1.0d.xml (3.5 KB, 702 views)

Show Your Support

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

Comments
  #32  
Old 03-06-2010, 07:26 AM
MOGmartin MOGmartin is offline
 
Join Date: Feb 2008
Location: London
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nekiw View Post
should I just append the code to the headinclude or should I replace new code with this:
<meta name="keywords" content="{vb:raw foruminfo.title_clean}, {vb:raw vboptions.keywords}" />
<meta name="description" content="<vb:if condition="$pagenumber > 1">{vb:rawphrase page_x, {vb:raw pagenumber}}-</vb:if>{vb:raw foruminfo.description_clean}" />
you should replace the code currently in your headinclude file, as per the instructions - Im not sure what you are getting at with the code snippet above, just stick to whats in the instructions, get it working, then go from there.

thanks!

MOGmartin
Reply With Quote
  #33  
Old 03-06-2010, 06:01 PM
MOGmartin MOGmartin is offline
 
Join Date: Feb 2008
Location: London
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

NEW version released with slight bug fixes, please reinstall.

thanks

MOGmartin
Reply With Quote
  #34  
Old 03-08-2010, 05:28 PM
MOGmartin MOGmartin is offline
 
Join Date: Feb 2008
Location: London
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the GOLD versions of all my plugins are now available at:
http://seoforums.org/seo-plugins/

Whats the difference between the gold ones, and the free ones here on vb.org?

1) they are branding free
2) fully supported in a private members area at seoforums.org
3) all new feature development is exclusively for the paid versions, the free versions will now get bug fixes, unless something is deemed absolutely necessary.
4) personalised seo advice from me, if you want it that is!

Best regards


MOGmartin
Reply With Quote
  #35  
Old 03-08-2010, 08:17 PM
Majora Majora is offline
 
Join Date: Jun 2005
Location: Friedrichshafen / Germany
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

there's a bug.
When you have vbseo + vbseo sitemap 2.6 installed and visit www.yourdomain.com/vbseo_sitemap/ you will get the following error: Warnung: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/global.php(29) : eval()'d code (Zeile 62)
and you can't login to vbseo_sitemap Panel.

http://www.vbseo.com/f67/warning-can...rmation-16096/
Reply With Quote
  #36  
Old 03-09-2010, 05:33 AM
MOGmartin MOGmartin is offline
 
Join Date: Feb 2008
Location: London
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Majora View Post
there's a bug.
When you have vbseo + vbseo sitemap 2.6 installed and visit www.yourdomain.com/vbseo_sitemap/ you will get the following error: Warnung: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/global.php(29) : eval()'d code (Zeile 62)
and you can't login to vbseo_sitemap Panel.

http://www.vbseo.com/f67/warning-can...rmation-16096/
more of a bug with the vbSEO sitemaps plugin it would appear to me, especially given their fix for it is on their side:

Quote:

please try to modify your vbseo_sitemap/index.php file:

FIND:

PHP Code:
chdir('../');

ADD BELOW:

PHP Code:
$globaltemplates = $phrasegroups = $specialtemplates = array();
I will see if there is anything I can to to avoid this conflict, but it looks like its their product that causes this (hence why they released a bugfix, several years ago!)
Reply With Quote
  #37  
Old 03-09-2010, 07:07 AM
KissOfDeath KissOfDeath is offline
 
Join Date: Dec 2008
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Majora View Post
there's a bug.
When you have vbseo + vbseo sitemap 2.6 installed and visit www.yourdomain.com/vbseo_sitemap/ you will get the following error: Warnung: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/global.php(29) : eval()'d code (Zeile 62)
and you can't login to vbseo_sitemap Panel.

http://www.vbseo.com/f67/warning-can...rmation-16096/
Which version of vbulletin are you on?
i'm on vb4.0.2 & sitemap 2.6 and i don't get any error
Reply With Quote
  #38  
Old 03-09-2010, 08:27 AM
MOGmartin MOGmartin is offline
 
Join Date: Feb 2008
Location: London
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

FYI: Im on 4.0.2 and sitemap 2.5, with no errors...
Reply With Quote
  #39  
Old 03-09-2010, 09:25 AM
KissOfDeath KissOfDeath is offline
 
Join Date: Dec 2008
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MOGmartin View Post
FYI: Im on 4.0.2 and sitemap 2.5, with no errors...
Does 2.5 still work on vb4? i thought i read somewhere that it didn't thats why they released the 2.6 beta? i could be mistaken but you should check that it's still creating new sitemaps since you upgraded
Reply With Quote
  #40  
Old 03-09-2010, 01:51 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MOGmartin View Post
more of a bug with the vbSEO sitemaps plugin it would appear to me, especially given their fix for it is on their side:

I will see if there is anything I can to to avoid this conflict, but it looks like its their product that causes this (hence why they released a bugfix, several years ago!)
The cited thread is for vBSEO Sitemap version 2.0, nor for 2.6, which is what he is using. Anything less than 2.6 is not compatible with vBulletin 4.x.
Reply With Quote
  #41  
Old 03-09-2010, 01:57 PM
MOGmartin MOGmartin is offline
 
Join Date: Feb 2008
Location: London
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KissOfDeath View Post
Does 2.5 still work on vb4? i thought i read somewhere that it didn't thats why they released the 2.6 beta? i could be mistaken but you should check that it's still creating new sitemaps since you upgraded
Quote:
Originally Posted by djbaxter View Post
The cited thread is for vBSEO Sitemap version 2.0, nor for 2.6, which is what he is using. Anything less than 2.6 is not compatible with vBulletin 4.x.
I will check what Im running now, although I thought it was 2.5
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 03:01 PM.


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.04922 seconds
  • Memory Usage 2,343KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_code
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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
  • (1)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete