长尾关键词seo_为什么您不应该忘记长尾SEO

长尾关键词seo

by Ben Rudolph

通过本·鲁道夫

为什么您不应该忘记长尾SEO (Why you shouldn’t forget about long tail SEO)

A few months ago, I wrote about how I built ThingsOnReddit. It’s a site that finds the best Amazon products posted to Reddit and uses Amazon Affiliates to monetize it. I became HN famous for a few days or so, and then slowly disappeared into oblivion. That is when I realized that I would eventually run out of sites that got me that quick spike in hits, and would need to focus on building SEO for the website.

几个月前,我写了关于我如何构建ThingsOnReddit的文章 。 该网站可查找发布到Reddit的最佳Amazon产品,并使用Amazon Affiliates将其货币化。 我成为HN的著名人物几天了,然后慢慢消失了。 那是当我意识到我最终将使我的点击量Swift飙升的网站用光了,需要集中精力为网站建立SEO时。

I initially ran into some roadblocks, but have slowly built a predictable and growing amount of traffic to the site. Along the way, I learned much more about how my site was being used, and focused on improving the site for that use case.

最初,我遇到了一些障碍,但是慢慢地,该站点的流量却可以预测并且在不断增长。 在此过程中,我了解了更多有关如何使用我的网站的信息,并专注于针对该用例改进网站。

重新思考SEO策略 (Rethinking the SEO Strategy)

In the beginning, I tried to optimize for keywords that could potentially land users to my homepage. My thought process was this: the user lands on the homepage, finds an interesting subreddit and/or product, and then buys said product on Amazon. I even created a new homepage for users to land on that was a bit more friendly, and offered an easier way to navigate to subreddits.

一开始,我尝试优化可能会吸引用户访问我的首页的关键字。 我的想法是这样的:用户登陆首页,找到一个有趣的subreddit和/或产品,然后在亚马逊上购买该产品。 我什至为用户创建了一个新的主页,使之更加友好,并提供了一种更轻松的导航至subreddits的方法。

It was a bad strategy.

这是一个坏策略。

The table that changed my paradigm is below:

更改我的范例的表如下:

It’s hard to see, but the home page, which has the most page views upon landing, makes up only 11.27% of the total. Most users are landing either directly on a subreddit or a product page.

很难看到,但登陆时具有最多页面浏览量的主页仅占总数的11.27%。 大多数用户都直接在subreddit或产品页面上登陆。

It became abundantly clear that my SEO approach should be based on the breadth of the pages on my website.

很明显,我的SEO方法应该基于我网站上页面的广度。

That is when I began to realize the power of long tail SEO. Long tail SEO means that you target niche Google keywords (usually 3+ or more words) that have low competition. This naturally happened to my site — there are hundreds of thousands of product pages with all sorts of strange keywords resulting from the comments of Redditors about the product.

从那时起,我开始意识到长尾SEO的强大功能。 长尾搜索引擎优化(SEO)意味着您定位竞争程度较低的细分Google关键字(通常3个或更多单词) 。 这自然发生在我的网站上-有成千上万的产品页面,其中包含来自Redditor对产品的评论而产生的各种奇怪的关键字。

网站地图 (Sitemaps)

Sitemaps tell a search engine about the structure of your website. It’s not usually needed if your site is small and well-linked together, but my site was sprawling and huge.

Sitemap告诉搜索引擎您的网站结构。 如果您的网站很小且链接紧密,则通常不需要它,但是我的网站却庞大而庞大。

I created a sitemap to include the maximum number of URLs, 50,000. ThingsOnReddit has a page for every subreddit and Amazon product mentioned on Reddit, so there are a lot of potential pages to index (far more than 50,000). Google takes its sweet time indexing your pages, but as it did index my pages, my SEO presence grew by over 1000%.

我创建了一个站点地图,以包含最多50,000个URL。 ThingsOnReddit在Reddit上提到的每个subreddit和Amazon产品都有一个页面,因此有很多潜在页面可供索引(远远超过50,000)。 Google抽出宝贵的时间为您的页面建立索引,但随着它为我的页面建立索引,我的SEO存在率增长了1000%以上。

Getting these right is essential to optimizing your SEO presence. I initially launched ThingsOnReddit without thinking about this. That was a mistake.

正确处理这些对于优化您的SEO形象至关重要。 最初我没有考虑这个问题就启动了ThingsOnReddit。 那是个错误。

<link rel="canonical" href=""/>

<link rel="canonical" href=" ” />

