add icon to html code title -
this not favicon others had corrected post.
this how expedia page source code looks:
<title data-sctid="title" data-sct-hidden="true">🏨 atlantic city hotels: find 122 cheap hotel deals in atlantic city, nj | expedia</title>
the result page in google shows http://goo.gl/yejujq
i tried insert 🏨
$this->set('title_for_layout', "🏨 atlantic city hotels: 28 cheap hotel deals atlanticcity.com");
but can not save since error
text encoding western (iso latin 1) isn’t applicable.
that's because character (probably) not part of latin 1 code page. should encode page in unicode (utf-8 what's being used) work.
Comments
Post a Comment