0
Hi..
would be really useful to improve the meta tags (keywords and description) of the pages of "Music Collection". Now are the same for all pages and google penalize it.
would be really useful to improve the meta tags (keywords and description) of the pages of "Music Collection". Now are the same for all pages and google penalize it.
Responses (39)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Aceptas transferencia bancaria,es que tengo bloqueada la cuenta de paypal y de momento no consigo desbloquearla.
Si me interesa tu componente,ya que es una herramienta básica para una página de música del estilo a la mia.
En local estoy mejorando mi site pero utilizando el Mbox component,que ya se ha quedado viejo y no avanzan con nuevas versiones,es una pena porque es muy bueno.Espero que tu componente vaya creciendo y vayas implementando cositas nuevas dentro de este. -
Accepted Answer
0si, el componente lo voy mejorando constantemente, inluyendo mejoras que se me ocurren a mi y otras que sugieren los usuarios. de hecho, solo tienes que echar un vistazo al foro para ver que los usuarios sugieren un monton de cosas, y varias de ellas ya las he ido incluyendo en las actualizaciones (1.0.1 y 1.0.2 hasta el momento)
se trata de ir mejorando poco a poco el componente, ya que es un proyecto abierto
yo nunca llegué a usar mbox, ya que cuando me hizo falta esta aplicacion vi que no tenia lo que yo queria, así que me construí la mia propia, que acabo derivando en este proyecto
si, acepto transferencia bancaria. si decides comprar el componente, dimelo y te mando los datos de la cuenta a tu email, y en cuando tenga la transferencia te envio el componente directamente a tu email
un saludo -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0hello
for the artist view:
open components/com_muscol/views/artist/view.html.php
as you can see between line 37 and 42 is where the (music collection general) keywords and description are added.
the function to set the keywords is
$document->setMetaData( 'keywords' , THE_KEYWORDS );
obvioulsy replacing THE_KEYWORDS for whatever you want the keywords to be. For instance, in this case (we are in the artist view) you probably want to include the artist's name on the keywords. You have the name of the artist on the variable $artist->artist_name.
for instance, lets asume you want the keywords to be "The Beatles albums list, review of The Beatles albums" (The Beatles representing whatever the artist is)
the you have to add (for instance after line 42):
$document->setMetaData( 'keywords' , $artist->artist_name . " albums list, review of ". $artist->artist_name ." albums" );
I dont remember if you knew some PHP, I hope you do
for the description do the same, but writing 'description' instead of 'keywords' in the first parameter of the function.
before telling you how to change the the keywords and description in the album or song view, tell me if you understand how to proceed in this case I have just explained and if you succeed -
Accepted Answer
0Unfortunately it does not work. From 68 to 73 I have this code:
if($params->get('keywords') != ""){
$document->setMetaData( 'keywords', $document->getMetaData( 'keywords' ) . ", " . $params->get('keywords') );
}
if($params->get('description') != ""){
$document->setMetaData( 'description', $params->get('description') );
}
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0germi wrote:
intentare que en la proxima version, 1.0.3, se puedan definir las keywords y description para cada album artista o cancion individualmente
Germi puedes decirme como hacer esto,ya se que en la próxima edición del com lo vas a añadir,pero mañana o pasado comienzo a subir el nuevo portal al hosting y me gustaría tener esto listo,para que todas las páginas de tu componente queden con sus metas y keys.
Gracias de nuevo.Y como dije hace unos meses preparaté que eres unos de los tres mejores creadores del año 2009.
Dentro de Joomla.Y lo mejor de todo es que eres Catalán. -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0HI,
i have a question about the meta tags, too.
the setting "keywords" on every album is NOT the META tags, right?
I use SH404SEF so i can add some Meta Tags. I installed the plugin and it works ok.
Is it correct that in the new version is the possibility to add META Tags to the albums? What would you prefer - the sh404sef plugin or the integrated Meta tags?
Greetings -
Accepted Answer
-
Accepted Answer
0Thanks germi,
maybe you can help me in this case, too.
If you can see on the attached screenshot, there is no seperator between the "alphabetic letter", the artist name and the album name in the firefox bar. in the url all is correct.
Do you have any idea why the seperator is missing?
[img size=628]http://www.joomlamusicsolutions.com/images/fbfiles/images/sef.png[/img] -
Accepted Answer
-
Accepted Answer
0Hi Germi,
i looked in a sh404sef forum but they told me that the problem is the plugin because the information is stored into the plugin.:unsure:
I dont understand this, because the URL looks like on your demo page. but the titel of the browser looks strange.
Sound-eckeBBuju-BantonRasta-Got-Soul
but it shoul look like this:
Sound-ecke - Buju Banton - Rasta Got Soul
do you have any idea why the separotors between the artist name and album name is? and why there is the letter B bevor the artist name (Buju Banton)??
I looked into the plugin file but i dont understand anything :/
If you have some time - can you have a look at the plugin? maybe you will find the problem?
Greetings,
Steffen -
Accepted Answer
0Hi Germi,
i dont solved this problem. so i looked at joomSEF and i think i will give this extension a try.
you use this extension,too. i read in some forums that in the past, there was some hidden meta and links to the developer. do you know anything about this?
on the homepage there is the info that on the "free" version a link the in footer is displayed but i would buy the version so there should no link.
Greetings,
Steffen -
Accepted Answer
0Hi Germi,
i installed now joomSEF and all works.
Only a small problem is there - maybe you can help me. I posted the problem in the joomsef forum but no one can help me.
i dont know, maybe you can remind yourself that you show me the modification to make a menuitem that is pointed on a genre
so i have some menuitems and if i click on them i see only the genre i want.
this is one of these links:
index.php?option=com_muscol&view=search&search=albums&genre_id=2&Itemid=152
these links are not a SEF URL and i have to manually put them into joomsef.
i did this:
OLD URL: index.php?option=com_muscol&view=search&search=albums&genre_id=2&Itemid=152
SEF URL: sound-ecke/hiphop
But nothing happens, in the explorer the "OLD" URL is shown. I used the url that is shonw in the explorer if i click on the menuitem i want to show in SEF URL.
Is there any thing i have to know that this works? Maybe i using the wrong url? If you have any tips for me that would be great.
Thanks! -
Accepted Answer
0first of all, Search URL are not SEF (the plugin does not translate this urls)
so as you said, the only way is to create a "custom sef url" in JomSef. dont need to include the Itemid on the url itself.
but if JomSEF is not translating it even if you have created your own custom entrance... :S then you should ask to Artio people, because I dont know what the problem may be -
Accepted Answer
0Hi germi,
yep i saw it on your demo page that the search URL are not SEF (do you think this is coming?)
yes i talk to the artio people but at the moment the can not help me. i hope i get a result very soon, i will post it here.
It is very strange, because i tried both (with and without the itemid) but the url is not "translated" into an SEF URL.
With SH404SEF it worksso that is very funny because i have now with bot my problems
I asked you, maybe i have to use an other url like this one i see in the frontend on the menuitem.
thank you anyway!
Greetings
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »