我有谷歌分享按钮。代码是
<a href="https://plus.google.com/share?url=<?php echo base_url(); ?>property/prop_detail/<?php echo $prop_details->prop_id; ?>&t=<?php echo $prop_details->prop_title; ?>" target="_blank"><img src="_images/google-plus.png" alt="Google Plus" />
当我按下按钮时(参见示例) http://www.mangosuntechrealestate.com/property/prop_detail/267
谷歌盒出现了。它显示我主页上搜索字段位置的文本。如何将文本更改为标题为“Cozy 1 bed for RENT”(来自示例)?
答案 0 :(得分:0)
您需要为网页设置标题和元描述(为什么没有标题?)
这可以通过在<head>
标记正下方添加以下内容来完成:
<title>Cosy 1 Bed for RENT</title>
<meta name="description" content="Cosy 1 Bed for RENT" />