360Spider
101.226.68.*、101.226.69.*、101.226.70.*、180.153.225.*、180.153.234.*、61.164.147.*
等360蜘蛛可能会对一些网站进行限制,导致抓取的链接数较少。优化建议如下:
通过竞争情报,我们可以了解到行业内的关键字热度、对手网站的排名、链接建设情况等,从而获得一些优化策略。以下是竞争情报的一些具体应用:
以下是一些常见的元标签及其应用:
通过
<head>
<title>这里是网页标题</title>
</head>
通过标签定义网页的关键字,用于搜索引擎优化。
<head>
<meta name="keywords" content="360蜘蛛, 爬取链接, 优化">
</head>
通过标签定义网页的描述,也用于搜索引擎优化。
<head>
<meta name="description" content="本文介绍如何优化360蜘蛛爬取链接数量。">
</head>
通过标签告诉搜索引擎如何爬取和索引网页。
<head>
<meta name="robots" content="index, follow">
</head>
通过标签定义网页在移动设备上的显示比例。
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
以下是一些常见的结构化数据和应用:
定义网站的Logo图标
<header>
<img src="logo.png" itemprop="logo">
</header>
定义网页的导航层级
<div itemscope itemtype="https://schema.org/BreadcrumbList">
<span itemprop="breadcrumb">
<a href="/" itemprop="item">首页</a>
>>
<span itemprop="name">关于我们</span>
</span>
</div>
定义文章的标题、作者、发布时间、正文等内容
<article itemscope itemtype="https://schema.org/Article">
<header>
<h1 itemprop="headline">文章标题</h1>
<p itemprop="author">作者:xx</p>
<p itemprop="datePublished">发布时间:2022-01-01</p>
</header>
<section itemprop="articleBody">
内容正文
</section>
</article>
定义产品的名称、图片、价格、描述等内容
<div itemscope itemtype="https://schema.org/Product">
<img itemprop="image" src="product.png">
<h1 itemprop="name">产品名称</h1>
<p itemprop="description">产品描述</p>
<p itemprop="offers" itemscope itemtype="https://schema.org/Offer">
价格:<span itemprop="price">100</span>元
</p>
</div>
以下是一些创作高质量内容的重要建议:
针对目标受众的需求,创作有针对性的内容
使用关键字研究工具确定目标关键字,优化关键字分布。(关键字应自然而然地融入文章)
使用吸引人的标题和主题句,将文章保持简洁,并使用图片和视频增加章节间的跳转。
提供高质量、实用且独特的内容。在内容中提供新旧作者观点,链接到权威来源。
在文章中提供内部和外部链接,共享至其他新闻网站和社交网络。
<article>
<header>
<h1>标题</h1>
<p>作者:xx,发布时间:2022-01-01</p>
</header>
<section>
正文
</section>
<section>
<h2>相关文章</h2>
<ul>
<li><a href="#">文章1</a></li>
<li><a href="#">文章2</a></li>
</ul>
</section>
<footer>
<p>分享至:<a href="#">微信</a></p>
</footer>
</article>