SEO plugin support

Started by Brain, 03 April 2012, 07:49:09

Previous topic - Next topic
A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

Brain

Ottimo plugin si può aggiungere il supporto per SEO in Joomla 2,5 vedo sh404 plug-in per Joomla 1.5, ma non come plug-in per Joomla 2.5.
o è ancora tenuto ad avere un plugin per SEO. La problrem è che i meta-tag ny mostra Untitled Document sto usando Menu Tags elemento per displying libri in prima pagina, ma quando io uso il pulsante parti dimostra in grado di analizzare url
Ho provato l'estensione ahve Seo, ma nessuno di essi riconosce cioè Libro articolo per iincluding nel titolo della pagina Essi, piuttosto, solo mostrare categoria suppongo

PS: C'è qualche soluzione che non conosce la lingua italiana in modo da inviare anche in inglese


Great Plugin can you add support for SEO in Joomla 2.5 I can see sh404 plugin for Joomla 1.5 but no such plugin for Joomla 2.5 .
or is it even required to have a plugin for SEO .The problrem is that ny Meta tags shows Untitled Document I am using Tags Menu item for displying books in front page but when i use share button it shows unable to parse url
I ahve tried SEo extension but none of them recognize Article ie Book for iincluding in Page Title They rather only show category i suppose

PS: Is there any solution I don't know Italian so posting in english too





A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

federica

Hi Brain,
this forum is not for impatient people. Today you have already posted three messages about the same subject.
I will reply only to this topic, the other topics will be deleted.
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

Brain

Quote from: federica on 03 April 2012, 15:13:26
Hi Brain,
this forum is not for impatient people. Today you have already posted three messages about the same subject.
I will reply only to this topic, the other topics will be deleted.

Sorry I had no intention of spamming forum
back on the topic here
is what facebook debugger has to say

federica

Brain,
I don't know, I don't provide any support for problem with other platform as facebook.
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

Brain

#4
Quote from: federica on 06 April 2012, 15:15:36
Brain,
I don't know, I don't provide any support for problem with other platform as facebook.
Thanks for replying
I got that problem partially solved configuring sh404sef to use default joomla router now is that i am unable to get book name in tiltle page . Is there any solution for that ,is joomla router broke or something else? i wonder :-\

btw is it normal that joomla localhost WAMP sever  installation gives this screen in front-end or could it be that joomla router isn't parsing the url it correctly for sef url ??? I am attaching a screenshot below of the same error below
Also live version which is on a linux server doesn't give the error below :)

PS:From now onwards I will post here only as this is more appropriate for discussing because it has more space, if needed to avoid over lapping  :)

federica

Hi Brain,
I fixed the error displayed in the attachment.
Modify the file <your_site>/components/com_abook/views/book/view.html.php row 96
from:
//inizio plugin
to:
$offset = $state->get('list.offset');
//inizio plugin

The error should disappear.
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

Brain

Quote from: federica on 10 April 2012, 11:45:39
Hi Brain,
I fixed the error displayed in the attachment.
Modify the file <your_site>/components/com_abook/views/book/view.html.php row 96
from:
//inizio plugin
to:
$offset = $state->get('list.offset');
//inizio plugin

The error should disappear.

Thank-you that did solve the localhost error in a single book view but when i view category it gives me this error :)

Also Book name still  not appearing in the title only menu name and category name appear in the title

Also the following code
Call Stack
# Time Memory Function Location
1 0.0010 382824 {main}( ) ..\index.php:0
2 0.3762 8554080 JSite->dispatch( ) ..\index.php:43
3 0.3949 8858016 JComponentHelper::renderComponent( ) ..\application.php:191
4 0.4119 8924864 require_once( 'C:\wamp\www\j17\components\com_abook\abook.php' ) ..\helper.php:156
5 0.4303 9485376 JController->execute( ) ..\abook.php:30
6 0.4303 9485424 AbookController->display( ) ..\controller.php:684
7 0.4303 9485488 JController->display( ) ..\controller.php:29
8 0.4557 9910920 AbookViewCategory->display( ) ..\controller.php:650
9 0.5686 10923616 JView->display( ) ..\view.html.php:92
10 0.5686 10923616 JView->loadTemplate( ) ..\view.php:180
11 0.5780 10995864 include( 'C:\wamp\www\j17\components\com_abook\views\category\tmpl\default.php' ) ..\view.php:582
12 0.6095 11074616 JView->loadTemplate( ) ..\default.php:47
13 0.6166 11161456 include( 'C:\wamp\www\j17\components\com_abook\views\category\tmpl\default_items.php' ) ..\view.php:582


and instead of books being displayed
following code is displayed for each book

(http://img13.imageshack.us/img13/6222/bookud.png)

Book view has absolutely no error on backend too
but category view has error message on backend too