Good morning,
on my website made with Joomla 3.4.8, I noticed that in all the multipage articles I wrote is only indexed the first page. Analyzing the source code of the other pages I noticed that there is the rel = canonical attribute to the first page. I think this is a big mistake because each page has a unique content that should contribute to the placement of any item. I managed to remove the code responsible of the problem and all the pages of the articles are now indexed.
I suggest you correct this behavior.
With the modification that you suggested I get blank page. Instead I solved the problem with the modification indicated in this post http://forum.joomla.org/viewtopic.php?f=712&t=833986
This eliminates the rel = canonical
Instead I solved the problem with the modification indicated in this post http://forum.joomla.org/viewtopic.php?f=712&t=833986
This eliminates the rel = canonical
Yes, if you remove the line of code that add the canonical the canonical is never added.
With the modification that you suggested I get blank page.
you get an white page? an white page is normally a php error in disguise.
please try to replace your /plugins/system/sef/sef.php
file with this one https://raw.githubusercontent.com/andrepereiradasilva/joomla-cms/patch-6/plugins/system/sef/sef.php and tell me if all ok.
It is now all ok, the site is visible and rel = canonical absent.
oh i noticed now that you're on 3.4.8 (my mistake for not noticing), so the white page php error cames for that (there was changes in the SEF plugin from 3.4.8 to 3.5.0).
Anyway, if you do what i said in the comment before it should work fine.
ok thank you.
@brianteeman i think this issue can be closed.
no no I switched to 3.5 ;-)
@brianteeman this one can be closed
Closed as requested
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-03-28 09:33:07 |
Closed_By | ⇒ | brianteeman |
@WillerCT please test with this changes https://github.com/joomla/joomla-cms/pull/9565/files