This is critical if you have a site that does any sort of pagination. This tag tells Google that the current page is actually the same as the URL in the href attribute. This is often used when blogs (like Medium) repost posts from other sites, but it’s also necessary when you have URL schemas like below:

如果您有一个进行任何分页的网站,这至关重要。 此标记告诉Google当前页面实际上与href属性中的URL相同。 当博客(如中型)从其他站点转发帖子时,通常使用此方法,但是当您具有如下所示的URL架构时,也很有必要:

https://thingsonreddit.com/things/r/buildapc?page=1https://thingsonreddit.com/things/r/buildapc?page=2https://thingsonreddit.com/things/r/buildapc?page=3

Or even:

甚至:

https://thingsonreddit.com/things/r/buildapc?order_by=n_references_in_subreddithttps://thingsonreddit.com/things/r/buildapc?order_by=created_utchttps://thingsonreddit.com/things/r/buildapc?order_by=score

The problem I came across was that Google would index the URL:

我遇到的问题是Google会对URL进行索引:

https://thingsonreddit.com/things/r/buildapc?page=7

And that URL would show up in the Google search results. Then a user would land on page 7 when I obviously wanted them to land on page 1. rel="canonical” will tell Google to ignore all the URL params and just index https://thingsonreddit.com/things/r/buildapc .

该网址将显示在Google搜索结果中。 然后,当我显然希望他们登陆第1页时,用户便登陆了第7页rel="canonical”将告诉Google忽略所有URL参数,而仅对https://thingsonreddit.com/things/r/buildapc索引。

<link rel="next|prev" href=""/>

<link rel="next|prev" href=" ” />

This tells Google that the next logical page (or previous if you specify prev) is the URL in the href attribute. Google says they can usually figure it out on their own, but in my experience, they didn’t get it right. It takes a while for Google to make adjustments, so get it right the first time.

这告诉Google,下一个逻辑页面(如果指定prev则为上一个逻辑页面)是href属性中的URL。 谷歌表示,他们通常可以自己解决这个问题,但是根据我的经验,他们做错了。 Google会花一些时间进行调整,因此请在第一时间正确进行调整。

When building an affiliate link site, it’s tempting to build your website to get the user to Amazon (or whatever affiliate site) as quickly as possible. Initially that was what I sought to do.

在构建会员链接站点时,很容易建立您的网站以使用户尽快到达亚马逊(或任何会员站点)。 最初,这就是我想要做的。

On the first implementation, users were taken straight to Amazon to get the affiliate click as quickly as possible.

在第一个实施方案中,用户被直接带到亚马逊以尽快获得会员点击。

The thing I eventually learned was that users that are going to buy a product will eventually click the Amazon link if they want the product. It is far more important to have individual product pages for each product so that each one can be indexed individually and show up in search results.

我最终了解到的是,要购买产品的用户最终会在需要该产品时单击Amazon链接。 每个产品都有单独的产品页面,这样每个产品都可以单独索引并显示在搜索结果中,这一点更为重要。

分析工具 (Analytics)

Part of having a better SEO presence is building a good user experience. The better the user experience, the lower your bounce rate, and the more favorably Google will look on your site. A key part of understanding how to make a good experience is to track all the things.

更好的SEO表现的一部分是建立良好的用户体验。 用户体验越好,跳出率越低,Google在您的网站上看起来就越有利。 理解如何获得良好体验的关键部分是跟踪所有事物。

It’s harder to tell how changing the user experience directly modifies your bounce rate or Google search ranking unless you do some sort of A/B testing, but analytics can point you in the right direction.

除非您进行某种A / B测试,否则很难说改变用户体验是如何直接改变跳出率或Google搜索排名的,但分析可以为您指明正确的方向。

For example, I was under the impression it is always good to build a mailing list. So I began aggressively showing a newsletter signup modal when a user scrolls to the bottom of the page:

例如,我觉得建立一个邮件列表总是好的。 因此,当用户滚动到页面底部时,我开始积极展示新闻简报注册模式:

I tried this for months, and I got 0 signups after showing the modal 609 times. Needless to say, this is an extremely annoying feature and it yielded no signups, so I killed it.

我试了几个月,在显示609次模态后获得了0个注册 。 不用说,这是一个非常烦人的功能,并且没有注册,所以我杀死了它。

结果 (The Results)

After letting ThingsOnReddit run by itself for a while, I’m happy to announce some better results.

在让ThingsOnReddit自行运行一段时间之后,我很高兴地宣布一些更好的结果。

The month that received the most clicks to Amazon (thus far) was November, yet it was also the month with the least revenue. Most of these clicks were generated through Social traffic when I tried to ram the site down people’s throats via various social media sites.

