vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Results 1 to 3 of 3

VB advanced and meta description

This is a discussion on VB advanced and meta description within the Template Modifications forums, part of the vBulletin SEO Discussion category; On this page how can I insert a Mata Description for this page (and all show links pages). Ideally the ...

  1. #1
    Senior Member
    Real Name
    FAA Zooman
    Join Date
    Dec 2005
    Location
    Cumbria, UK
    Posts
    208

    VB advanced and meta description

    On this page how can I insert a Mata Description for this page (and all show links pages).

    Ideally the Mata Description would be the frist x number of words/letters from the Description

    Mata Description (vb phrase $link[description]) eg from http://www.hfuk.org.uk/links/link-19...a-retreat.html.

    A first class villa of distinction with all the comforts of home, and some additional comforts that only a Florida Villa can bestow. Situated in quiet Pinewood Country Estates, well located for easy access to both the main entertainment areas in downtown Kissimmee, but also Disney#

    Cheers for any help.
    Last edited by Ashley; 02-08-2006 at 05:06 AM.

  2. #2
    Senior Member
    Real Name
    FAA Zooman
    Join Date
    Dec 2005
    Location
    Cumbria, UK
    Posts
    208

    Re: VB advanced and meta description

    I posted in wrong forum sorry.

  3. #3
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550

    Re: VB advanced and meta description

    ** Moved to vBulletin SEO Discussion > Template Modifications **

    Hi,

    you modifiy showlink.php file for this:
    FIND:
    eval('$navbar = "' . fetch_template('navbar') . '";');
    ADD BELOW:
    $meta_desc = fetch_trimmed_title(stripslashes($link['description']), 150);
    $headinclude = preg_replace('#(<meta name="description" content=")[^"]*#', '$1'.$meta_desc, $headinclude);
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


Similar Threads

  1. http://www.vbseo.com
    By Juan Muriente in forum Critique Please
    Replies: 33
    Last Post: 05-09-2006, 04:46 AM