English
Login

How to Succeed in Baidu Mobile SEO

Ian Lau February 5, 2016
  • Guides

Introduction

Mobile search has been on the rise for quite some time, and nearly all major search engines take into consideration mobile-friendliness as a sizable ranking factor. If your site is not properly optimized for mobile search engines, you’re missing out on a huge opportunity for organic traffic.

With the launch of Baidu mobile rank tracking in Dragon Metrics this week, we thought it’d be a great time to provide an in-depth look at how to create mobile-friendly websites and optimize content for the best mobile user experience.

While this article is written for Baidu Mobile SEO, many concepts presented are applicable to optimizing your site for any mobile search engine. Let’s dive right in!

Chapter 6

  1. Introduction
    • Why Optimize Your Site for Baidu Mobile SEO?
  2. Configuring a Baidu mobile friendly website
    • Responsive Web Design
    • Separate URLs
    • Dynamic Serving
    • Adjust site settings page in Baidu Webmaster Tools
  3. On page optimization
    • Page Speed
    • Page Structure
    • Readability
    • Resource Accessibility
  4. UX enhancements
  5. Search Appearance
  6. Performance monitoring
    • Track Baidu mobile performance in Google Analytics
    • Track mobile performance in Baidu Webmaster Tools
    • Use Dragon Metrics for Baidu mobile rank tracking
  7. Additional Tips
    • AppLink
    • Mobile SEO for Local
  8. Summary
  9. References

Why Optimize Your Site For Baidu Mobile Seo?

Massive Opportunity Size

Just as the growth in mobile search has impacted Google SEO, mobile search in China is growing at an even faster rate.

According to CNNIC (Chinese), in 2015 there were a total of 620 million mobile web users in China, which is 90% of all web users in China! Among these users, 127 million access the web exclusively on mobile devices, which is 18.5% of the all web users.

In their 2015 Mobile Web Trend Report (Chinese), Baidu reports that their mobile web index has grown 105% in 2013-2014, and that mobile search traffic from Baidu has reached 1 billion visits daily, with education, lifestyle, celebrity and news sites gaining more than a 100% increase in mobile search traffic.

This could mean that if you are not optimizing your sites for mobile, you may be reaching less than 10% of your potential audience, and could be missing out on a potential traffic growth of over 105% each year.

Increase Mobile Organic Ranking and Indexation

The difference in ranking and indexation for a non-mobile friendly website in Baidu mobile can be substantial. Even highly-authoritative sites can have a poor Baidu mobile ranking performance if their sites are not mobile friendly. While a mobile friendly website doesn’t guarantee mobile traffic, it will at least it get you in the game.

Baidu also adopted a very interesting tweak to their mobile results pages to give non-mobile friendly sites “special treatment”:

Avoid Baidu’s SiteApp Transcoding Like the Plague

With Baidu’s SiteApp transcoding, many non-mobile-friendly pages that appear on on the Baidu mobile SERP (search engine results page) are converted into Baidu-generated mobile friendly pages. Siteapp transcoding will remove or modify onpage elements that they think are not suitable for mobile viewing, and style it appropriately for mobile devices.

Here’s an example of transcoding in action:

Non-mobile-friendly page visited directly

The same page as viewed from Baidu mobile SERP

Baidu states (Chinese) that the main reason for they do this to provide a better user experience, since desktop websites are difficult to view in a mobile screen. That may seem great — you don’t have to do anything, and Baidu will make your site mobile-friendly automatically!

The truth is, there’s nothing more dangerous to your SEO and site goals than Baidu’s SiteApp Transcoding. Here’s why:

This is basically a conversion-killer, brought you courtesy of Baidu. They’re essentially grabbing your content and hosting it on their domain. It’s just another way to keep users on Baidu’s own properties, disguised as a “user experience” enhancement.

Having a mobile friendly site is a imperative to preserve high rankings, better indexation, and avoid losing your users due to transcoding. Let’s learn how to configure our sites for mobile SEO success.

Configuring A Baidu Mobile Friendly Website

Before we run into specific configurations for mobile friendly website in Baidu, let’s take a look at the 3 main types of mobile web development solutions: Separate mobile site, dynamically-served HTML, and responsive design.

Mobile Site Configurations Compared

Separate URLs Dynamic Serving Responsive Web Design
Complexity Low Moderate High
Performance Moderate High High
Maintenance Cost Moderate to High Low to High Low
Device friendliness Moderate to High Moderate to High High

A separate mobile site serves completely separate HTML and CSS on a separate URL (usually on the “m” subdomain, e.g. m.example.com). Dynamically served HTML keeps a single URL for both desktop and mobile sites, but delivers different HTML and CSS to each. Responsive design uses the exact same URL and HTML content for both mobile and desktop, and simply customizes the CSS each screen size separately.

Responsive Design is the Way to Go? Not So Fast, Baidu…

So which configuration should you choose? Responsive design is typically the go-to best solution in for modern web design. Baidu has recommended (Chinese) sharing the same set of URLs across desktop and mobile is the ideal solution, and they have put a large effort into identifying responsive website design.

However in China, responsive design has not caught on as fast as other countries where Google is dominant search engines. There are some discussions in the Chinese web, doubting the effectiveness of responsive design as it relates to Baidu SEO, claiming a disconnect between what Baidu says and what it actually practices.

A fair amount of webmasters are suggest that Baidu seems to index separate mobile sites more efficiently. Thus many adapt a wait-and-see attitude on the time it will take for Baidu to improve their algorithm so responsive design can receive its full SEO benefits:

We are sharing a bit more so you can have a clearer picture about the current state of Baidu Mobile SEO. In our opinion, while responsive web design can take more front-end design resources to develop in the beginning, for longevity, user experience, and maintenance, we recommend using responsive design over the other methods when possible.

Let’s cover each of these configurations in detail.

Responsive Web Design

Responsive Web Design will automatically adapt website’s view according to the size of the screen. The main advantages of responsive design include:

The main drawback of responsive design is the time and cost for developing responsive websites can be much higher, especially with complex UI and UX elements. However as we just said, after the initial develop stage, everything is much easier than separate URLs and dynamic serving.

If you already have a responsive website, here are two things you should do to inform Baidu your site is responsive:

<meta name=”applicable-device” content=”pc,mobile”>

<mobile:mobile type=”pc,mobile”/>

Separate URLs

In a separate URL configuration, each desktop URL has an equivalent different URL serving mobile-optimized content. For example, www.example.com will be serving desktop users with corresponding pages served on m.example.com for mobile users. The biggest challenge for using Separate URLs is to ensure Baidu successfully crawls both versions and recognize their relationships. Not being able to achieve this will greatly reduce the potential mobile visibility from Baidu.

General SEO practices for handling Separate URLs include self-redirects, HTML annotations and Sitemap annotations. You can read Google’s Webmasters guidelines about these methods, and they’ll still apply. The biggest downside for these methods are they require Baidu spiders to crawl each of their desktop pages to discover their equivalent mobile versions, for a large sites with thousands of pages, this can take a lot of time. Therefore Baidu offered a handy tool within Baidu Webmaster Tools which greatly reduced the waiting time, we will be covering the usage of this tool in an upcoming article.

Baidu’s guidelines on Separate URLs mobile SEO configuration:

Dynamic Serving

Dynamic serving is configuration in which the server responds with different HTML and CSS for the same URL, depending on the user agent requesting the page. If we are using Dynamic Serving, we will have to instruct Baidu’s spider crawl your pages with different user agents by adding vary HTTP header to your site.

The vary HTTP header also serves two important purposes in dynamic serving:

After adding the vary HTTP Header, you will also need to add the “applicable-device” Meta Tag to your pages.

The “applicable-device” Meta Tag is a Baidu defined meta tag which will help their spiders better identify desktop and mobile pages. According to Baidu, this tag will not guarantee better mobile rankings but is a good practice to follow especially for dynamic serving pages.

Adding the “applicable-device” meta tag:

Note: Both Desktop and Mobile crawlers are named Baiduspider, but they can be differentiated by the user agent string:

Baidu mobile user agent:

Mozilla/5.0 (Linux;u;Android 4.2.2;zh-cn;) AppleWebKit/534.46 (KHTML,like Gecko) Version/5.1 Mobile Safari/10600.6.3 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)

Baidu desktop user agent:

Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)

How to verify if your dynamic serving site’s been setup properly:

Adjust site properties in Baidu Webmaster Tools

Regardless of which configurations you’ve chosen, you should also do this extra step to inform Baidu which configuration your site is using in their Webmaster Tools:

Adjust site settings page in Baidu Webmaster Tools (Chinese)

On Page Optimization

Let’s take a look at different on-page factors Baidu has suggested for mobile friendliness.

Page Speed

Having a fast website is no-brainer from a user experience perspective. In fact, this will directly affect your rankings since most search engines have claimed that their algorithm will prefer ranking fast pages over than slow pages. This is especially true on mobile, where not all devices will be browsing your pages with high speed internet connection. This means that page speed must be a very important part of your mobile SEO strategy.

Luckily, page speed optimization techniques are quite similar across the board (not just specific to Baidu mobile), so there are a ton of resources online that you can find about this topic. If you haven’t pay attention to your pages’ speed, this article is a good one to start with.

You should check you websites’ performance in China, these are 3 main ones:

The above tools are useful for testing your server’s connection performance in China. Especially with the Great Firewall in place, it’s possible if your site is hosted outside of China, it may load very slowly.

After testing for server connection in China, you should start examine your front-end web performance by using these tools:

They will not only tell you how your pages are performing, but also what should be optimized to improve performance. Some common elements that slow down a site include:

Page Structure

A well-structured page should allow visitors to spot the main idea of the content at first glance, consume content without unnecessary disruption, and be able to quickly get what they are looking for. They should also be able to quickly understand the main idea of each part of your sites by reading through your sites’ navigation. To build a well structured pages on mobile, Baidu offers 2 tips:

  1. The page should be able to adjust the size of the content according to the viewers’ screen types, viewers should be able to clearly consume content on pages without any horizontal scrolling or zooming.
  2. The main content of the page should appear in the middle of the main screen, other on page elements with low relevancy shouldn’t interfere consumption of main content. Baidu will penalize improper usage of pop-ups and layers according to its effect on user experiences by reducing the ranking power of these pages.

Here are a few examples to avoid when designing your mobile pages:

Horizontal Scroll Required

Zoom required to view content

Improper Ads Usage

Readability

Ensure your pages are easy to read by optimal usage of styling and organize different section of your content neatly.

Baidu’s tips on improving content readability:

Example of page with poor readability

Resource Accessibility

Baidu’s tips on optimizing pages for resource accessibility:

Example of inaccessible resource

User Experience (UX) Enhancements

Stop with the Interstitials

Before talking about UX, let’s talk about those annoying interstitials, pop-up modals, or ads telling you download the app. Baidu is aware of how these elements are hurting the user experience and released an algorithm update to discourage websites from using these ads, so make sure your mobile site is not using any of them.

Other UX Elements

UX enhancements should be considered after optimizing the on-page elements listed above, since Baidu will take these enhancements into account in their ranking calculations.

Some UX enhancements Baidu has suggested:

  • Use effective navigation and breadcrumbs, minimize multi-level navigation
  • Minimizing the use of forms. If they can’t be avoided, limit users’ input to essential fields and display default values wherever possible.
  • Have well-spaced, large touch targets instead of tiny links to avoid selection errors, make clear to the user what can be selected, tapped or swiped.
  • Service-related sites can offer like on page phone call and map integration
  • Query-based websites can offer alternate input methods like voice input, image input or QR code input
  • Content sites can provide UX enhancement like night reading mode

