Mobile-Friendly Sites and Mobile-First Indexing #GoogleSEOGuide #s1ep42
Mobile-First Indexing Best Practices
Google predominantly uses the mobile version of a site's content, crawled with the?smartphone agent, for indexing and ranking. ?? This is called?mobile-first indexing.
While it's not required to have a mobile version of your pages to have your content included in Google's Search results, it is very strongly recommended. These best practices apply to mobile sites in general, and by definition to mobile-first indexing.
To make sure that your users have the best experience, follow the best practices detailed in this guide.
?? Create a mobile-friendly site
If you haven't already, create a mobile-fiendly website so your users visiting your site through a mobile phone can have a stellar experience. There are three configurations you can choose from to create a mobile-friendly site:
? Responsive design:?Serves the same HTML code on the same URL regardless of the users' device (for example, desktop, tablet, mobile, non-visual browser), but can display the content differently based on the screen size.?Google recommends Responsive Web Design because it's the easiest design pattern to implement and maintain.
? Dynamic serving:?Uses the same URL regardless of device. This configuration relies on?user-agent?sniffing?and the?Vary: user-agent?HTTP response header?to serve a different version of the HTML to different devices.
? Separate URLs:?Serves different HTML to each device, and on separate URLs. Like dynamic serving, this configuration relies on the?user-agent?and?Vary?HTTP headers to redirect users to the device-appropriate version of the site.
?????? The contents of this guide only apply to dynamic serving and separate URL configurations. In case of responsive design, the content and the metadata are the same on the mobile and desktop version of the pages.
?? Let Google can access and render your content
Make sure that Google can access and render your mobile page content and resources.
?? Make sure that content is the same on desktop and mobile
Even with the equivalent content, differences in DOM (The Document Object Model?(DOM) is the structure of an HTML document — it defines how that document can be accessed and changed by things like JavaScript.) or layout between desktop and mobile page can result in Google understanding the content differently. However having the same content on the desktop and mobile version ensures that the two versions can rank for the same keywords.
?? Check your structured data and metadata
If you have structured data on your site, make sure that it's present on both versions of your site. Here are some specific things to check:
?? Check visual content
? Check your images
Make sure that the images on your mobile site follow the?image best practices. In particular, Google recommends us:
? Check your videos
Make sure that the videos on your mobile site follow the?video best practices. In particular, Google recommends us:
?? Additional best practices for separate URLs
If your site has separate URLs for the desktop and mobile versions of a page (also known as m-dot), Google recommends the following additional best practices:
? Make sure that the error page status is the same on both the desktop and mobile sites.?If a page on your desktop site serves normal contents and your mobile site's version of that page serves an error page, this page will be missing from the index.
? Make sure that your mobile version doesn't have fragment URLs.?The fragment part of the URL is the end of the URL that starts with?#. Most of the time, fragment URLs are not indexable, these pages will be missing from the index after your domain is enabled for mobile-first indexing.
? Ensure that the desktop versions that serve different contents have equivalent mobile versions.?If different URLs redirects to the same URL, for example, homepage, on mobile devices, after your domain is enabled for mobile-first indexing, all these pages will be missing from the index.
? Verify both versions of your site in?Search Console?to make sure that you have access to data and messages for both versions. Your site may experience a data shift when Google switches to mobile-first indexing for your site.
? Check?hreflang?links on separate URLs.?When you use?rel=hreflang?link?elements?for?internationalization, link between mobile and desktop URLs separately. Your mobile URLs'?hreflang?must point to mobile URLs, and similarly desktop URL?hreflang?must point to desktop URLs.
领英推荐
Here's an example of?hreflang?for the homepage of a site with separate URLs for mobile and desktop:
? In this example, the desktop site URL is?https://example.com/.
<link rel="canonical" >
<link rel="alternate" media="only screen and (max-width: 640px)" >
<link rel="alternate" hreflang="es" >
<link rel="alternate" hreflang="fr" >
<link rel="alternate" hreflang="de" >
<link rel="alternate" hreflang="th" >
? In this example, the mobile site URL is?https://m.example.com/.
<link rel="canonical" >
<link rel="alternate" hreflang="es" >
<link rel="alternate" hreflang="fr" >
<link rel="alternate" hreflang="de" >
<link rel="alternate" hreflang="th" >
? Ensure that your mobile site has enough capacity?to handle a potential increase in?crawl rate?on the mobile version of your site.
? Verify that your?robots.txt directives?work as you intend for both versions of your site. The robots.txt file lets you specify which parts of a website may be crawled or not. In most cases, use the same robots.txt directives for both mobile and desktop versions of your site.
? Use the correct?rel=canonical?and?rel=alternate?link?elements?between your mobile and desktop versions.
Here's an example of?rel=canonical?and?rel=alternate?for a separate URLs site setup.
? In this example, the desktop site URL is?https://example.com/.
<link rel="canonical" >
<link rel="alternate" media="only screen and (max-width: 640px)" >
? In this example, the mobile site URL is?https://m.example.com/.
<link rel="canonical" >
?? Troubleshooting and Mobile-First Indexing Checklist
Here's a Mobile-First Indexing Checklist of the most common errors that can stop sites from being enabled for mobile-first indexing or could cause a drop in ranking after a site is enabled for mobile-first indexing. If your site isn't enabled for mobile-first indexing yet, you've seen a drop in ranking after your site is enabled for mobile-first indexing, or you've received a message in Search Console, check the list of common errors and resolve possible errors you may have:
To be continued...
Thank you for learning with us. This episode is based on?the Fundamentals of SEO Starter Guide?by Google.?Remember, you could always follow all of the episodes for "Google SEO Guide" from the document below:
How Will We Do It? ??????
We won’t care what anyone says, and SEO & Digital Marketing will change our lives!!!
What Will We Learn:???????
Click the below link and get the?#LearningSEOsocially?Calendar Season 1&2. Follow this plan and learn with me how to develop?#SEO?skills with free guides, resources, tools, and more.
Follow Eachother to?#LearnSEO?Socially:???????
BONUS:???????
Don't forget to get a list of?29 Must-Have?#SEO?Skills?basic to mastery.
Search Engine Optimization Consultant
1 年?????? Bu b?lümün i?eri?i yaln?zca mobile ?zel dinamik sunum ve ayr? URL yap?land?rmalar? i?in ge?erlidir. Duyarl? tasar?m kullan?yorsan?z sayfalar?n mobil ve masaüstü sürümünde i?erik ve meta veriler ayn?d?r, burada anlat?lanlar? uygulaman?za gerek yoktur.