Meta Description in FR and DE and JP not showing - Joomla! Forum - community, help and support
hello,
i have site: http://www.worldhotels.com/de/hotels-in ... he-darling
and page has meta tags:
desc: das darling hotel ist ein ganz neues 5-sterne-hotel auf dem star city-komplex in sydney, das seinen gästen einzigartigen luxus und u.a. einen hochmodernen spabereich bietet.
keywords:the darling sydney, darling hotel, sydney 5-sterne-hotel
when see source code dont see description. breaks when "ä" starts.
also if make html_entity_decode string, , shows german character correctly, still not show on description tag.
the keywords appear, have no strange characters.
now, if go google.de , put url, meta tags in english.
im using sh404sef component manage urls.
i have file in components/com_sh404sef/meta_ext/com_hotel.php following code:
$sql = 'select property_name title ,meta_desc_'. $lang.' description,meta_kw_'. $lang.' keywords [table] c id='.$hid;
$database->setquery($sql);
$contentelement = $database->loadobject( );
$shcustomdescriptiontag= $contentelement->description;
$shcustomkeywordstag= $contentelement->keywords;
$shcustomtitletag= $contentelement->title;
and showing languages without "strange" characters..
the site encoded utf-8 charset...
any clues!?
thank much.
regards
i have site: http://www.worldhotels.com/de/hotels-in ... he-darling
and page has meta tags:
desc: das darling hotel ist ein ganz neues 5-sterne-hotel auf dem star city-komplex in sydney, das seinen gästen einzigartigen luxus und u.a. einen hochmodernen spabereich bietet.
keywords:the darling sydney, darling hotel, sydney 5-sterne-hotel
when see source code dont see description. breaks when "ä" starts.
also if make html_entity_decode string, , shows german character correctly, still not show on description tag.
the keywords appear, have no strange characters.
now, if go google.de , put url, meta tags in english.
im using sh404sef component manage urls.
i have file in components/com_sh404sef/meta_ext/com_hotel.php following code:
$sql = 'select property_name title ,meta_desc_'. $lang.' description,meta_kw_'. $lang.' keywords [table] c id='.$hid;
$database->setquery($sql);
$contentelement = $database->loadobject( );
$shcustomdescriptiontag= $contentelement->description;
$shcustomkeywordstag= $contentelement->keywords;
$shcustomtitletag= $contentelement->title;
and showing languages without "strange" characters..
the site encoded utf-8 charset...
any clues!?
thank much.
regards
i recommend consult sh404sef since have own support , quick turn around on tickets.
Comments
Post a Comment