Announcement
Collapse
No announcement yet.
How to SEO vBulletin without VBSEO
Collapse
X
-
Would it not be better to change the Powered by vBulletin to something else that reflects your forum?
-
Meta description for threads:
http://www.vbulletin.org/forum/showthread.php?p=2233128
Leave a comment:
-
Originally posted by Ramsesx View PostAre rss feeds in forums really beneficial for seo or rather bad?
There was some concern that not clicking on them would cause the rss system to stall out. I don't have to worry about that. It seems if that's the case there are so many bots stomping on links it's turned in to a perpetual motion machine. All I had to do was set it up then sit back and watch the show...
Leave a comment:
-
Content is king. I don't have all the seo dohickys but still get good enough PR. I have a section that has rss fed in to it and the bots come in small groups eating it up. I also keep my captioned pics freshened up on a timely bases. They seem to love that stuff.
I don't mod the code or jigger settings to get higher PR. My content speaks for itself.
I'd just pay a lot more mind to what's going on in the forum itself. Are people posting? Are you and your mods posting? You and your mods can serve as a catalyst for new threads and posts. Just for gp open a thread telling the staff and members what you're up to with the forum. You'd be surprised at how lively those topics can get. You and your mods as well as members can go out and spread the word about your forum. Don't spam and ask first at other forums if you can post something about your forum. I do. I brag about my forum anywhere they let me. But I'm real active at those other places too.
All those things you want to do to your forum may or may not help. But when all is said and done > It's not what's going on in the boiler room that matters. It's whether or not the building is warm.
- 1 like
Leave a comment:
-
Can a vB Staff member reply and let me know which of these techniques is now redunant in vB4? It seems a lot of these would still work well with slight updates to code.
Leave a comment:
-
Originally posted by Loco.M View PostSome of the "fixes" have already been added in vb4 though.Last edited by too_cool_3; Wed 9 Nov '11, 4:04pm.
Leave a comment:
-
Originally posted by Andy View PostI doubt any of those modification would help, if anything I bet it would hurt SEO.
The main idea in the thread above will in fact help your onpage SEO.. (especially the first suggestion as well as the duplicate content fixes)
Some of the "fixes" have already been added in vb4 though.
Leave a comment:
-
Originally posted by too_cool_3 View PostI got these instruction from a credible source. I'm just worried the code is outdated. For example:
Does adding:
Code:{vb:raw headinclude} <title>{vb:raw vboptions.bbtitle}</title> <meta name="keywords" content="$vboptions[keywords]" /> <meta name="description" content="$vboptions[description]" />
The best SEO is good unique fresh content. Good thread titles, if you have competing sites that rank high on google take a look at the content, thread titles, most recent posts, etc. to get an idea of what to change. URL's are very minimum with SEO now.
Leave a comment:
-
I got these instruction from a credible source. I'm just worried the code is outdated. For example:
Does adding:
Code:{vb:raw headinclude} <title>{vb:raw vboptions.bbtitle}</title> <meta name="keywords" content="$vboptions[keywords]" /> <meta name="description" content="$vboptions[description]" />
Leave a comment:
-
I was able to follow Step 1 (Remove Powered By Vbulletin tag) without issues.
-------------------------------------
In Step 2 (Title and description changes) it says to remove:
Code:<if condition="$show['threadinfo']"> <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]" /> <else /> <if condition="$show['foruminfo']"> <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]" /> <else /> <meta name="keywords" content="$vboptions[keywords]" /> <meta name="description" content="$vboptions[description]" /> </if> </if>
In vB 4.1.7 I removed:
Code:<vb:if condition="$show['threadinfo']"> <vb:elseif condition="$show['foruminfo']" /> <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}" /> <vb:else /> <meta name="keywords" content="{vb:raw vboptions.keywords}" /> <meta name="description" content="{vb:raw vboptions.description}" /> </vb:if>
-------------------------------------
Next it states to look for:
Code:$headinclude <title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
Code:<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title> <meta name="keywords" content="$vboptions[keywords]" /> <meta name="description" content="$vboptions[description]" /> $headinclude
Code:{vb:raw headinclude} <title>{vb:raw vboptions.bbtitle}</title>
Code:{vb:raw headinclude} <title>{vb:raw vboptions.bbtitle}</title> <meta name="keywords" content="$vboptions[keywords]" /> <meta name="description" content="$vboptions[description]" />
-------------------------------------
In "forumdisplay" template, it says to find:
Code:$headinclude <title>$foruminfo[title_clean]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>
Code:<title>$foruminfo[title_clean]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title> <meta name="keywords" content="$foruminfo[title] $vboptions[keywords]" /> <meta name="description" content="$foruminfo[description] $foruminfo[title]" /> $headinclude
However, in vB 4.1.7 I see:
Code:{vb:raw headinclude} <title>{vb:raw foruminfo.title_clean}<vb:if condition="$pagenumber > 1"> - {vb:rawphrase page_x, {vb:raw pagenumber}}</vb:if></title>
Code:{vb:raw headinclude} <title>{vb:raw foruminfo.title_clean}<vb:if condition="$pagenumber > 1"> - {vb:rawphrase page_x, {vb:raw pagenumber}}</vb:if></title> <meta name="keywords" content="$foruminfo[title] $vboptions[keywords]" /> <meta name="description" content="$foruminfo[description] $foruminfo[title]" />
-------------------------------------
Next, in "showthread" template, you find:
Code:$headinclude <title>$thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>
Code:<title>$thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $foruminfo[title]</title> <meta name="description" content="$thread[title] is discussed *title of your forum* - $foruminfo[title]" /> <meta name="keywords" content="$thread[title] $vboptions[keywords]" /> $headinclude
You are also adding the keywords that you placed in vBulletin Options, as well as the thread title which is also in the keywords now.
However, in vB 4.1.7 I see:
Code:{vb:raw headinclude} <vb:if condition="$threadinfo['keywords']"><meta name="keywords" content="{vb:raw threadinfo.keywords}" /></vb:if> <meta name="description" content="{vb:raw thread.meta_description}" /> <title>{vb:raw thread.prefix_plain_html} {vb:raw thread.title}<vb:if condition="$pagenumber > '1'"> - {vb:rawphrase page_x, {vb:raw pagenumber}}</vb:if></title>
-------------------------------------
Next it instructs you to edit the template "showthread_showpost" which I could not find in vB 4.1.7 so I skipped it.
-------------------------------------
Lastly, you find "memberinfo" template and change:
Code:$headinclude <title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title
Code:<title>$userinfo[username]'s profile on $vboptions[bbtitle]</title> <meta name="keywords" content="$vboptions[keywords]" /> <meta name="description" content="$vboptions[description]" /> $headinclude
Code:{vb:raw headinclude} <title>{vb:rawphrase view_profile}: {vb:raw prepared.username} - {vb:raw vboptions.bbtitle}</title>
Code:{vb:raw headinclude} <title>{vb:rawphrase view_profile}: {vb:raw prepared.username} - {vb:raw vboptions.bbtitle}</title> <meta name="keywords" content="$vboptions[keywords]" /> <meta name="description" content="$vboptions[description]" />
-------------------------------------
That's as far as I've gone. I have not yet tried:
Step 3 (Remove forum titles from threads)
Step 4 (4)Adding H1 Tags to your Forum and Threads)
Step 5 (.htaccess to stop duplicate content)
Would these be a good idea?
Thanks for all your help. Any updates to these template codes or feedback is greatly appreciated!
-Marc
Andy, thank you. That goes without saying. That is my main goal, however any steps I can take along the way to help, I will try my best to use.
Leave a comment:
-
Originally posted by too_cool_3 View Postif someone could point out which of these steps are stil useful in vB4
- 1 like
Leave a comment:
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Leave a comment: