Author Topic: Dynamic meta description and meta keywords  (Read 12623 times)

0 Members and 1 Guest are viewing this topic.

Offline Eagle Eye

  • Full Member
  • ***
  • Posts: 191
    • View Profile
Dynamic meta description and meta keywords
« on: February 19, 2006, 08:27:43 PM »
I have been using this mod to make dynamic meta description tags and meta keywords tags… I am very happy with the results  in all pages other than homepage….  :?

Quote
<meta name="description" content="some blabla, {cat_name} bla bla. Download {cat_name} bla bla, …….., free {cat_name} for download……..">
<meta name="keywords" content="{image_name},{cat_name},free ……..{cat_name} …… {cat_name} ……..">

in homepage the category name and image name becomes same as the new image cat and image name… how do I mage the homepage tags static and others dynamic…. is there any check or conditional tags we can apply to check if its home.html or other templates….

Thanks

Offline Vincent

  • 4images Moderator
  • Addicted member
  • *****
  • Posts: 1.195
    • View Profile
    • www.foto-kocher.com
Re: Dynamic meta description and meta keywords
« Reply #1 on: February 19, 2006, 09:10:38 PM »
reading this to need also information!
Beati pauperi spiritus

4images 1.7 // My Installed Mods


Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Dynamic meta description and meta keywords
« Reply #2 on: February 19, 2006, 09:18:28 PM »
IMO these are not in used anymore...atleast they dont "impact" on the search engines...
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Eagle Eye

  • Full Member
  • ***
  • Posts: 191
    • View Profile
Re: Dynamic meta description and meta keywords
« Reply #3 on: February 19, 2006, 09:28:02 PM »
IMO these are not in used anymore...atleast they dont "impact" on the search engines...

Yes you are correct, people has been long abusing all these tags, but still top search engines like go***e uses it to show in search results... if not available then it selects its own variant of site description... and trust me.... they are sometimes soooo funny.... like in the description, the first line maybe full of text like:  light box, new images.... or from breadcrumbs etc.... kind of not very relevant

maybe keywords meta tags are more ignored, but I guess description meta tags are still used widely.

 :?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Dynamic meta description and meta keywords
« Reply #4 on: February 20, 2006, 05:26:42 AM »
Then my suggestion would be to register "special" tags for this metter.
For starters you could try install this mod and then register new template tags by adding below
Code: [Select]
  "clickstream" => $clickstream, something like:
Code: [Select]
  "meta_keywords" => "list of keywords",
  "meta_description" => "some description",
You can try use $cat_name, $image_name variables in details.php or categories.php...

Just an idea to get you started ;)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Eagle Eye

  • Full Member
  • ***
  • Posts: 191
    • View Profile
Re: Dynamic meta description and meta keywords
« Reply #5 on: February 20, 2006, 02:57:19 PM »
I had installed this MOD http://www.4homepages.de/forum/index.php?topic=6613.0 :wink:
but don't seem to be understanding well enough, how to proceed....  :|

If time permits, please try to explain a bit more detailed
Thanks in advance

Regards :D

Offline Zyga

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
Re: Dynamic meta description and meta keywords
« Reply #6 on: March 05, 2006, 10:04:58 AM »
IMO these are not in used anymore...atleast they dont "impact" on the search engines...

Yes you are correct, people has been long abusing all these tags, but still top search engines like go***e uses it to show in search results... if not available then it selects its own variant of site description... and trust me.... they are sometimes soooo funny.... like in the description, the first line maybe full of text like:  light box, new images.... or from breadcrumbs etc.... kind of not very relevant

maybe keywords meta tags are more ignored, but I guess description meta tags are still used widely.

 :?

Some search engines like polish onet.pl (most popular - excluding google) still reading description and keywords tags
and its something round

1000 characters from description
and
250 from keywords
;)

Offline prive

  • Newbie
  • *
  • Posts: 38
    • View Profile
Re: Dynamic meta description and meta keywords
« Reply #7 on: April 07, 2006, 01:36:17 PM »
I have been using this mod to make dynamic meta description tags and meta keywords tags… I am very happy with the results  in all pages other than homepage….  :?



In templates:

Copy the source code of "header.html"

Open "home.html"

to change {header} by the copied source code


Publish to its pleasure (in home.html):
<title>xxxxxxxx</title>
"meta_keywords" => "xxxxxxxx"
"meta_description" => "xxxxxxxxx"


This will only have effect for the page index.

Offline Eagle Eye

  • Full Member
  • ***
  • Posts: 191
    • View Profile
Re: Dynamic meta description and meta keywords
« Reply #8 on: April 07, 2006, 01:47:44 PM »
Quote
In templates:
Copy the source code of "header.html"
Open "home.html"
to change {header} by the copied source code[/b
Publish to its pleasure (in home.html):
<title>xxxxxxxx</title>
"meta_keywords" => "xxxxxxxx"
"meta_description" => "xxxxxxxxx"
This will only have effect for the page index.

Thank you very much prive
Simple idea, but just did not think this way  :D

Sometimes some things seems to be a blessing in disguise.. I have noted that search engines seems to be liking it ;) like when I add new content (almost daily) it changes dynamical.. And this seems to be having good results in search....like the fresh content on the homepage is always reflected into the tags.. Making the tags fresh with new content

Regards

Offline prive

  • Newbie
  • *
  • Posts: 38
    • View Profile
Re: Dynamic meta description and meta keywords
« Reply #9 on: April 07, 2006, 02:04:29 PM »
I think that you are right but with shades.

If the main page changes continuously of title, a good position in finders will not be able to be obtained.
There will be no positioning (top ranking, rankingpage...).

I think that the pages of the Web if they must change frequently, but not it main page.


Offline hinzwiekunz

  • Jr. Member
  • **
  • Posts: 80
    • View Profile
    • http://www.hinzwiekunz.de
Re: Dynamic meta description and meta keywords
« Reply #10 on: April 22, 2006, 05:59:09 PM »
Then my suggestion would be to register "special" tags for this metter.
For starters you could try install this mod and then register new template tags by adding below
Code: [Select]
  "clickstream" => $clickstream, something like:
Code: [Select]
  "meta_keywords" => "list of keywords",
  "meta_description" => "some description",
You can try use $cat_name, $image_name variables in details.php or categories.php...

Just an idea to get you started ;)

Hi V@no.
I also installed the dynamic-Title-Hack (it works!  :) ), but I dont know how to proceed. :?: I like to use dynamic keywords and descriptions for the detail pages and perhaps fixed keywords/descriptions for special categories.

Offline hinzwiekunz

  • Jr. Member
  • **
  • Posts: 80
    • View Profile
    • http://www.hinzwiekunz.de
Re: Dynamic meta description and meta keywords
« Reply #11 on: May 11, 2006, 07:17:59 PM »
In addition to the article before...
Quote
You can try use $cat_name, $image_name variables in details.php or categories.php...
If I use these tags, the dynamic Informations comes from the random picture I use on the left side. In the main area theres displayed my main picture.
That means, that I dont can use the random picture? Or theres a way to take a new variable? I dont know how to do it. Can anybody help me?