Improve Your SEO

Rate this content
Bookmark

Google announced that they will fully switch over to crawling and indexing sites using mobile-first indexing March 2021. Now for some companies their mobile site is dynamically rendered which has a high risk of decreased ranking on google once mobile-first indexing is fully implemented.


This presentation will share how to assess what changes needs to be made, best practices to increase SEO for Mobile First Indexing, how to increase performance, and how to turn parts of your site from dynamic rendering to mobile responsive in less than two months.

This talk has been presented at React Summit 2020, check out the latest edition of this React Conference.

FAQ

You should check that there is no disallow directive preventing Googlebot from crawling mobile pages.

The key steps are showing hidden content, updating mobile content, increasing page speed, and testing performance and SEO.

Teachers Pay Teachers is a platform where teachers can share and sell resources to each other.

Mobile-first indexing means that Google predominantly uses the mobile version of the content for indexing and ranking.

Mobile-first indexing is important because Google now ranks pages based on their mobile versions, which can affect search rankings if the mobile and desktop versions are different.

Teachers Pay Teachers improved their mobile SEO by converting their mobile page from PHP to React, increasing page speed, updating mobile content, and ensuring Googlebot could crawl mobile pages.

Teachers Pay Teachers used tools like House Screen Curve, Google Search Console, and Lighthouse to test performance and SEO.

Updating to a mobile-responsive React page increased mobile purchases by 3% and provided a consistent user experience across desktop and mobile.

They reduced the number of third-party packages, swapped larger packages for smaller ones, replaced packages with React components, and removed unnecessary CSS and feature flags.

Showing hidden content is important because Googlebot can't click buttons to reveal content, so all data must be initially loaded for it to be crawled and indexed.

Ruth Mesfun
Ruth Mesfun
8 min
17 Jun, 2021

Comments

Sign in or register to post your comment.

Video Summary and Transcription

In this video, the speaker introduces the concept of mobile-first indexing and its significance for SEO. They discuss how Teachers Pay Teachers adapted their resource page to be mobile-friendly, emphasizing the importance of mobile page speed and content updates. The speaker explains how mobile-first indexing impacts search rankings and shares practical tips on improving SEO, such as fixing structured data issues and showing hidden content. They highlight the use of tools like Google Search Console and Lighthouse for SEO performance testing. The video also mentions that Teachers Pay Teachers saw a 3% increase in mobile purchases after implementing these changes. Additionally, the speaker encourages viewers to connect and share their results.
Available in Español: Mejora tu SEO

1. Introduction to New Release and Livestream

Short description:

We're introducing our new release and livestream. Visit our website to learn more and enjoy our livestream and YouTube experiences. I'll explain what mobile-first indexing is and share what we did to improve our SEO. Teachers Pay Teachers is a platform where teachers can share and sell resources. Google's move to mobile-first indexing posed challenges for us. Let me explain how search ranking works and how mobile-first indexing fits in.

We're now introducing you to our new release and livestream. Visit our website at livestream.com to find out more and enjoy our livester and YouTube experiences, and learn more about the latest and greatest on the React team. We're also doing a live stream live, so if you want to subscribe to a live stream, please do so. We're also delivering live content that you want to see, so if you have more questions, let us know in the comments section below. We really hope to see you there. Thanks for watching.

Hi, I'm Ruth Mespin from Teachers Pay Teachers, and I'm going to show you how my team improved our SEO for mobile first indexing. Just so you know, here's my information if you'd like to connect with me after the session and geek out on React and mobile first indexing. In this talk, I'll first give you a quick background on Teachers Pay Teachers, explain what mobile first indexing is and then share with you what we did to improve our SEO.

So for anyone who hasn't heard of Teachers Pay Teachers, it's a platform where teachers can share and sell resources to each other. And the resource page is where a teacher can see if a resource is the right fit and then purchase it. It's also ranked on Google. So when Google announced that they were moving towards 100% mobile first indexing, this was our expression. We didn't really know what that meant and how it affect us. So let me tell you how search ranking works and how mobile first indexing fits into it. This is Googlebot. He's a web crawler. And what he does currently is desktop-first indexing, which is getting your information from your content of your desktop pages. And he'll also check, you know, bounce rates, et cetera. But essentially, check the relevancy of the page itself. And based on the user query, he will rank the search. And you can celebrate, because you're on page one.

With mobile-first indexing, though, it's doing the same thing, except crawling your mobile pages. And if your mobile is different from your desktop page, it can rank you very differently. Which was a big problem for us. With our mobile page, which is this, there isn't a lot of information shown at first. You need to click the button to get through the information which is a different page entirely. And then, it also has a different user experience from our desktop page. Mainly because our desktop page is in React, which is awesome. But our mobile page is in PHP.

2. Mobile-First Initiative and Optimization

Short description:

The majority of our users obtained resources on our desktop page. Mobile was not a priority until Google announced their switch to mobile-first indexing. We combined teams to create a mobile-first initiative and updated the resource page. We tested performance, increased page speed, and updated mobile content. We also fixed structured data issues and showed hidden content.

To be fair, the majority of our users obtained resources on our desktop page. And since mobile was completely separate and harder to maintain, it wasn't really a priority. But it's now mainly a priority because Google shared that they were switching to mobile for indexing to 100% by September. Don't worry. They actually pushed it back to March of next year. So you have time to optimize.

So, with that said, we combined two amazing teams, Web Platform and Quality, to create the mobile-first initiative team to update the resource page. We converted from a PHP mobile page to a mobile-responsive React page, keeping the UI the same as the desktop view. So it went from this to this. Which made us very happy, especially since I love React. It also made the company very happy because it increased our purchases on mobile by 3%. So, we had a really good user experience here.

So what did we do? First, we tested our performance using these resources like House Screen Curve and Google Search Console. Using these tools, we were able to make benchmarks to see if our changes are improving performance in SEO. Also, we utilized Lighthouse, especially because it gave us recommendations on things that we needed to fix. Second thing was that we increased our page speed based on Lighthouse recommendation. We realized that we were inundating our resource page with a lot of third-party packages that were unnecessary. So we reduced them by half so we could increase the page load or we could increase the speed of our page load on our resource page. What we did was we actually swapped to smaller packages. So for instance, moment.js, we realized was a really large package and we actually chose a smaller package that had the functionalities we needed. We also replaced packages with React components. So we created our own chart components so we could remove our Chartist package. We also natively loaded images and removed unnecessary CSS and feature flags that were cluttering our resource page.

Next, we updated our mobile content. The mobile version didn't have all the content that the desktop version had. So we updated this so there wasn't any discrepancies of the content between mobile and desktop. We also fixed any structured data issues. Finally, we showed hidden content. We first checked robots.txt, which is a file. If you don't know where the file is, if you have a web platform team, check with them.

Available in other languages: