|
|
#1
| ||||
| ||||
|
So you have vBulletin and you want a portal system. vBPortal is one but you need to SEO vBPortal as well. It is not SEO'ed out of the box. Now this SEO vBPortal is definately a work in progress, and wont be complete for some time. But it is a start that I have made for a client who needed some basics done. Hard code into the template some words relating to your forum pages. <if condition="$_SERVER[REQUEST_URI]=='/index.php'"> <title>$lastcrumb - 3Reef Forum</title> <else /> <title>$lastcrumb|Tropical Fish|GoldFish|Aquarium Fish - 3Reef Forum</title> Last edited by T2DMan; 14th Jul 06 at 04:28 PM. |
|
#2
| ||||
| ||||
| Per what is required for the SEO vBulletin Style Manager/Main CSS - add to the "Additional CSS definitions" Code: .h1navbar
{
font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin:0;
font-size: 14px;
font-weight: bold;
display: inline;
}
add the following as well for the firstwords: Code: .navbar2
{
font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin-bottom:5pt;
margin-top:5px;
font-size:8pt;
}
Search for <strong>$moduleinfo[custom_title]</strong> Replace with <h1 class="h1navbar">$moduleinfo[custom_title]</strong> <div class="navbar2">$moduleinfo[custom_title] on the 3Reef Forum. $moduleinfo[custom_title] - Join with other enthusiasts to discuss and find out about Tropical Fish, GoldFish, Aquarium Fish, Tanks, Saltwater Fish.</div> Search for <strong>$lastcrumb</strong> Replace with <h1 class="h1navbar">$lastcrumb</h1> <div class="navbar2">$lastcrumb on the 3Reef Forum. $lastcrumb - Join with other enthusiasts to discuss and find out about Tropical Fish, GoldFish, Aquarium Fish, Tanks, Saltwater Fish.</div> Last edited by T2DMan; 14th Jul 06 at 04:32 PM. |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Zen Cart SEO | T2DMan | osCommerce SEO | 7 | 12th Nov 10 07:56 PM |
| Photopost SEO | T2DMan | SEO vBulletin | 10 | 16th Mar 07 02:55 PM |
| Reviewpost SEO | T2DMan | SEO vBulletin | 1 | 19th Jan 06 10:44 PM |
| Clients fail to follow SEO recommendations | T2DMan | 0 | 7th Oct 05 06:10 AM | |
| SEO vBulletin | T2DMan | SEO vBulletin | 0 | 15th Feb 05 02:33 PM |