Search Appearance

Search appearance on Baidu mobile is similar to Baidu desktop in a lot of ways, but due to the limitation of screen sizes on mobile devices, it will be useful to optimize your meta title and description tags for mobile sites:

Meta Title

Meta description

If you are promoting an App, you might want to learn about the Baidu AppLink service, a recent project Baidu have started to provide in SERP app calls.

Performance Monitoring

After applying these optimizations to your site, you’ll want to monitor how your site is performing in Baidu Mobile.

There are 3 main ways to monitor Baidu mobile performance:

If you have followed this guide you should see your site’s mobile traffic improving over time. Your Baidu-transcoded page traffic should drop, since Baidu will no longer be converting your non-mobile friendly pages, and eventually all your pages’ mobile traffic should go to your mobile site instead of Baidu’s.

Track Baidu mobile performance in Google Analytics

With Google Analytics you will be able to track your Baidu desktop vs mobile performance very easily:

  1. Go to the Source/Medium page of Acquisition section
  2. Select baidu / organic to view your Baidu traffic exclusively
  3. Select Device Category as the Secondary Dimension
  4. Check both the mobile and desktop category boxes, and click plot rows

After doing so you will see visualization of your mobile and desktop traffic over time.

Track mobile performance in Baidu Webmaster Tools

Baidu Webmaster Tools offer a mobile friendliness test that you can use on not only verified site, which can be accessed here (Chinese).

With your site verified in Baidu Webmaster Tools, you can access the traffic and keywords tool in Baidu Webmaster Tools here (Chinese), the tool will show ranking keywords, clicks and impressions for different pages from your sites.

Use Dragon Metrics for Baidu mobile rank tracking

If you already have a campaign and keyword group in Dragon Metrics set up, just to go the manage keyword groups page to add Baidu Mobile to your tracked search engines.

If you are not yet a Dragon Metrics user, feel free to signup for a trial here.

Select an existing keyword group that you would like to track Baidu Mobile with, or create a new keyword group.
When configuring your keyword group, add Baidu Mobile in your list of tracked search engines.
After setting up the keyword group with Baidu Mobile tracked, you can choose to view only this search engines in most of our reports.

Additional Tips

All the guidelines should be followed by any type of mobile site, Baidu also offered a few extra options for specific scenarios:

AppLink is a type of structured data Baidu mobile offers for app call within SERPs, if your app is registered to AppLink service, searchers can access information they are looking for within your app from the text links from the search results. The project is currently in public beta and if you are a mobile app developer and looking to promote your app in China, AppLink is the way to go, learn more here (Chinese).

Mobile SEO for Local

You can add local markup your site with a geolocation meta tag as below:

<meta name=”location” content=”province=北京;city=北京;coord=116.306522891,40.0555055968″>
// province and city value are mandatory, coord value is optional depends if you need to target a specific region within a city.

To get your business’s coordinates in China, we recommend using these 2 tools:

According to Baidu, if you markup your pages with Geolocation meta tag, your pages will rank higher in SERPs where searchers’ location matches with your location meta info.

Summary

Baidu is improving their ability to provide the best mobile search results every day, and as their mobile ranking algorithm continues to improve, the mobile-friendliness of your site will be a very important factor of your rankings.

Hopefully with this guide you can see the importance of mobile SEO to your business and what you can do about it. We will be updating this article if we’ve found anything valuable in this topic, and if you have any questions, be sure let us know!

References

  • Moz’s mobile optimization guide
  • Moz’ guide on optimizing page speed
  • The Website Obesity Crisis
  • The Elements Of The Mobile User Experience
  • 7 Best Practices for Designing a Mobile User Experience
  • 7 Mobile UX Mistakes You’re Probably Making Right Now

Continue Reading

Chapter 7 : Baidu Webmaster Tools

Continue Reading

Chapter 7 : Baidu Webmaster Tools

Chapters

Chapter 1

Introduction

Chapter 2

Keyword Research

Chapter 3

Technical / On-Page SEO

Chapter 4

Content Marketing

Chapter 5

Link Building

Chapter 6

Mobile SEO

Chapter 7

Baidu Webmaster Tools

Chapter 8

Social Media

Chapter 9

Reporting

Chapter 10

Universal Search

Chapters

  1. Introduction
  2. Keyword Research
  3. Technical / On-Page SEO
  4. Content Marketing
  5. Link Building
  6. Mobile SEO
  7. Baidu Webmaster Tools
  8. Social Media
  9. Reporting
  10. Universal Search

天下网TXWEB临沂市网页制作推荐吴忠市企业网站建设多少钱百色阿里店铺运营银川品牌网站设计哪家专业菏泽市网站定制公司吉安网站搭建报价郑州市企业网站改版三亚seo按天扣费推荐日照企业网站建设报价昆明市网络推广南通市网站推广多少钱黄山seo优化哪家专业淄博市seo按天计费推荐太原关键词排名临沂市网站定制价格三明市企业网站建设平凉网站改版价格酒泉定制网站哪家专业南昌seo按天计费哪家好漯河市网站改版公司通辽市网站定制哪家好安康seo价格龙岗企业网站建设价格贵阳seo按天扣费推荐三沙网站建设公司菏泽市网站搭建报价抚顺网站建设贺州企业网站建设宁波网站制作哪家好娄底网站改版哪家专业香港通过《维护国家安全条例》两大学生合买彩票中奖一人不认账让美丽中国“从细节出发”19岁小伙救下5人后溺亡 多方发声卫健委通报少年有偿捐血浆16次猝死汪小菲曝离婚始末何赛飞追着代拍打雅江山火三名扑火人员牺牲系谣言男子被猫抓伤后确诊“猫抓病”周杰伦一审败诉网易中国拥有亿元资产的家庭达13.3万户315晚会后胖东来又人满为患了高校汽车撞人致3死16伤 司机系学生张家界的山上“长”满了韩国人?张立群任西安交通大学校长手机成瘾是影响睡眠质量重要因素网友洛杉矶偶遇贾玲“重生之我在北大当嫡校长”单亲妈妈陷入热恋 14岁儿子报警倪萍分享减重40斤方法杨倩无缘巴黎奥运考生莫言也上北大硕士复试名单了许家印被限制高消费奥巴马现身唐宁街 黑色着装引猜测专访95后高颜值猪保姆男孩8年未见母亲被告知被遗忘七年后宇文玥被薅头发捞上岸郑州一火锅店爆改成麻辣烫店西双版纳热带植物园回应蜉蝣大爆发沉迷短剧的人就像掉进了杀猪盘当地回应沈阳致3死车祸车主疑毒驾开除党籍5年后 原水城县长再被查凯特王妃现身!外出购物视频曝光初中生遭15人围殴自卫刺伤3人判无罪事业单位女子向同事水杯投不明物质男子被流浪猫绊倒 投喂者赔24万外国人感慨凌晨的中国很安全路边卖淀粉肠阿姨主动出示声明书胖东来员工每周单休无小长假王树国卸任西安交大校长 师生送别小米汽车超级工厂正式揭幕黑马情侣提车了妈妈回应孩子在校撞护栏坠楼校方回应护栏损坏小学生课间坠楼房客欠租失踪 房东直发愁专家建议不必谈骨泥色变老人退休金被冒领16年 金额超20万西藏招商引资投资者子女可当地高考特朗普无法缴纳4.54亿美元罚金浙江一高校内汽车冲撞行人 多人受伤

天下网TXWEB XML地图 TXT地图 虚拟主机 SEO 网站制作 网站优化