Difference hummingbird and rankbrain
-
From my understanding hummingbird is the fact that google is able to parse sentences and link entites to understand the meaning of content in a better way than with just keywords and rankbrain is about user intent, google understands that they are various ways to mean the same thing.
Is my understanding correct ?
Thank you,
-
I totally agree, thank you for your detailed explanation.
-
You can't really "optimize" for Hummingbird, but understanding RankBrain can certainly help you do keyword research and write relevant content better.
-
I know it's not very clear, but I think the important thing to remember about Hummingbird is that it was a complete rebuild of the core algorithm. I think natural language queries drove part of that rebuild, but Hummingbird covers a lot of ground and will be powering algo updates for months or years. As Danny said, it's like they put a whole new engine in the car. RankBrain is much more specific.
-
Thank you for the information Dr Pete. It is a little more clear. If I understand correctly rank brain is really about user intent in rewriting the query and Hummbird seems to be about voice searches and parsing but it is a little blurry in my mind as you would say other that people at google nobody really understands it fully.
Thank you,
-
I'm afraid it's probably more complicated than that, and I'm not sure anyone outside of Google (and most of the people inside of Google) has a handle on all of the details.
Hummingbird was very broad. It wasn't just an update, but an entire rebuild of Google's core "engine." When Google launched it, they gave examples that make us think a lot of the updates were necessitated by natural-language queries (voice certainly created some of that pressure). So, it definitely changed how Google processed very-long-tail queries, but I think it also created a framework for much more (and may have even been a foundation for RankBrain). Danny's very early FAQ is still a good resource:
https://searchengineland.com/google-hummingbird-172816
RankBrain causes confusion because it gets conflated with ML in search in general, but I think RankBrain has a very specific meaning to Google. I've written about it quite a bit and have had a handful of private conversations with Google employees, and still don't feel like I have all the facts. Here's what I'm comfortable saying... It is an ML-based approach to understanding query relevance, very likely related to models like Word2Vec. Best I know, it acts as a sort of re-ranking layer. So, Google returns results and then RB re-sorts them based on its understanding of relevance. So, truth be told, it's probably not as impactful as some folks think (ML in search could be much broader). It's most active for long-tail, natural-language queries, so there's some connection to Hummingbird, conceptually.
-
Thank yo. I read it and rank brain is clear hummingbird a little less but I think it is about the knowledge graph and parsing from what I understand.
-
Hi There!
We have two nice resources here on Moz that should help you feel totally clear on Hummingbird vs. Rankbrain:
https://moz.com/learn/seo/google-hummingbird
https://moz.com/learn/seo/google-rankbrain
Hope these help, but please let me know if you have any questions remaining after reading through those! I'm pretty sure I wrote both of them, so if anything isn't clear, just ask
-
Hello,
"RankBrain is an algorithm learning artificial intelligence system" - Wiki
Hummingbird is an update of Google's ranking algorithm.
They aren't something comparable because one is a system and one is a codename of an update to a system.
Hope this answered your question.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Description tag in code is different from what is shown in SERPS...
Hi there: We have a client whose website we built in WP, using Yoast Pro as our SEO plugin. I was reading some reports (actually coming out of SEMrush but we use Moz as well) and I am getting really varying results in the description are of the SERPS. Even though I'm seeing the copy we wrote in Yoast in the description tag code, the SERP is showing an excerpt from the copywriting on the site. What's even weirder is that SEMrush is pulling an entirely DIFFERENT description. I'm obviously missing out on the finer points of description tags, as Google clearly does not always choose to feature what is actually written in the description tag itself. Can someone explain to me what might be going on here? Thanks in advance,
Intermediate & Advanced SEO | | Daaveey1 -
Posting same content to different high authority websites
Let's say 1 article piece is highly relevant to multiple states and we pitch this article across the different domains in those states. Each article piece will be tweaked to localize the content. I understand that Google devalues links coming from low quality, websites that are spun up, but what about links that are basically the same content (but localized), across different high authority domains?
Intermediate & Advanced SEO | | imjonny1230 -
Sitemap: unique sitemap or different sitemaps by Country
Hi guys, i have a question about sitemaps. We are doing an international site, e.x. www.offers.com for landing page and www.offers.com/br for brazil, www.offers.com/it for italy, etc... i don't if we should do an unique sitemap for all countries or separate sitemaps by country, e.x.: unique sitemap: www.offers.com/sitemap.xml - including all sitemaps www.offers.com/br/sitemap.xml - sitemap for brazil market only. Thank you
Intermediate & Advanced SEO | | thekiller990 -
Blog Content In different language not indexed - HELP PLEASE!
I have an ecommerce site in English and a blog that is in Malay language. We have started the blog 3 weeks ago with about 20-30 articles written. Ecommerce is using MAgento CMS and Blog is wordpress. URL Structure: Ecommerce: www.example.com Blog: www.example.com/blog Blog category: www.example.com/blog/category/ However, google is indexing all pages including blog category but not individual post that is in Malay language. What could be the issue here? PLEASE help me!
Intermediate & Advanced SEO | | WayneRooney0 -
I need your brains please - client site dropped significantly in search since hummingbird
I need your support. I've been doing "SEO" for several years - but sticking to sustainable methods. No junk links Decent content Decent site etc The site is advisein.com and it was ranking well for several terms such as: best lsat prep best lsat preparation best lsat course etc. Also there are some youtube videos (with the google thumbnail) that were doing extremely well in search and even those dropped in the rankings. Can any of you tell if there are some glaring issues that I am missing that would make the website and youtube videos drop 30 - 40+ spots in SERP's over the past few months after dominating for the last 3 years? Thank you in advance and I welcome additional questions and any ides....
Intermediate & Advanced SEO | | Intergen0 -
Redirect aspx files to a different path structure on a different domain using a different server-side language?
Without getting into the debate/discussion about which server-side language should or should not be used, I am faced with the reality of moving an old ASP.NET site to a Coldfusion one with a different domain and different folder structure. Example: www.thissite.com/animals/lion.aspx --> www.thatsite.com/animals/africa/lion.cfm What is the best way to redirect individual .aspx pages to their .cfm counterparts keeping in mind that, in many cases, the folder paths will be different? If it would mean less work, I am hoping this can be done at the server level (IIS 6) rather than modifying the code on each now-defunct page. And on a related note, how long should any redirects be kept in place? My apologies if this has been answered in this forum in the past, but I did do a lot of searching first (both here and elsewhere) before posting this query.
Intermediate & Advanced SEO | | hamackey0 -
Is it bad to host an XML sitemap in a different subdomain?
Example: sitemap.example.com/sitemap.xml for pages on www.example.com.
Intermediate & Advanced SEO | | SEOTGT0 -
Canonical tag for similar page with different theme.
Our commerce system allows products to be shared across multiple categories/sections of our site. E.G. /boxes/blue-box.html /circles/blue-box.html This enables the product to show up in different areas of the site, but does not link to an evergreen URL. We are considering using the canonical tag to resolve this issue, but our question relates to the similarity of the pages. Each section folder (e.g. /boxes/ and /circles/) has a different header, left navigation and footer. They are similar in layout and some content is the same, but a good portion is different in the header and nav. Each category nav basically deals with deeper links in it's own category. The product title, image, description, etc. is all the same and makes up the bulk of the page. Is this a good candidate for the canonical tag or should we attempt to accommodate an evergreen URL?
Intermediate & Advanced SEO | | josh-att0