Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorVincent
    • CommentTimeJan 28th 2007 edited
     # 1
    This allows you to add meta tags to your site for seo reasons. It also has a part that collects part of the first comment of the page and uses some of the information in the description tag.
    • CommentAuthoriternity
    • CommentTimeMar 15th 2007
     # 2
    Please rename the extenison itslef to "MetaTags 0.1" so that the update can find it. Thank you!
    •  
      CommentAuthorLussumo Bot
    • CommentTimeMar 15th 2007 edited
     # 3
    Version number changed from 0.1 to 1.0 - if it's meant to be 0.1 then I'm sure Vincent will change it back...
    •  
      CommentAuthorDinoboff
    • CommentTimeMar 15th 2007 edited
     # 4
    Since Vanilla 1.1.x, the Head control has a $Meta property. Check /themes/head.php, line 10: while (list($Name, $Content) = each($this->Meta)) {
    $HeadString .= '
    <meta name="'.$Name.'" content="'.$Content.'" />';
    }


    you can use with:$Head->Meta['Description'] = 'My beautiful forum, lots of good advices on stuff';
    Or if you want to add a Meta element from a function or a class:global $Head;
    $Head->Meta['Description'] = 'My beautiful forum, lots of good advices on stuff';
    • CommentAuthorDavidK
    • CommentTimeApr 1st 2007
     # 5
    It's really a 0.1 release.

    Currently there is no form to edit the default meta tags, and you have to edit the default.php file to set the tags in the many scenarios that the hack cannot determine which words to use.
    •  
      CommentAuthor[-Stash-]
    • CommentTimeApr 3rd 2007
     # 6
    In the default.php Extension Name: Meta Tags

    On this site MetaTags.

    Can we get this updated please?
  1.  # 7
    This OK now too?
    • CommentAuthorklod
    • CommentTimeJul 24th 2007
     # 8
    I've just tested.
    I have a nice message 'ok... this part hasnt bee finished yet...'
    • CommentAuthorjdingman
    • CommentTimeJul 26th 2007
     # 9
    Any updates to this?

    Something like this would be great if you could get it so it would auto-generate descriptions AND keywords for every discussion...
    •  
      CommentAuthorWanderer
    • CommentTimeJul 26th 2007
     # 10
    I though it did this already?
    A description is easy enough as it grabs the first para or so.
    How it would grab keywords though is a little more complex.
    Say the first 20 words longer than 7 letters?

    Posted: Friday, 27 July 2007 at 9:57AM

    • CommentAuthordaisukey
    • CommentTimeJan 2nd 2008 edited
     # 11
    Could anyone help me because the description is not rendering foreign characters incorrectly?

    In source code, the foreign characters are rendered like y513;Dt115;...........
    • CommentAuthorsstawarz
    • CommentTimeMar 7th 2008
     # 12
    Is this still active?

    One way to to do dynamic keywords (but probably intensive keyword tool) would be to check the density of keywords. then pick the top 5. So, Count all words longer than 5 letters or more, then, the words with the top 10 density words would then be put in to a meta keywords tag for each discussion. It would be nice if the quantity of letters and the quantity of keywords were a setting. Another route is to look for pairs of words too. Like: keyword tool (how often are those two words used.) So, count all words longer than 5 letters, then do all pairs of keywords and count them and identify the top 10. Again, I don't know how much this would slow down the page, but just an idea.
Add your comments
    Username Password
  • Format comments as