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.
It works but google isn't showing the variables? it's showing ell the words but not the variables it changed in google within a hour,
heres what i have, any idea why it's not working?
Code:
<vb:elseif condition="$show['foruminfo']" />
<meta name="keywords" content="{vb:raw vboptions.keywords}" />
<meta name="description" content="Our {vb:var numbermembers} members have posted {vb: var totalposts} threads about Free Movie & Video Game Downloads. Please welcome {vb:var newusername} our newest member! | PSP ISO Downloads | Xbox 360 ISO Downloads | Nintendo Wii Iso Downloads | Nintendo DS Rom Downloads" />
<vb:else />
Seems to be working ok for me although the description isn't displayed in Google yet, but Isuppose that could take 24 hours or so.
Quote:
Originally Posted by KissOfDeath
It works but google isn't showing the variables? it's showing ell the words but not the variables it changed in google within a hour,
heres what i have, any idea why it's not working?
Code:
<vb:elseif condition="$show['foruminfo']" />
<meta name="keywords" content="{vb:raw vboptions.keywords}" />
<meta name="description" content="Our {vb:var numbermembers} members have posted {vb: var totalposts} threads about Free Movie & Video Game Downloads. Please welcome {vb:var newusername} our newest member! | PSP ISO Downloads | Xbox 360 ISO Downloads | Nintendo Wii Iso Downloads | Nintendo DS Rom Downloads" />
<vb:else />
guys, it could take two or three weeks to be included in google, if its been a long time since you changed your META descriptions.
if you dont change it regularly, google has no need to check it frequently, thats what this hack really achieves (apart from looking cool).
just check the source code of your live website, if the numbers appear in that, then your good.
guys, it could take two or three weeks to be included in google, if its been a long time since you changed your META descriptions.
if you dont change it regularly, google has no need to check it frequently, thats what this hack really achieves (apart from looking cool).
just check the source code of your live website, if the numbers appear in that, then your good.
No it changed for me in google straight away, but it;'s not including the varibles, it shows like this is google without the numbers
Code:
Our members have posted threads about Free Movie & Video Game Downloads. Please
welcome our newest member! | PSP ISO Downloads | Xbox 360 ISO Downloads
No it changed for me in google straight away, but it;'s not including the varibles, it shows like this is google without the numbers
Code:
Our members have posted threads about Free Movie & Video Game Downloads. Please
welcome our newest member! | PSP ISO Downloads | Xbox 360 ISO Downloads
any chance you've got Valters top stats plugin installed? I found out last night that this breaks my one///
if not, can you give me a list of what you do have installed and I will look for some incompatibility somewhere.