Hi there,
Is there anyway to get pnmeta working with pn763? If not, is there similar module to dynamicaly generate meta title, description and keywords?
Thanks.
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
- nestormateo responded to »Fillters in Clip« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
pnmeta module
-
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 111
You can use SetTitle for the titles and MetaDescription for the descriptions. You don't need keywords since they will not get you any benefit within search engines anymore but can get you kicked out of their index if you try to spam. -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Nov 19, 2006
- Posts: 29
come
You can use SetTitle for the titles and MetaDescription for the descriptions. You don't need keywords since they will not get you any benefit within search engines anymore but can get you kicked out of their index if you try to spam.
Thanks for that, I'll give it a try.
Are there any plugins to modify robots="index,follow"? as you don't want some pages indexed.
BTW
I don't agree about keywords, meta description wasn't important in the past but now it is - words in meta description come up in serps. keywords may become important some day too. I try (when I can) get the keywords right for my sites. -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 418
h8dk97
come
You can use SetTitle for the titles and MetaDescription for the descriptions. You don't need keywords since they will not get you any benefit within search engines anymore but can get you kicked out of their index if you try to spam.
Thanks for that, I'll give it a try.
Are there any plugins to modify robots="index,follow"? as you don't want some pages indexed.
BTW
I don't agree about keywords, meta description wasn't important in the past but now it is - words in meta description come up in serps. keywords may become important some day too. I try (when I can) get the keywords right for my sites.
.
1) there are still Search Engines that uses the meta-keywords tag. By editing the Xanthia plugin function.keywords.php you can turn it on, just override the setting that's nolonger used in the admin.
Code
function smarty_function_keywords($params, &$smarty)
{
$key = 1;
By adding $key = 1; Dynamic keywords are turned on.
.
2) For the indexing or not indexing I've created a quick'n'dirty xanthia plugin because i had the same issue. Some pages i don't want to be indexed. The plugin looks at the URI and based on a set of words it returns 'noindex,follow,noarchive' or 'index,follow,noarchive'.
.
The plugin works fine, just I'm not known with arrays, so the ruleset is a big line of if's
It can be found here: http://zartoxide.xs4all.nl/index.php?name=Downloads&req=viewsdownload&sid=1&newlang=eng
.
The MetaDescription is a nice plugin, but it's not working on all modules. When using this plugin, and you're in a module that its not compatible with the plugin, the field is left blank. For the description meta field i just use the same as the page title which is shown in the browser.
edited by: ZarToXidE, Nov 14, 2006 - 03:07 PM -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Nov 19, 2006
- Posts: 29
Thank you ZarToXidE. I'll have a look at your plugin. Just to let you know, as far as I know from SEO perspective it's not a good idea to use the same string in meta description as in the title. First I'd try to have a different description but if it's not possible I'd rather not have a description at all. At the moment on few of my sites on some pages I too have desc = title but will be changing it as soon as I have time.
edited by: h8dk97, Nov 15, 2006 - 08:25 PM
- Moderated by:
- Support
Users on-line
- 0 users
This list is based on users active over the last 60 minutes.
