Better SEO to remove “stop” words from an article&

2019-02-14 02:02发布

I saw a Wordpress plugin that removes certain words from an articles URL Slug.

So for an example, without the plugin, if I create an article titled...

Organize Your Projects into Boards with the Trello App

then Wordpress would automatically create this URL Slug...

organize-your-projects-into-boards-with-the-trello-app

Now if I were to use the Plugin that removes "stop" words, it would instead create this URL slug...

organize-projects-boards-trello-app

Now my question, the plugin's description says that it is better for SEO, I am curious if others feel this is better to remove words like that or better the have the longer version?

标签: seo slug
3条回答
劳资没心,怎么记你
2楼-- · 2019-02-14 02:39

Keep them in your URL. Even though Google may ignore them in normal search they do not when someone does an exact match search (i.e. using quotes). Plus URLs are today's page titles. People are more likely to remember your URL if it reads naturally then if it is just an abbreviation.

查看更多
淡お忘
3楼-- · 2019-02-14 02:45
  1. 'stop' words, are words that Google will make low priority in a search, often ignoring them entirely. Its far more interested in the 5 words in your 3rd example, and rightly so. Can you imagine if it ranked a page higher because of more frequent uses of 'your', 'with' or 'the'. Yikes.
  2. urls have a max length, so it's always good to abbrv.
  3. Part of the Google algorithm is to do with what we can think of as 'percentage match'. e.g. If I type 'organise project boards' then I will get a 60% match on your third example but a 33% on your second e.g. Google uses similar things in other aspects of its matching, such as the meta keywords.

Hope that helps. Ask if you need more

查看更多
Animai°情兽
4楼-- · 2019-02-14 02:54

This question is old, but I thought I'd add my opinion as I feel there's a bit of contextual consideration lacking from the given answers.

There used to be a lot of consideration given to the overall length of urls because of how they were displayed in the SERPs. The thought was, that removing stop words was a good default practice because it would help address situations where longer URLs would be trimmed in display. This would increase the liklihood of a url such as /the-single-most-influential-keynote-speeches-of-any-of-the-most-popular-colleges-in-the-world/ of appearing for keywords like most influential college keynote speeches. When stops words were removed, longer urls had a higher chance of having core keywords displayed in the SERPs. Today, Google seems to dynamically-display different segments of urls depending on their relevancy to user searches, such as the above url might appear as follows:

https://www.example.com/...colleges-in-the-world/

That's really the only 'direct impact' consideration that I regard to be of concern—and it's not of concern anymore for all practical purposes.

I think that it's good practice to manually remove some stop words sometimes, because urls often need to be practically usable for users to remember/write down/etc. That's more UX than SEO though.

All other considerations for the removal of stop words are, IMO, purely subjective to use cases. For example, gigantic sites like StackOverflow likely need to keep stops in urls because different questions (legit different) might only be differentiated by nuances of stop word usage. A small coder's blog however, likely having a single post per topic such as this, would likely be better served to create as short of a url as possible since there'd be no duplication issues.

For a full range of url considerations I'd suggest reading the following article:

https://moz.com/blog/15-seo-best-practices-for-structuring-urls

TL;DR: There's not much technical justification for the removal of stop words from post urls anymore, and such consideration is highly subjective to use-case and personal preference.

查看更多
登录 后发表回答