迄今为止,获得亚马逊点击次数最多的月份是11月,但它也是收入最少的月份。 当我尝试通过各种社交媒体网站将网站推向人们的喉咙时,这些点击大多数是通过社交流量产生的。

It turns out, focusing on organic search is better not only for sustainable recurring users, but also users who genuinely want to buy products and are more likely to convert.

事实证明, 专注于自然搜索不仅对可持续的经常性用户有好处,而且对于真正购买产品并且更有可能转化的用户来说也更好

Going forward, I’m going to continue to push on improving the site’s Google search ranking, by both refining the site’s experience as well as trying to grow the number of sites linking to ThingsOnReddit.

展望未来,我将继续完善网站的体验,并尝试增加链接到ThingsOnReddit的网站数量,以继续改善网站的Google搜索排名。

翻译自: https://www.freecodecamp.org/news/why-you-shouldnt-forget-about-long-tail-seo-34782120b855/

长尾关键词seo

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/394833.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

python调用hive与java调用区别_使用Pyhive调用

我正在使用pyhive与hive交互。在 使用下面的代码&#xff0c;SELECT语句运行良好。在# Import hive module and connect from pyhive import hive conn hive.Connection(host"HOST") cur conn.cursor() # Import pandas import pandas as pd # Store select query …

linux gnome启动命令,如何在Gnome Shell上自动启动程序

登录Gnome Shell时自动打开应用程序是提前设置工作区的好方法。在Gnome Shell上自动启动程序的最简单方法是使用Tweaks应用程序。在本指南中&#xff0c;我们将介绍如何安装Gnome Tweaks应用程序以轻松配置自动程序启动。让我们开始吧&#xff01;通过GUI自动启动程序默认情况下…

netstat查看linux运行的端口,查看哪些端口被打开 netstat -anp

一、查看哪些端口被打开 netstat -tnl二、关闭端口号:iptables -A OUTPUT -p tcp --dport 端口号-j DROP三、打开端口号&#xff1a;iptables -A INPUT -ptcp --dport 端口号-j ACCEPT四、保存设置service iptables save五、以下是linux打开端口命令的使用方法。nc -lp 23 &…

用户体验岗如何说服其他部门_为什么我们应该说服用户更新他们的浏览器-这是双赢的。...

用户体验岗如何说服其他部门by Alex Ewerlf由AlexEwerlf 为什么我们应该说服用户更新他们的浏览器-这是双赢的。 (Why we should convince our users to update their browsers — it’s a win-win.) Unless you’ve been living under a rock recently, you’re aware of Mel…

【JAVA并发编程实战】3、同步容器

同步容器包括Vector和Hashtable&#xff0c;还有一些由Collections.synchronizedXxx等工厂方法创建的 1、同步容器类的问题 同步容器类都是线程安全的&#xff0c;但是有些时候还是要客户端加锁来保护复合操作 就比如vector的操作&#xff0c;如果又两个方法一个获取vector集合…

php 动态加载html内容_ThinkPHP5.1+Swoole实现的开源内容管理框架

一款支持Swoole的开源内容管理框架&#xff0c;基于ThinkPHP5.1开发&#xff0c;同时支持PHP-FPM和Swoole双模式&#xff0c;让WEB开发更快!主要特性更改框架协议为MIT,让你更自由地飞基于ThinkPHP 5.1重构&#xff0c;但核心代码兼容5.0版本&#xff0c;保证老用户最小升级成本…

MarkDown语言

参考&#xff1a; 参考&#xff1a;https://typora.io/参考&#xff1a;https://caret.io/Markdown是一种轻量级标记语言&#xff0c;创始人为約翰格魯伯&#xff08;英语&#xff1a;John Gruber&#xff09;。 它允许人们“使用易读易写的纯文本格式编写文档&#xff0c;然后…

${fn:} 函数

调用这样一个头文件<% taglib prefix"fn" uri"http://java.sun.com/jsp/jstl/functions " %> 下面就可以直接调用以下的函数。 函数名 函数说明 使用举例 fn:contains 判断字符串是否包含另外一个字符串 <c:if test"${fn:contains(name, s…

linux7.2配置多路径软件,RHEL6使用系统自带多路径软件配置多路径,rhel6路径

RHEL6使用系统自带多路径软件配置多路径&#xff0c;rhel6路径1、多路径的主要功能多路径一般配合存储设备实现如下功能&#xff1a;故障的切换和恢复IO流量的负载均衡磁盘的虚拟化2、查看系统自带的多路径软件是否安装[rootcluster01 ~]# rpm -qa |grep device-mapperdevice-m…

