4c. Use Structured Data for Rich Results
Rich results are special features in search results that go beyond title and meta descriptions and include things like review stars, images, FAQs, and more. You can explore Google’s supported rich results here.
Rich results are most often triggered by structured data. Most modern content management systems include support for some type of structured data by default (such as Yoast or Rankmath for WordPress.)
✅ Use Structured Data on All Your Pages
At a minimum, schema types such as Article or Product offer basic markup for the majority of pages. Other schemas may be more appropriate for your individual circumstances. The more specific information you can offer—such as author, dates, prices, etc.—the better off you’ll be.
✅ Validate Your Structured Data
Because it’s easy to mess up, it’s important to verify your structured data using a tool specially built for the purpose. Two of our favorites are the Schema Markup Validator and Rich Results Test.
4d. Define Your Breadcrumbs
Breadcrumbs might seem like a tiny part of Google search, but they can have a significant impact on your overall traffic. Experiments have shown that there’s no right answer when it comes to breadcrumbs, but typically, having a compelling, keyword-rich structure is known to help.
✅ Use Breadcrumb structured data
Using structured data is the most straightforward, least ambiguous way to define your breadcrumbs to Google. Be sure to validate your results using one of the validators mentioned above.
✅ Use A Clear, Keyword-Focused URL Structure
Oftentimes—especially on mobile or when structured data isn’t present—search engines will use your URL structure to define breadcrumbs, for example, if our URL was:
https://mozpro.click/seo/tools/keyword
Google might display the following breadcrumbs:
https://mozpro.click > seo > tools > keyword
Note: More on URL structure is covered below in section 6. Internal Links & Site Architecture.
4e. Stand Out With a Favicon
Favicons are little icons that appear next to your Google listing on mobile. While small, using an attractive, eye-catching favicon can help make your listing stand out. A single favicon is defined across your entire site.
✅ Define Your Favicon
Define a “shortcut icon” in the <head> of your home page that points to your favicon like this:
<link rel="shortcut icon" href="/favicon.ico">
While no one favicon works best, favicons that are high-contrast and work with your brand are usually the way to go.