Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#25 2007-11-02 04:34:22

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

Re: rah_metas // plugin for automatic metainformation

Sorry, Jukka.
I’m totally messing things:

<meta http-equiv="content-language" content="es" /> is about the language, hehehe.

And, of course, leaving the rah_metas charset attribute empty, doesn’t output anything.

Perfect!


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

#26 2007-11-02 12:32:50

Pat64
Plugin Author
From: France
Registered: 2005-12-12
Posts: 1,599
GitHub Twitter

Re: rah_metas // plugin for automatic metainformation

Hi Jukka.

I’m looking for a way to display all keywords from articles in an article list context. I use only 2 articles by page. It seems interesting to grab all the keywords into a page list to optimize this SEO page.

Any ideas how to make that rule?


Patrick.

Github | CodePen | Codier | Simplr theme | Wait Me: a maintenance theme | [\a mi.ni.ma]: a “Low Tech” simple Blog theme.

Offline

#27 2007-11-02 14:26:57

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: rah_metas // plugin for automatic metainformation

Don’t worry Julián, I won’t eat you :)

<meta http-equiv="content-language" content="es" /> is about the language, hehehe.

My question is: is there anyway for rah_metas to avoid the output of the first one (meta charset)?

Yep, it is about the language not about the charset – and yes charset is left empty if the attribute is empty.

And after all, title should be placed after every other metas, before the </head> – title is content and meta in the same time.

I’m looking for a way to display all keywords from articles in an article list context. I use only 2 articles by page. It seems interesting to grab all the keywords into a page list to optimize this SEO page.

Patrick, it could be done. But in some way it could be hard. After all what happens if the current section haven’t any articles, but it outputs content with <txp:article_custom />? Then is quite hard to output right keywords. Also TXP’s sticky-articles are quite messy and bug little in these kind of things.

But if section uses <txp:article /> and has articles posted into it, then it could be quite easy to optain, by using in-build article-function.

I could look into it, when I have some time.

Cheers!

Offline

#28 2007-11-02 15:54:57

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

Re: rah_metas // plugin for automatic metainformation

Thanks, Gocom, for your advices.

I’ve seen that rah_metas doesn’t strip out the textile mark-up, so the meta description is filled like:

<meta description="This is an article *about a great topic* and you will _love it_ and &hellip;" />

Is that intended?

Because, if I’m not wrong, that’s the way it will look on a search results page.
Would it be possible to strip Textile out? :D


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

#29 2007-11-02 15:57:26

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: rah_metas // plugin for automatic metainformation

Yeah, I could do that :-) Wait and see.

Cheers!

Offline

#30 2007-11-02 17:03:19

Pat64
Plugin Author
From: France
Registered: 2005-12-12
Posts: 1,599
GitHub Twitter

Re: rah_metas // plugin for automatic metainformation

I’m looking for a way to display all keywords from articles in an article list context. I use only 2 articles by page. It seems interesting to grab all the keywords into a page list to optimize this SEO page.
Patrick, it could be done. But in some way it could be hard. After all what happens if the current section haven’t any articles, but it outputs content with <txp:article_custom />? Then is quite hard to output right keywords. Also TXP’s sticky-articles are quite messy and bug little in these kind of things.
But if section uses <txp:article /> and has articles posted into it, then it could be quite easy to optain, by using in-build article-function.
I could look into it, when I have some time.

Fine, Jukka. It’ll be a very good feature.

Regards,


Patrick.

Github | CodePen | Codier | Simplr theme | Wait Me: a maintenance theme | [\a mi.ni.ma]: a “Low Tech” simple Blog theme.

Offline

#31 2007-11-02 17:48:10

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: rah_metas // plugin for automatic metainformation

Updated rah_metas to new version, 0.8. You can download it here on Uproar n Rattle

Changes in version 0.8:

  • Now parses Textile from automatic metadescription.
  • Cleaned up the code

Cheers!

Last edited by Gocom (2007-11-02 17:55:28)

Offline

#32 2007-11-02 18:08:53

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

Re: rah_metas // plugin for automatic metainformation

Hi Gocom, thanks for the update. The remove textile thing works like a charm.

I saw that, in this new version, if there are no keywords assigned to an article, it will output the default keywords list. Am I right?


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

#33 2007-11-03 00:07:12

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: rah_metas // plugin for automatic metainformation

I saw that, in this new version, if there are no keywords assigned to an article, it will output the default keywords list. Am I right?

Yes, you’re right – I did that change too to the code.

Offline

#34 2007-12-01 02:26:59

fuls
Member
Registered: 2005-11-16
Posts: 117
Website

Re: rah_metas // plugin for automatic metainformation

Does this plugin work with chh_article?
Thanks.

Offline

#35 2007-12-01 02:38:33

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: rah_metas // plugin for automatic metainformation

Does this plugin work with chh_article?

Why wouldn’t it? It’s completely seperated plugin. It’s only depending are you viewing a individual article or article list – in textpattern is pased completely on the URL.

Cheers!

Offline

#36 2007-12-01 02:46:18

fuls
Member
Registered: 2005-11-16
Posts: 117
Website

Re: rah_metas // plugin for automatic metainformation

Thanks for quick reply. I’m using <txp:chh_article> and your plugin doesn’t seem to work…I got empty code, but
maybe I’m mixing something up..I use chh tag like this:

<txp:chh_article listform=“news” form=“news” category=“notebook” limit=“1” section=“notebook” />
and it shows only 1 complete article on the page.

Thanks for helping me out!

Offline

Board footer

Powered by FluxBB