小甲鱼python课后答案40讲_小甲鱼Python 第30讲课后习题看不懂

本帖最后由 keydnal_aaron 于 2018-1-18 14:17 编辑 这个测试的文本里面是英文字符串&#xff0c;如果环境不同&#xff0c;注意下文本内容的编码方式&#xff0c;我的编程环境是centos7python3.6.4 from os import walk,getcwd from os.path import join def search_file():查…

SM4密码算法(附源码)

SM4是我们自己国家的一个分组密码算法&#xff0c;是国家密码管理局于2012年发布的。网址戳→_→&#xff1a;http://www.cnnic.NET.cn/jscx/mixbz/sm4/具体的密码标准和算法官方有非常详尽的PDF文档以供查阅&#xff0c;戳→_→&#xff1a;http://218.241.108.63/wiki/images…

vim ctrlp_使用Ctrlp和Ctag使Vim更智能

vim ctrlpby _haochuan通过_haochuan 使用Ctrlp和Ctag使Vim更智能 (Make Your Vim Smarter Using Ctrlp and Ctags) I absolutely love Vim, and I use Vim for all my coding and writing from year to year. Although more are more people, especially for those are worki…

linux系统可以无显卡运行吗,Linux操作系统无显卡安装方式

显卡安装方法&#xff1a;操作步骤&#xff1a;1、SBC上装上显卡&#xff0c;并启动安装程序2、安装linux系统并选择相应的安装包(选择lilo启动加载程序)如果安装时以GRUB方式加载的&#xff0c;需要在Grub.conf中将有关图形的语句屏蔽掉。#splashimage(hd0,0)/grub/splash.xpm…

软件工程专业实习可以做什么_想要获得软件工程实习机会? 这里有一些想法可以帮助您...

软件工程专业实习可以做什么by Tatiana Doyle塔蒂亚娜道尔(Tatiana Doyle) 想要获得软件工程实习机会&#xff1f; 这里有一些想法可以帮助您。 (Looking to land a software engineering internship? Here are some thoughts to help you.) A note: this post is simply mea…

ubuntu 简单配置samba

关键字: ubuntu samba今天在家&#xff0c;闲着没事&#xff0c;就想学习一下samba 来实现windows xp 访问ubuntu 的文件夹&#xff08;家里有两台pc&#xff09;&#xff0c;google了很多文章&#xff0c;但是很多都没有用&#xff0c;不过鸟哥的文章有很清楚的介绍&#xff0…

python3.8文档_python 3.8的新功能

演示和工具 添加了一个基准脚本&#xff0c;用于计时访问变量的各种方式&#xff1a; Tools/scripts/var_access_benchmark.py . &#xff08;由Raymond Hettinger在 bpo-35884 &#xff09; 以下是自Python3.3以来性能改进的摘要&#xff1a; Python version 3.3 3.4 3.5 3.6 …

mysql数据库备份及还原

一、Mysql数据库备份指令格式&#xff1a; mysqldump -h主机名 -P端口 -u用户名 -p密码 (–database) 数据库名 > 文件名.sql 注&#xff1a;直接cmd执行该指令即可&#xff0c;不需要先mysql -u root -p链接数据库 1、备份MySQL数据库的命令mysqldump -hhostname -uuserna…

linux隐藏apache信息,Apache防盗链和隐藏版本信息-linux-centos运维

有需要服务器方面的需求和咨询&#xff0c;可以联系博主 QQ 7271895一、防盗链二、隐藏版本信息实验要求&#xff1a;三台虚拟机分别是&#xff1a;linux和两台windows虚拟机&#xff0c;linux虚拟机为服务器&#xff0c;Windows7-1为客户端&#xff0c;Windows7-2为盗链端。实…

查看oracle当前的连接数

SQL> select count(*) from v$session #当前的连接数SQL> Select count(*) from v$session where statusACTIVE #并发连接数SQL> select value from v$parameter where name processes --数据库允许的最大连接数SQL> show parameter processes #最大连接 SQL> …

led显示屏控制卡接线图解_Led显示屏出现花屏是什么原因

Led显示屏已经成为现在人们推广的一种形式了&#xff0c;很多地方都是离不开led显示屏的使用的。由于Led显示屏的五彩绚烂&#xff0c;也更加吸引人们的眼球。不过在使用过程中&#xff0c;也会遇到Led显示屏花屏的情况。那么&#xff0c;Led显示屏出现花屏是什么原因呢?下面伟…