[Suggestion] Using ' link rel=”canonical” ' in phpMyFAQ – or

You have a suggestion for a future version of phpMyFAQ? Then post it here!

Moderator: Thorsten

Post Reply
pt20100201
Posts: 134
Joined: Mon Feb 01, 2010 2:11 pm
Location: Porto . Portugal
Contact:

[Suggestion] Using ' link rel=”canonical” ' in phpMyFAQ – or

Post by pt20100201 »

[Suggestion] Using ' link rel=”canonical” ' in phpMyFAQ – or in HTTP headers

Dear Thorsten Rinne / Development Team

It is often referred that using ' rel=”canonical” ' in a <link> element [1] is a good practice even, at present time, not being part of (X)HTML5 standard [2][3] - specially for SEO (search engine optimization, e.g., “search engines” [4]).

Examples

Code: Select all

<link rel="canonical" href="http://www.example.com/faq/?solution_id=1234" />
<link rel="canonical" href="http://www.example.com/faq/long-question-faq-text-rewrited" />
It's possible to edit the phpMyFAQ's original templates to include this information in FAQs pages, but we didn't found a way to insert the content in the home page.

Could you please refer the files to edit in order to use “canonical” content in the home page?

Thanks in advance.

References
Other references
Please notice that
the software and other resources referred are based in our experiments: we don't officially recommend and/or endorse them.

..
Kind regards
2012-11-07
pt20100201
..
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: [Suggestion] Using ' link rel=”canonical” ' in phpMyFAQ

Post by Thorsten »

Hi,

just added to phpMyFAQ 2.8: https://github.com/thorsten/phpMyFAQ/co ... c080de932e

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply