<title>
标签设置:在每个网页的<meta name=“description” content=“…”>
标签设置:在描述网页内容的标签中,加入包含桂平地区关键词的相关短语或句子,提高网页与关键词的相关性。<meta name=“keywords” content=“…”>
标签设置:在关键词描述的标签中,设置包含桂平地区相关关键词的列表,增加关键词的密度,提高搜索引擎对网页的权重。<title>
标签设置:在每个网页的<meta name=“description” content=“…”>
标签设置:在描述网页内容的标签中,加入包含江门地区关键词的相关短语或句子,提高网页与关键词的相关性。<meta name=“keywords” content=“…”>
标签设置:在关键词描述的标签中,设置包含江门地区相关关键词的列表,增加关键词的密度,提高搜索引擎对网页的权重。使用本地业务的结构化数据增强网站在搜索结果中的可见性,并使其在搜索结果列表中显示网站的重要信息,如日程、价格、评级、联系电话等。下面给出一个事件的结构化数据代码示例:
<div itemscope itemtype="http://schema.org/Event">
<h2 itemprop="name">桂平旅游季活动</h2>
<img src="https://example.com/event_image.jpg" itemprop="image">
<p itemprop="startDate" content="2022-07-01T19:00">7月1日晚上7点</p>
<p itemprop="endDate" content="2022-07-01T22:00">7月1日晚上10点</p>
<p itemprop="description">这是一场桂平旅游季的活动。</p>
<p itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="name">桂平山水田园风光</span>,
<span itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">桂平市中山路12号</span>,
<span itemprop="addressLocality">桂平市</span></br>
<span itemprop="addressRegion">广西壮族自治区</span><br>
<span itemprop="postalCode">537200</span>
<p itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<span itemprop="price">100</span> 元,
<span itemprop="priceCurrency" content="CNY">¥</span>
<span itemprop="availability" content="InStock"></span>
</p>
</div>
在江门地区的本地商业运营中,添加结构化数据以增强网站在搜索结果中的可见性,并显示有关江门地区商家的信息,如评级、价格、地址等。下面给出一个本地企业的结构化数据代码示例:
<div itemscope itemtype="http://schema.org/LocalBusiness">
<h2><span itemprop="name">江门特色餐馆</span></h2>
<p itemprop="description">我们是一家有着16年历史的江门特色餐馆,提供正宗广东菜肴。</p>
<p itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">江门市人民路56号</span>,
<span itemprop="addressLocality">江门市</span></br>
<span itemprop="addressRegion">广东省</span><br>
<span itemprop="postalCode">529000</span>
</p>
<p itemprop="telephone">+8620-88888898</p>
<p itemprop="priceRange">¥50~100</p>
<div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
<p itemprop="ratingValue">4.5</p>
<p itemprop="reviewCount">1500</p>
</div>
</div>