标题优化:
类目优化:
1. 分析对手网站
2. 关注对手的社交媒体活动
3. 通过监测工具分析对手的排名和流量
1. Title(标题)标签
<title>标签用于定义网页的标题,它是最重要的元素之一。合理地设置标题,既可以提高网站的排名,也可以让用户更好地了解您网站的内容与主题。
2. Meta Description(网页描述)标签
<meta name="description" content=" " >标签用于定义网站的描述,它描述了网站的主题和内容。一个优秀的描述文字可以让搜索引擎和用户更清楚地认识您的网站,让用户更愿意点击进去。
3. Meta Keywords(关键词)标签
<meta name="keywords" content=" " >标签用于定义网页的关键词,在SEO优化的前期中使用较多。在这个标签里填写网站的关键词,如果您的关键词用得好,它将会更容易被搜索引擎索引,让您的网站排名更高。
4. Canonical(规范化)标签
<link rel="canonical" href=" " />标签用于规范化URL,让所有搜索引擎索引到同一个网址。这样,不同的页面上的内容就不会被认为是重复的,从而避免降低您的网站权重。
5. Author(作者)标签
<meta name="author" content=" " >标签用于指定作者身份,特别适用于个人博客和网站。这个标签可以让您的网站内容与您的身份相联系,提高网站的可信度。
1. Breadcrumbs(面包屑)
<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "item": { "@id": "https://example.com/books", "name": "Books" } },{ "@type": "ListItem", "position": 2, "item": { "@id": "https://example.com/books/sciencefiction", "name": "Science Fiction" } },{ "@type": "ListItem", "position": 3, "item": { "@id": "https://example.com/books/sciencefiction/artificialearintelligence", "name": "Artificial Intelligence" } }] } </script>
2. Site Navigation Links(导航菜单)
<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "SiteNavigationElement", "name": "", "url": "" } </script>
3. Corporate Contacts(企业联系方式)
<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Organization", "name": "ExampleCorp", "url": "http://www.example.com", "logo": "http://www.example.com/images/logo.png", "contactPoint": [{ "@type": "ContactPoint", "telephone": "+1-866-555-5555", "contactType": "customer service" }] } </script>
4. Article(文章)
<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://example.com/news/article" }, "headline": "Article headline", "image": { "@type": "ImageObject", "url": "https://example.com/photos/1x1/photo.jpg", "width": 100, "height": 100 }, "datePublished": "2015-02-05T08:00:00+08:00", "dateModified": "2015-02-05T09:20:00+08:00", "author": { "@type": "Person", "name": "John Doe" }, "publisher": { "@type": "Organization", "name": "Example.com", "logo": { "@type": "ImageObject", "url": "https://example.com/logo.jpg", "width": 100, "height": 100 } }, "description": "A most wonderful article" } </script>
1.原创且有价值的内容
精心 编写的, 有价值的内容会受到搜索引擎的好评,同时吸引用户,从而提升网站的权威性。
2. 长格式的文章
根据研究,长格式的文章能吸引更多的用户,并且长时间停留在页面上,提高SEO排名的机会也越高。
3. 定期更新
可以定期更新一些有关您行业的新闻、趋势或重大事件,更频繁的更新能够吸引更多的访问量,同时提升SEO权重。
4. 优化关键字密度
适当地在文章中加上关键字也有助于SEO排名,但是过度的关键字堆积不仅影响用户体验,还易被搜索引擎识别为恶意行为。
5. 使用多媒体
插图、图片、视频可以吸引用户关注,而且能够增强内容的分享性,从而增加SEOSearch Engine Optimization排名。
6. 内部链接
在文章中加上内部链接,除了让用户可以更方便的找到和了解其他相关内容,还有助于搜索引擎爬虫跟进相关页面,提升网站的权威性。