4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: ajuzo on February 17, 2007, 10:47:35 AM

Title: Meta tags, title and image_keywords
Post by: ajuzo 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?
Title: Re: Meta tags, title and image_keywords
Post by: chyler 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">
Title: Re: Meta tags, title and image_keywords
Post by: CeJay on June 03, 2007, 12:01:45 PM
Yes, you could add them to all your template files as needed