what are stop words

一、总结

一句话总结:就是在seo的关键词中不要有stop words,不然的话搜索引擎会直接忽略

stop words  most common  words language

In computingstop words are words which are filtered out before or after processing of natural language data (text).[1] Though "stop words" usually refers to the most common words in a language, there is no single universal list of stop words used by all natural language processing tools, and indeed not all tools even use such a list. Some tools specifically avoid removing these stop words to support phrase search.

Any group of words can be chosen as the stop words for a given purpose. For some search engines, these are some of the most common, short function words, such as theisatwhich, and on. In this case, stop words can cause problems when searching for phrases that include them, particularly in names such as "The Who", "The The", or "Take That". Other search engines remove some of the most common words—including lexical words, such as "want"—from a query in order to improve performance.[2]

Hans Peter Luhn, one of the pioneers in information retrieval, is credited with coining the phrase and using the concept.[3] The phrase "stop word", which is not in Luhn's 1959 presentation, and the associated terms "stop list" and "stoplist" appear in the literature shortly afterwards.[4]

A predecessor concept was used in creating some concordances. For example, the first Hebrew concordance, Me’ir nativ, contained a one-page list of unindexed words, with nonsubstantive prepositions and conjunctions which are similar to modern stop words.[5]

In SEO terminology, stop words are the most common words that most search engines avoid, saving space and time in processing large data during crawling or indexing. This helps search engines to save space in their databases.

1、Stop words list?

What exactly are stop words? According to Wikipedia, stop words are the most common words in a language. Since there is no single universal list of stop words available, we’ve created our own list. Learn more about stop words here.

The following list contains most of the stop words used by Yoast SEO and Yoast SEO Premium in English. The full list can be found here.

  • a
  • about
  • above
  • after
  • again
  • against
  • all
  • am
  • an
  • and
  • any
  • are
  • as
  • at
  • be
  • because
  • been
  • before
  • being
  • below
  • between
  • both
  • but
  • by
  • could
  • did
  • do
  • does
  • doing
  • down
  • during
  • each
  • few
  • for
  • from
  • further
  • had
  • has
  • have
  • having
  • he
  • he’d
  • he’ll
  • he’s
  • her
  • here
  • here’s
  • hers
  • herself
  • him
  • himself
  • his
  • how
  • how’s
  • I
  • I’d
  • I’ll
  • I’m
  • I’ve
  • if
  • in
  • into
  • is
  • it
  • it’s
  • its
  • itself
  • let’s
  • me
  • more
  • most
  • my
  • myself
  • nor
  • of
  • on
  • once
  • only
  • or
  • other
  • ought
  • our
  • ours
  • ourselves
  • out
  • over
  • own
  • same
  • she
  • she’d
  • she’ll
  • she’s
  • should
  • so
  • some
  • such
  • than
  • that
  • that’s
  • the
  • their
  • theirs
  • them
  • themselves
  • then
  • there
  • there’s
  • these
  • they
  • they’d
  • they’ll
  • they’re
  • they’ve
  • this
  • those
  • through
  • to
  • too
  • under
  • until
  • up
  • very
  • was
  • we
  • we’d
  • we’ll
  • we’re
  • we’ve
  • were
  • what
  • what’s
  • when
  • when’s
  • where
  • where’s
  • which
  • while
  • who
  • who’s
  • whom
  • why
  • why’s
  • with
  • would
  • you
  • you’d
  • you’ll
  • you’re
  • you’ve
  • your
  • yours
  • yourself
  • yourselves

二、List of stop words

 

随机推荐

  1. Angular4.x 创建组件|绑定数据|绑定属性|数据循环|条件判断|事件|表单处理|双向数据绑定

    Angular4.x 创建组件|绑定数据|绑定属性|数据循环|条件判断|事件|表单处理|双向数据绑定 创建 angular 组件 https://github.com/angular/angular- ...

  2. 10: VMware中扩展根分区

    1.1 添加一块硬盘 1.先给VMware添加一块60G硬盘 2.必须重启虚拟机才能识别到新加磁盘 fdisk -l        # 查看刚刚添加的硬盘 3.查看当前磁盘使用情况 df -hl   ...

  3. Android4.0以上版本Http请求的问题

    异常:android.os.NetworkOnMainThreadException Android 4.1项目:使用新浪微博分享时报: android.os.NetworkOnMainThreadE ...

  4. python简说(十八)导入模块

    1.import xx import 一个模块的实质就是把这个python文件从头到尾执行一遍 2.import模块的查找模块的顺序 1).从当前目录下找 2).sys.path python的安装目 ...

  5. python简说(三)字典

    一.字典 stu_info = {"name": "王志华", "age": 18, "addr": "北京& ...

  6. centos 编译lantrn

    github上的安装指导: Custom fork of Go is currently required. We'll eventually switch to Go 1.7 which suppo ...

  7. tp剩余未验证内容-5

    经过实践, ie678是不能正确显示解析bs的,所以要用ff和chrome浏览器. page-header类是有特殊样式的 在标题下有一条浅色的细线条,源代码中有: border-bottom: 1p ...

  8. 怎样建立你自己的MASM导入库

    by Iczelion (翻译:花心萝卜yqzq@163.net) 9.5.2000 这篇短文是讲述关于建立MASM导入库(import libraries)技巧,我假设你已经知道什么是导入库.在下面 ...

  9. 【Finchley】【新特性】Spring Cloud Finchley 新特性

    Finchley 正式版的发布貌似经历了相当长的时间,这次的重大发布主要带来了以下 4 项重大更新. 重大更新 1.新增 Spring Cloud Gateway 组件 Spring Cloud Ga ...

  10. centos6.5下安装mysql5.6

    链接: https://blog.csdn.net/liangzhuoxun/article/details/81572094 该链接有个错误: 让修改的profile文件立即生效的命令为./etc/ ...