Jump to content

Recommended Posts

Posted

Of course it is extendable. And I think I should do it with textbox-list module, too. But I think it's better to keep an example as clean as possible (no extra modules). :)

  • Like 1
Posted

I'm no SEO expert but i think none of the major search engines pays attention to the meta keywords tag anymore. Can't look it up right now but there should be plenty of resources, including videos from Googles Mat Cutts.

In fact, if you abuse it (intended or unknowingly) it may hurt your rankings.

In most cases it's probably best to focus on adequate meta titles and descriptions and don't bother with keywords.

-- EDIT

For future reference; some info here:

http://www.metatags.org/google_ignores_meta_tags_in_ranking

  • Like 4
Posted

BTW, you could do this:

<?php echo $page->meta_title ?: $pages->get('/')->meta_title; ?>

instead of this

<?php echo (($page->meta_title) ? $page->meta_title : $pages->get('/')->meta_title); ?>
  • Like 2
Posted

There is a way to add those meta fields to all templates at once, bit I couldn't add the whole group. I guess that would be a usefull thing to be able to do as metatags are usually used for all accessible pages on a site. Do you have any ideas how it can be possible?

Any questions left?

If you have time and desire to extend that very useful tutorial I would be very interested in learning ways to implement actually "Dynamic Meta Tags" (those shown here are custom, but not really dynamic). Maybe with Hanna Code or something like that. Of cource we can easily add that "dynamics" in the template, but that is not a good thing if you got someone doing SEO who is not so much into development. By "dynamic" I mean generated by template from other fields and the logic is configurable via GUI.

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...