Author Topic: Meta tags, title and image_keywords  (Read 4713 times)

0 Members and 1 Guest are viewing this topic.

Offline ajuzo

  • Newbie
  • *
  • Posts: 10
    • View Profile
Meta tags, title and image_keywords
« on: February 17, 2007, 10:47:35 AM »
How can i add image_keywords to title and <meta name="keywords" ?

I was try:

<title>{image_keywords}</title>
<meta name="keywords" content="{image_keywords}">

but it is wrong

I need image_keywords without link, i need some text

How can i change this in details.php?

Offline chyler

  • Pre-Newbie
  • Posts: 4
    • View Profile
    • www.chyler-leigh.net
Re: Meta tags, title and image_keywords
« Reply #1 on: June 03, 2007, 02:01:52 AM »
I'm not 100% clear on your question, but you can change the meta/title tags that appear on your main index page by adding text to those tags in the default/header.html file- including adding keywords.

Example:
<title>{site_name} photos videos pictures fan site</title>
<meta name="description" content="fan site - pictures, videos, photos.">
<meta name="keywords" content="Reunion, Girls Club, stuff magazine">

Offline CeJay

  • Sr. Member
  • ****
  • Posts: 425
    • View Profile
Re: Meta tags, title and image_keywords
« Reply #2 on: June 03, 2007, 12:01:45 PM »
Yes, you could add them to all your template files as needed