Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Meta Tags

  1. #1
    Join Date
    May 2007
    Posts
    686

    Default Meta Tags

    Were meta tags added this update? If so how do we access them to do it?

  2. #2
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    Meta Tags are for video, when you view a video, you will see video title as page title, description as meta tag description and keyword.

  3. #3
    Join Date
    May 2007
    Posts
    686

    Default

    Oh goodo, how can i make a decent meta tag for the actual website so google can see the meta tag. And also does the video meta tag get accessed by google easy now?

  4. #4
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    FIND

    Code:
    {if $html_keywords ne ""}<META NAME="Keywords" CONTENT="{$html_keywords}">{/if}
    {if $html_description ne ""}<META NAME="Description" CONTENT="{$html_description}">{/if}
    REPLACE WITH

    {if $html_keywords ne ""}<META NAME="Keywords" CONTENT="{$html_keywords}">{else}<META NAME="Keywords" CONTENT="ENTER YOUR KEYWORDS">{/if}
    {if $html_description ne ""}<META NAME="Description" CONTENT="{$html_description}">{else}<META NAME="Description" CONTENT="ENTER YOUR DESCRIPTION">{/if}
    This will allow you to specify keyword for other pages. This is not per page, but will allow you to specify keywords and description for non video pages.

  5. #5
    Join Date
    May 2007
    Posts
    686

    Default

    Thanks Admin as usual good job.

  6. #6
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default

    OK at the risk of sounding really stupid...in what file(s) do we find this code to insert the tags?
    If it's not fun, stop doing it!

  7. #7
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default

    NVM I found it, it's in header.tpl

    I was using Dreamweaver find function to find the text and nothing was turning up, finally found it manually.
    If it's not fun, stop doing it!

  8. #8

    Default

    For what it's worth guys, google pretty much ignores meta tags. Much more likely to pick up on page titles.
    Look, it's not steep till you need to stop ok !

  9. #9
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default

    Understood...but goggle isn't the only search engine. ;)
    If it's not fun, stop doing it!

  10. #10

    Default

    Quote Originally Posted by grynmoors
    Understood...but goggle isn't the only search engine. ;)
    I know, but if you crack google you're laughing :wink:
    Look, it's not steep till you need to stop ok !

Page 1 of 3 123 LastLast

Similar Threads

  1. Seo Strange(Bad) Meta description
    By ffiore in forum Web Site Promotion
    Replies: 4
    Last Post: 06-24-2009, 01:56 AM
  2. meta tags help
    By zclub in forum Installation Support
    Replies: 2
    Last Post: 03-27-2009, 11:48 AM
  3. index meta tags
    By zclub in forum Template Modifications
    Replies: 0
    Last Post: 03-25-2009, 02:26 PM
  4. meta tags not being included
    By swmcdonnell in forum Installation Support
    Replies: 1
    Last Post: 12-19-2008, 03:00 AM
  5. Meta Tag and Keyword changes.
    By viddepot.com in forum Template Modifications
    Replies: 1
    Last Post: 09-10-2007, 02:03 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •