Time2Dine.co.nz is Online Restaurant Booking
 
 New Zealand Restaurants Forum
Restaurant Forum | Contact Time2Dine | Book Online & Save | About Time2Dine

Go Back   New Zealand Restaurants & Food Forum > Search Engine Optimisation > SEO vBulletin
Register

Reply
 
LinkBack Thread Tools
  #1  
Old 21st Nov 06, 01:33 PM
T2DMan's Avatar
Administrator
 
Join Date: Apr 2004
Location: Auckland, New Zealand
Posts: 7,839
T2DMan is on a distinguished road
Default SEO Cinq articles

Yet another package that needs specific SEO'ing. It is fascinating working in packages, and seeing the different variables available in different places.

Now the meat of the Cinq articles SEO.

one php file change
articles.php

After:
error_reporting(E_ALL & ~E_NOTICE);

Add:
define('THIS_SCRIPT', 'articles');


Template changes

cinqarticles_shell

change the orientation of the title so that the $title2 is first.

Add a meta description. The $title variables are not available to the headinclude template as far as I can see.

There are two parts that use the same template. So I have split them to allow for specific optimization of the categories.

Code:
<if condition="$title2=='News Home'">
		<title>Football Articles - Football News - FootballTalk.org</title>
	<meta name="keywords" content="football articles news $vboptions[keywords] " />
	<meta name="description" content="FootballTalk Football Articles and News. Where the world talks about football - news, forums, friendly bets-Interact with other fans around the world." />

<else />
<if condition='$catname'>
		<title> $catname Articles - $catname News - FootballTalk.org</title>
	<meta name="keywords" content="$catname articles news $vboptions[keywords] " />
	<meta name="description" content="Discuss '$catname' on FootballTalk.org Football forum-where the world talks about football. '$catname'-articles,forums, friendly bets-Interact with other football fans around the world." />

<else />
		<title>$title2 - FootballTalk.org</title>
	<meta name="keywords" content="$title2 $vboptions[keywords] " />
	<meta name="description" content="Discuss '$title2' on FootballTalk.org Football forum-where the world talks about football. '$title2'-articles,forums, friendly bets-Interact with other football fans around the world." />

</if></if>

headinclude template

after:

<meta name="generator" content="vBulletin $vboptions[templateversion]" />

add
<if condition="THIS_SCRIPT=='articles'"><else />

before:

<!-- CSS Stylesheet -->

add
</if>

replace template navbar_link with the following:

Code:
<if condition="$show['breadcrumb']">
	<span class="navbar"><img src="$stylevar[imgdir_button]/lastpost_1.gif"  alt="" class="inlineimg" /> <a href="$nav_url">$nav_title</a></span>
<else />
<if condition="THIS_SCRIPT=='articles'">
<if condition="$nav_title=='Article Directory'">
	<h1 class="h1navbar">Football Articles - Football News</h1></strong><div class="navbar2">Football Articles - Football News. Discuss <strong>Football Articles</strong> on FootballTalk.org. Talk about <em>Football Articles</em> - where the world talks Football.</div><strong>
<else />
	<h1 class="h1navbar">$nav_title</h1></strong><div class="navbar2">$nav_title Article - $nav_title News.<br />Discuss <strong>$nav_title</strong> on FootballTalk.org. Talk about <em>$nav_title</em> - where the world talks Football.</div><strong>
</if>
<else />
$nav_title
</if>
</if>
</if>
Hope that is all. I have only done one seo job with cinq articles, and have not had the chance to use the above instructions for a second install.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can any SEO company be black hat free from google view? Senator Google 1 25th Apr 07 01:07 AM
Photopost SEO T2DMan SEO vBulletin 10 16th Mar 07 03:55 PM
Reviewpost SEO T2DMan SEO vBulletin 1 19th Jan 06 11:44 PM
Clients fail to follow SEO recommendations T2DMan Google 0 7th Oct 05 07:10 AM
SEO vBulletin T2DMan SEO vBulletin 0 15th Feb 05 03:33 PM



Powered by: vBulletin Copyright ©2000 -2012, Jelsoft Enterprises Limited.
Search Engine Friendly URLs by vBSEO 3.2.0
© 2010 Time2Dine