Related Search (or Categories) can be a powerful feature for SEO and UX (discovery). For SEO, Related Search can cross-link between two similar pages independent of their hierarchical relationship. Features like breadcrumbs interlink within a lineage, but Related Search can link horizontally outside of the lineage. Related Search can also connect pages without a defined ... Read more Related…
Note: This is the third article in my internal link analysis with Python series. This post will use data from the last post, working with large link graphs, and use techniques outlined in the first, which introduced link graph analysis with NetworkX. PageRank can be a helpful auditing tool, but by default, it has two limitations. All ... Read more Personalized PageRank with Edge Weights The post…
Note: This is the second post in my series on analyzing internal link graphs with Python. If you haven t read the first post, I recommend reviewing it before continuing. I m picking up where I left off. While the goal of this post is ultimately graph analysis, the techniques in this post work for data wrangling ... Read more Working With Large Internal Link Graphs in Python The post Working With…
Internal link analysis is a common part of auditing a site for SEO. While our goals may vary, we re typically trying to understand a URL s discoverability within a crawl and the distribution of link value through the site (and how we may best optimize that distribution). This means exploring the site s structure, a URL s depth, ... Read more Internal Link Analysis with Python The post Internal…
Earlier this year, Google announced official support for dynamic rendering as a solution for JavaScript-driven websites: serving search bots a server-side rendered (SSR) page, while providing a client-side experience for users. (In truth, many sites have been doing this for years via in-house solutions and services like Prerender.io, but it was great to see Google address that ... Read more Common…
Early last year, Google released Suggested Clips as a type of Featured Snippet that appears at the top of SERPS for how-to process queries with visual intent. Unlike traditional video search results, this feature jumps to a specific point in the selected video where the answer to the search query appears. In particular, this feature ... Read more Video Featured Snippets: How Suggested Clips Work…
Traditional on-page SEO guidance is to target a primary phrase, its near-related terms, and its longtail variants by using them in the text and placing them in strategic locations on the page (i.e., title, headings, early in content, throughout content). However, writing for Natural Language Processing, or NLP, requires some additional steps and considerations. Managing ... Read more On-page SEO…
To better understand how the YouTube Search algorithm works, we looked at 3.8 million data points across 100,000 videos and 75,000 channels. Using a keyword sample that contained a variety of named entities (people, places, things, etc.) and questions (how, why, etc.), we checked rankings for the first 20 results and fetched a wide array ... Read more YouTube SEO Ranking Factor Study The post…
[This blog post is a summary of the first part of a presentation I gave at SearchLove London. You can find the full presentation here.] Too often, Video SEO is simplified to a discussion of video rich snippets, which are the visual markup of video results to include thumbnails and timestamps. This perspective leads to ... Read more Video SEO: Ranking Videos in Google Without Rich Snippets The post…
When traffic drops, a common practice is to check Google Search Console to see if rankings have dropped, as well. If they have, the traffic loss is generally attributed to the rankings change. A decline in clicks like this is often attributed to changes in rank position. In some cases, however, the shift in average ... Read more Rank Varies with Search Demand in Google Search Console The post Rank…