CHAPTER TEN

Mobile, Local, and Vertical SEO

Mobile, local, and vertical SEO have grown to become specializations in and of themselves, requiring a tremendous amount of dedicated effort, resources, and attention to fully maximize the opportunities they provide as the web ecosystem evolves. In this chapter, we will address these areas of search engine optimization at a high level.

The Mobile Landscape

If you have a web-based business, brand, or organization, mobile SEO will be absolutely vital to the success of your overall SEO strategy. But before we can examine the ins and outs of SEO for mobile, you need to first understand mobile search in the general context of mobile as a medium—one that is taking search market share and ad spend from desktop at a rapid pace.

As mentioned in Chapter 1, eMarketer published a study predicting that mobile ad spend would represent 72.2% of total U.S. digital ad spend by 2019 (Figure 10-1).

“Mega-SERP” infographic (Moz.com)
Figure 10-1. Mobile ad spend growth through 2019

The iPhone helped drive the growth of this market, because of its intuitive user interface and larger screen size (when compared to feature phones), and Android accelerated this trend with its increasing smartphone market dominance.1.

The improved mobile web user interfaces and larger screen sizes on smartphones have been a big factor in the growth of mobile search. Having a specific mobile site experience for users is important, as mobile searchers are even more impatient and have a different intent than your typical desktop searcher. If you offer a desktop experience to a mobile user and she finds a competitor who offers a tailored mobile experience, you may have just lost a potential customer—and the search engines know this.

Rapid growth in mobile is expected to continue. On June 13, 2014, Matt Cutts told the audience at SMX Advanced in Seattle that before the end of 2014 Google would receive more search queries per day from mobile devices than it would from desktop devices. Google’s mobile-friendly algorithm shift followed less than a year later. Today, a Google search from any mobile device shows us that the mobile landscape has evolved into an entirely unique, mobile-first search environment.

SEO for Mobile

The mobile tipping point in organic search has been reached. In April 2015, Google rolled out its mobile-friendly algorithm. Using a definitive, “yes or no” response ranking factor, this algorithm determines whether a site (or a specific page from a site) is mobile friendly, and then incorporates this information into its ranking decision for a mobile query. (Note that as of this writing, the mobile-friendly algorithm was not being applied to Google News content for mobile queries returning News results, or for Google News–specific searches).

Google’s message with this algorithm update, which it warned would have more of an impact on its search results than either Panda or Penguin (learn more about Panda and Penguin in Chapter 9), was clear: if you want your site’s content to show for mobile queries, you need to build your site for the mobile user experience. At the most basic level, this means that your mobile site must be:

Fast

Pages should ideally load in less than 1 second.

Functional

Page content should display and function properly in mobile browsers (no CSS, JavaScript, image, or other resource blocking).

Finger-friendly

Tap targets (e.g., buttons, links, form fields) should be large enough and properly spaced for small touchscreen use.

Free from redirects and errors

Mobile version URL requests should all return 200 (OK) status codes—no 301/302 redirects or errors, if possible.

There are various ways to implement a mobile version of your site that delivers user-friendly functionality to a mobile browser, with three being accepted by Google. Note that these fall into two general categories for SEO purposes—same URLs, and separate URLs:

Responsive web design, or RWD (same URLs)

Your site utilizes the same URLs for desktop and mobile. Your site’s server always sends the same HTML to all devices, and cascading style sheets (CSS) are used to alter the rendering of the page on the device. Google can generally detect RWD as long as the site’s assets (including CSS) are crawlable.

Dynamic serving, a.k.a. adaptive design (same URLs)

Your site utilizes the same URLs for desktop and mobile, but your site’s server responds with different HTML and CSS depending on the user agent requesting the page.

Separate URLs

Your site utilizes different URLs for the desktop and mobile (and perhaps even tablet) versions of your site’s content (utilizing a subdomain such as m.site.com, for example), with device-optimized content served at each URL version.

Same URL approaches: responsive web design and dynamic serving

As you can see, the first two options (responsive web design and dynamic serving) retain the same URLs across devices, while the third option (separate URLs) creates two entirely separate websites for the search engines to crawl, index, and rank. This is a major factor to consider before developing your mobile site.

A significant advantage offered by using the same URLs is that the mobile site may more effectively inherit the SEO characteristics of the desktop site. In other words, the link profile and social signals are automatically associated with the mobile version of the site (which is not the case with a mobile subdomain). These “same URL” approaches are considered by some to be the best option if you intend to support smartphone-type devices only, and do not plan to support feature phones (e.g., traditional flip phones).

The most cost-effective of these two approaches is usually RWD, as only one site “version” is being created and maintained. For this reason, RWD has seen rapid adoption in the mobile space.

In contrast to RWD, dynamic serving—whereby entirely different site versions are designed and coded with device-specific optimization and user experience in mind—renders different HTML for the same URL request, based on the user agent making the request. While this approach is more budget, development, and maintenance intensive, it often can allow for faster load times, and a more optimized user experience specifically tailored to device type.

Separate URL approach

You may wish to offer a mobile-specific URL for marketing and promotion purposes, or to allow access to the mobile version of your site regardless of the user agent making the request. In particular, if you plan to support both smartphones and feature phones, having a mobile subdomain allows you some additional flexibility in dealing with different screen sizes, or if your site is so large that you can’t provide a separate mobile experience for each page.

Some well-known examples of such URLs include http://m.facebook.com, http://mobile.weather.gov, http://www.hotels.com/mobile/, and http://en.m.wikipedia.org. The benefit of serving up a distinct mobile version instead of serving your standard version with mobile-friendly CSS is that you can trim the file size of the HTML sent to the mobile device, eliminating code that the device won’t be able to run, which improves page load time and makes the page look better to mobile bots. Google provides more information about separate URLs for mobile here: http://bit.ly/separate_urls.

Mobile user agents

Google employs different spiders for the mobile Web: Googlebot-Mobile for feature phones, and the standard Googlebot with an iPhone user agent for smartphones. Bing, on the other hand, uses the same crawler for both mobile content and desktop content, called Bingbot), and utilizes crawler variants in the following format:

Mozilla/5.0 + (Mobile Device) + Mobile Engine + Mobile Browser +
  bingbot/BingPreview/[version]

Both search engines use user-agent detection to determine if a searcher is on a mobile browser or a traditional desktop browser, and will show feature phone users a mobile experience. At the beginning of each browsing session, the user’s hardware and browser combination will communicate a unique identifier to the website’s web server, known as the user agent. This string identifies the nature of the hardware and software making the request.

The best practice for mobile site user experience, and hence for mobile SEO, is to detect the incoming user agent and show the user the version of your site specific to the user’s device. If you are using the same URLs for both your desktop and mobile sites (as in responsive web design and dynamic serving), you simply show users the alternative version of your content. If you are using separate URLs, you will want to redirect mobile users to that mobile URL.

A useful tool for server-side user agent detection is MobileDetect.net, which provides an open source PHP class (Mobile_Detect) for user agent detection and is supported by third-party plug-ins for WordPress, Drupal, Joomla, Magento, Concrete5, and other content management systems, as listed in “3rd party modules”.

General SEO guidelines for mobile

Some general tips for your SEO mobile strategy include the following:

  • Review search engine recommendations for mobile SEO (and check for updates regularly!):

  • Ensure critical site files (CSS, JavaScript, images) are accessible to the search engines; many of these files signal to the search engines that the page is built to display and work well on a mobile browser (i.e., telling the search engine that the page is “mobile-friendly”). Check to make sure your site does not block access to any of these files via robots.txt.

  • If your site is dynamically serving desktop and mobile content based on the user agent requesting the page, use the Vary HTTP header to signal your changes depending on the user agent (http://bit.ly/dynamic_serving).

  • If your site is hosting desktop and mobile content on separate (unique) URLs, annotate the desktop page’s HTML by adding the rel="alternate" tag pointing to the mobile URL, and annotate the mobile page’s HTML by adding the rel="canonical" tag pointing to the desktop URL (http://bit.ly/separate_urls). This can also eliminate any potential duplicate content concerns between the two site versions.

  • Publish only mobile-friendly content (Flash movies or Flash-based websites, for example, are not compatible with mobile!).

  • Include a mobile sitemap according to updated search engine guidelines. As of this writing the most recent mobile sitemap format utilized by Google requires you to include a specific tag (<mobile:mobile/>) for mobile URLs to be crawled. For more information, refer to Google’s documentation on mobile sitemaps.

  • Always test your pages in Google’s Mobile-Friendly Test Tool. This will enable you to see if Google will treat your pages as mobile friendly in their search results.

Mobile site speed

Site speed is a crucial component of mobile SEO success, a point that has been driven home by Google for a number of years now. You can find suggestions for your specific site by using the following tools (the recommendations hold true regardless of whether you choose a same URLs or separate URLs approach):

Additional mobile SEO resources

Other resources you might find helpful for mobile SEO include:

 

NOTE

A special thanks to Michael Martin for his contributions to portions of this section.

App SEO: Deep Linking and Indexing for Mobile Search

Based on the evolution of deep linking and indexation for mobile app content, significant opportunities have emerged for SEO exposure of mobile app content in the near future. App SEO for organic search exposure (different from “App Store SEO,” which has generally referred to optimizing mobile apps for prominence within Apple’s App Store and Google Play) provides a massive opportunity for content discovery via the indexation and ranking of deep content residing within mobile apps. As we have learned over the years with website content delivered via search, as deeper, more targeted content is delivered to a searcher, content (in this instance, app) engagement increases, time to conversion decreases, and search engine results improve.

Various technology companies are targeting the app-specific search landscape. URX has built a deep-link app search API, whereby developers can monetize apps or websites with deep links to contextually relevant in-app content and actions in other apps. In other words, URX has built a search engine that developers use to find a deep link into an app for a specific context. Quixey has built a search engine that relies upon deep linking to help users find the most relevant content within apps in the same way that search engines help users find the most relevant content within websites. Google is also actively including App content in its search results. Coauthor Eric Enge has interviewed Google’s Mariya Moeva on this topic.

App Deep Linking

The indexation of deep-linked content within apps (in-app pages) and the delivery of this content to mobile searchers have opened a world of possibility for apps and the mobile users who use them. In its most basic definition, app deep linking enables a link to send a user (or a search engine crawler) to deep, targeted content within an app (such as a specific page, tab, or view) based on his intent, as opposed to sending him to the app’s home page—something we take for granted on desktop when we share deep-linked content from various websites or when we click on a link in search results. In essence, deep links take the user directly to what he wants to do within the app, increasing app engagement, decreasing the time to conversion for targeted in-app behaviors, and improving the relevance of results in mobile search. All things considered, the mobile search ecosystem is poised to support this trend of driving intent-based traffic to mobile apps.

Deep linking to in-app pages and functionality also allows users to share deep content across various platforms (email, social sharing, SMS), further increasing engagement levels. And from an SEO perspective, it is likely that we will eventually see external linking, social, and other engagement signals applied to deep-linked app URLs much in the same way that we see them applied to website URLs in SEO today.

Deep linking URL schemes

In order to provide deep links to your in-app content, you will need to create a unique URL scheme with routing parameters (path, query string, etc.) representing the custom actions to take within the app, register these with the operating system, and map the routes to content destinations or user actions within the app. An example of a deep linking scheme with a routing parameter is twitter://timeline. When entered into a mobile browser, this opens the Twitter app and links directly to the device user’s timeline.

URX and MobileDeepLinking.org provide helpful tutorials on deep linking for both the novice and the app developer.

Deep linking standards

Deep linking standards attempt to define for app developers how to create in-app URL schemes so that the various platforms that publish these URLs can understand them. There are various cross-platform standards, as outlined by these providers:

Deep linking tracking and optimization opportunities

Increasingly, tools are being developed to provide deep linking capabilities as well as acquisition data “outside the app,” filling a historical gap within traditional mobile app analytics solutions and enabling app marketers to utilize user intent metrics—which can provide greater insight into organic attribution and drive intent-based content delivery.

A sampling of these tools includes:

AppLinks

Open, cross-platform solution for basic app-to-app linking (used by Facebook, Pinterest, Spotify, Venmo, and others)

Tapstream

Marketing dashboard providing tools for deferred deep linking, onboarding links, and A/B testing

Yozio

Platform offering solutions for deferred deep linking, dynamic linking, and A/B testing

A quick note on tools that provide third-party URLs for deep links to your app content, as opposed to using your own app link URLs: there may come a time in the future when it is smarter to develop your own deep link URLs for the same reason that you develop your own URLs for your site content—so that social shares and external links can be built over time and credited to your owned URL.

App Indexing

Google currently offers its App Indexing API to allow developers to notify Google about deep links in their native apps, which Google uses to index content that it then serves in mobile search results. Google also states that the App Indexing API allows the Google App to drive reengagement through Google Search query autocompletions.

Bing currently indexes apps for search on Windows and Windows Phone via the Windows Phone Store URL.

Optimizing for News Search: Google News

As a major traffic driver to news-based web content, Google News should be at the top of your list for news search optimization. Google News offers publishers visibility beyond just the Google News site, as Publisher articles will also show up in regular Google searches. Certain queries around headline news and current events will trigger Google to show a fresher set of results. Some of these articles are presented in a cluster and labeled “In the news,” which gives publishers the opportunity for their most recent articles to appear at or near the top of the results page.

There are many types of queries that will trigger a “news box.” Examples are disasters (tsunamis, earthquakes, storms), attacks (school shootings, terrorists), elections, holidays, significant sporting events (Olympics, World Cup, Superbowl), large brand names, and deaths of notable persons. Figure 10-16 shows a news box inserted at the top of the SERP for the query ebola.

Until very recently, news clusters in search results contained only articles from approved publishers accepted into Google News. In October 2014, Google began including other sources in the news box as well, such as reddit, Twitter, or very small niche sites.

A news box in a Google SERP for a search on “ebola”
Figure 10-16. A news box in a Google SERP for a search on “ebola”

Acceptance Criteria

Publishers must meet very strict quality standards to be accepted into Google News, and these standards are strongly enforced (both for getting in and for staying in). In Google’s News Publisher Help section, Google outlines its News requirements in detail. You should read through these guidelines very carefully before applying.

Here are some of the general requirements:

  • Your site must contain clearly accessible contact information, including a physical address, phone numbers, and email.

  • If your site has a common publication name, there is likely already a publisher in Google News with the same name. You will need to submit your site with a unique name. For example, the Star Tribune submitted its publication name as Minneapolis Star Tribune. Be sure to omit extraneous articles (such as the) and descriptive clauses.

  • If your site is available in multiple languages, you must submit separate requests for each version.

Application Process

Once you are certain that your site complies with all the requirements, submit your application to Google News at https://support.google.com/news/publisher/answer/40787#contact=1&ts=3179198.

Be thorough and precise when filling out the application. It can take a couple of weeks for Google to review an inclusion request. If the application is denied, no reason will be provided and you cannot reapply for 60 days, so be sure that your submission is as accurate and complete as possible.

Paywalls and Subscription Sites

Sites that require registration to view articles or have a “paywall,” whereby article access requires a subscription, are labeled as such in Google News (see Figure 10-17).

Google News content behind a paywall
Figure 10-17. Google News content behind a paywall

Stories labeled as “subscription” tend to receive fewer clicks than articles that are free. This consequently reduces the click-through-rate for that publication. Because CTR is a strong signal in the ranking algorithm, subscription sites will tend to get less visibility in Google News than sites that are free to users.

As an alternative to labeling a site as a subscription, Google offers a program called First Click Free, or FCF (http://bit.ly/reg_sub). With FCF, publishers must allow users referred from Google to bypass the paywall for that particular article. For any additional clicks during that session, the publisher can present the user with the paywall.

FCF requires that visitors from Google be permitted five free clicks each day, regardless of whether the paywall is hard (no free article views) or metered (views allowed up to a certain number of articles within a certain timeframe, typically one month). For example, the New York Times limits nonsubscribers to viewing 10 articles per month. It is important to understand that FCF overrides the publisher’s metered allotment. Once the user has viewed her monthly allotment of free articles, she must subscribe (or register) to view additional articles. However, sites that implement FCF must still allow this user to access the first article free if she is referred from Google, and they must allow this five times each day.

Google News Publisher Center

Google News is different from Google web search in that it is a static environment when it comes to content discovery. The crawler goes no more than one level deep from a set of pages that are entered into its database when a publisher is accepted into Google News. If your site launches a new section page or subsection page, Google News will not find that page just from crawling a new link in your navigation. You must notify the Google News publisher help team, and they will manually update their system to add a new source page to your crawl.

For dynamic, growing publisher sites, this creates a tedious and often uncertain cycle of requesting frequent changes to your registration, which is a manual process. Google hates manual processes, hence the new Google News Publisher Center. This is a tool designed to facilitate the addition, removal, and “labeling” of new site pages by allowing publishers some control over updating section pages and their labels.

How to add, edit, or delete a section URL

Figure 10-18 and Figure 10-19 show the screens for managing sections in Google News.

Add/deleting a section URL in Google News
Figure 10-18. Add/deleting a section URL in Google News
Adding and labeling a section URL in Google News
Figure 10-19. Adding and labeling a section URL in Google News

How to update source details

Figure 10-20 shows the screen for managing source details in Google News.

Editing source details in Google News
Figure 10-20. Editing source details in Google News

Technical Requirements

Google News has some unique technical content requirements, many of which are more particular than the web search algorithm. For example:

  • The text that makes up an article’s date information and author byline should be the only text or code between the article’s headline and the article’s first sentence. It should be placed in a separate line of HTML between the article’s headline and the article’s body text.

  • The URL for each article must contain a unique number consisting of at least three digits (http://bit.ly/article_urls); however, this rule is waived for URLs submitted via News sitemaps.

  • Articles must contain a minimum of 80 words. This means that short news briefs or pages with a video and a single brief paragraph are unlikely to be included in the news index.

  • The HTML source page of a section or article must be less than 256 KB in size. This can be an issue for pages that use infinite scroll or have a substantial number of user comments.

  • Pages that display multiple articles at the same URL will not be included.

  • Image links or links embedded in JavaScript cannot be crawled.

  • Section and article pages must be on the same domain (or subdomain) as your main site (exceptions are videos on YouTube.com and RSS feeds on Feedburner.com).

  • Sites encoded in UTF-8 are optimal, and article pages must have an HTTP content-type of text/html, text/plain, or application/xhtml+xml.

  • If your publication mixes news with other types of content such as advice columns, how-to articles, weather forecasts, stock data, classified ads, or paid advertorials, Google News expects you to prevent this content from getting crawled. There are three methods you can use to accomplish this:

    • Use a page-specific meta tag:

      <meta name="Googlebot-News" content="noindex, nofollow">
    • Place all of your non-news content in different subdirectories (or subdomains), such as http://example.com/jobs or http://jobs.example.com and block Googlebot-News access to these sections in the robots.txt file.

    • Create a Google News sitemap for your news articles only and inform Google News (http://bit.ly/report_issue) that you prefer to have your articles crawled exclusively from there.

Headlines

The technical specifications for headlines are as follows:

  • Headlines must contain at least 10 characters and be between 2 and 22 words in length.

  • Do not link article headlines (linked headlines are a default setting in some site templates).

  • Wrap the article headline in an <h1> tag. Ideally this will be the only <h1> tag on that page.

  • The article headline should also be in the <title> tag, placed before any additional information such as the publisher name or the section.

    • Like this:

      <title>This is the headline - Lifestyle - Daily Publisher</title>
    • But not like this:

      <title>Daily Publisher - This is the headline</title>
    • And not like this:

      <title>Lifestyle: This Is the Headline - Daily Publisher</title>
  • If the headline in the <title> tag is significantly different from the headline in the <h1> tag, this can prevent the story from being included in Google News.

Meta tags

Google News has certain requirements regarding the use of meta tags as well.

canonical

If you publish the same article on multiple pages within your site, use the rel="canonical" link element to specify which URL to rank for a story.

Meta description

Google News does not use the meta description tag for snippets. Instead, the crawler looks at article body text near the headline (http://bit.ly/incorrect_snippets).

There are two meta tags that are specific to Google News and do not apply to web search: news_keyword and standout.

news_keyword

This tag is the only on-page keyword tag that is used for ranking by the major search engines.

The news_keyword tag is placed within the page’s <head> tags. It can be used to specify keywords that are highly relevant to the article but might not be in the headline or the first paragraph of the story. For example, an article with the headline “USA vs. Belgium Breaks Another Ratings Record” could use the tag like this:

<meta name="news_keywords" content=" FIFA, soccer, football, World Cup 2014">

Commas are the only punctuation allowed in this field and should be used to separate each keyword or phrase. You can use up to 10 terms for a given article and all keywords are given equal value, so the first keyword is not considered a stronger signal than the tenth keyword. Words that are contained in the headline or the first paragraph do not need to be repeated in the news_keywords tag.

standout

When a publisher breaks a news story, it is important to Google News to attribute that article as the original source, but algorithmically this has been a challenge. In late 2010, Google announced a new meta tag named standout that publishers can use to designate a particular article as the source of a story or as an exceptional piece of journalism. Google provides the following criteria to determine when the use of this tag is appropriate:

  • The article is an original source for the story.

  • Your organization has invested significant resources in reporting or producing the article.

  • The article deserves special recognition.

  • The standout tag has not been used on your own articles more than seven times in the past calendar week.

When another publisher breaks a story and your organization writes about it, refers to it, or otherwise draws from it, Google strongly suggests using this tag in your article to credit that publisher by citing its URL in your standout tag. If your article draws on more than one piece of original or exceptional journalism, you can use multiple standout tag citations within your article. Citing standout articles from other publishers does not count against your limit of seven self-citations per week.

The standout tag cannot be added after the article has been published. This tag is placed in the page <head> and can be coded as a meta tag or as a link tag:

<head>
...
<meta name="standout"
content="http://www.example.com/breaking_exclusive_story_2314"/>
</head>
<head>
...
<link rel="standout"
href="http://www.example.com/breaking_exclusive_story_2314"/>
</head>

When the href URL points to itself, Google interprets the tag as a self-citation. When the href URL points to another publisher’s page, the tag is considered to be an out-citation.

Article expiration

This tag is treated as a removal request and is used to specify that an article should be removed from the Google index at a certain time. To function properly, the tag must be included in the article at the time that it is first crawled. It will take about a day after the removal date passes for the page to disappear from the search results. The date and time must be specified in the RFC 850 format as follows:

<meta name="googlebot" content="unavailable_after: 25-Aug-2011 15:00:00 EST">

Date

This tag can be used in addition to the date and time specified in the article byline. Use W3C format:

<meta name="DC.date.issued" content="YYYY-MM-DD">

Thumbnail Images in Google News

Google News includes a thumbnail image in almost every cluster displayed in either web search results or on the Google News home and section pages (see Figure 10-21). Having your article’s image used as the thumbnail for a cluster can increase the amount of clicks that story receives.

Google News article thumbnail image
Figure 10-21. Google News article thumbnail image

Images must be hosted on the publisher’s domain—not an external domain or content delivery network (CDN)—and must use a standard filename extension like .jpg.

Use the following guidelines to increase the likelihood of getting your article images included:

  • Place images near the article headline.

  • Place images inline within the article content.

  • Use well-written captions.

  • Use images that are fairly large in size (at least 60 pixels by 60 pixels).

You can find additional image information for Google News at http://bit.ly/missing_images.

Recrawling

Google News does recrawl articles, but most recrawls occur only within the first few hours after discovery. Google’s system is generally better at detecting and displaying bigger updates, such as a substantial change to a headline or the lead paragraph. If an article is edited after being indexed in Google News, there is no guarantee that the article will get recrawled and updated.

Google News Sitemaps

Google News uses the standard Sitemaps protocol, but with additional news-specific tags such as related keywords, article images, content genres, and relevant stock tickers. Even though a standard sitemap file can include multiple types of content, it is better to create a separate News sitemap for your news content. A News sitemap allows your content to be discovered more efficiently and comprehensively because you can feed all of your news articles to Google News even if they are not linked from a section page in the News database. If your site contains a mix of news and non-news content, you can use the sitemap to exert more granular control over which content is submitted. The News sitemap will accept URLs that do not include the three numbers required for discovery from crawling.

A News sitemap is particularly recommended for:

  • Sites that have been recently added to Google News

  • Sites that often add new section pages or change existing section URLs

  • Sites that require users to follow several links to reach news articles

NOTE

The Google Sitemap Generator cannot be used to create a News sitemap. There are a number of third-party tools recommended by Google that can help you to generate a Google News sitemap (http://bit.ly/sitemap_generators).

News sitemap guidelines

Here are the guidelines for creating a News sitemap:

  • Upload the sitemap to your root directory.

  • Update the sitemap immediately after publishing a new article.

  • Do not include articles older than 48 hours.

  • For the publication date, refer to the W3C format, using either the “complete date” format (YYYY-MM-DD) or the “complete date plus hours, minutes, and seconds” format with time zone designator (YYYY-MM-DDThh:mm:ssTZD) format. Use the original date and time at which the article was published on your site, not the time the article was added to your sitemap.

  • A News sitemap with more than 1,000 URLs must be broken into multiple sitemaps with a sitemap index file.

News sitemap fields

The following subsections describe the guidelines and requirements for the News sitemap fields.

Publication name

Make sure that your publication name in the sitemap exactly matches the name you used when you submitted your application for Google News. If your publication name is Daily Herald, but you submitted it as Gotham Daily Herald because Google News already contained a publication named Daily Herald, your sitemap publication name must also use Gotham Daily Herald.

Access (paywalls and registrations)

The <access> tag takes one of the following values:

Subscription

An article that requires users to pay to view content

Registration

An article that requires users to sign up for an unpaid account to view content

For publishers that include a mix of free and paid articles, the only way to designate this on an article-by-article basis is by using the <access> tag within a News sitemap feed.

Genres (content types)

Values for the <genres> tag are required when applicable and restricted to the following five options. The tag can contain more than one value, separated by commas:

Satire

An article that ridicules its subject for didactic purposes

OpEd

An opinion-based article that comes specifically from the Op-Ed section of your site

Opinion

Any other opinion-based article not appearing on an Op-Ed page

PressRelease

An official press release

Blog

Any article published on a blog, or in a blog format

Keywords

The keywords field contains a comma-separated list of keywords describing the topic of the article. Keywords may be drawn from, but are not limited to, the list of existing Google News keywords.

Images

The most effective way to get your images indexed is to include them in your News sitemap feed. Here is an example of a sitemap entry for a story with an associated image:

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

<url>
<loc>http://www.example.org/sample.html</loc>
<news:news>
<news:publication>
<news:name>Example Times</news:name>
<news:language>en</news:language>
</news:publication>
<news:publication_date>2014-10-23</news:publication_date>
<news:title>President Announces New Education Initiative</news:title>
</news:news>

<image:image>
<image:loc>http://img.example.com/story-image.jpg</image:loc>
</image:image>
</url>

Stock tickers

For business articles, you can include a comma-separated list of up to five stock tickers of companies that are the main subject of the article. Each ticker must be prefixed by the name of its stock exchange, and must match its entry in Google Finance (http://bit.ly/missing_images).

Example Google News sitemap

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
 xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

<url>
<loc>http://www.example.org/business/article55.html</loc>
<news:news>
<news:publication>
<news:name>Example Times</news:name>
<news:language>en</news:language>
</news:publication>
<news:publication_date>2012-12-23</news:publication_date>
<news:title>Companies A, B in Merger Talks</news:title>
<news:access>Subscription</news:access>
<news:genres>Opinion,Blog</news:genres>
<news:keywords>business, merger, acquisition, Company A, Company B</news:keywords>
<news:stock_tickers>NASDAQ:A, NASDAQ:B</news:stock_tickers>
</news:news>
<image:image>
<image:loc>http://img.example.com/story-image.jpg</image:loc>
</image:image>
</url>

Google News sitemap validation

The following XML schemas define the elements and attributes that can appear in a News sitemap file. A News sitemap can contain both News-specific elements and core sitemap elements:

There are a number of tools available to validate the structure of your sitemap based on these schemas. You can find a list of XML-related tools at the following locations:

To validate your News sitemap file against a schema, you’ll need to provide additional headers in the XML file as shown here:

<?xml version='1.0' encoding='UTF-8'?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
     xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
       http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd
       http://www.google.com/schemas/sitemap-news/0.9
       http://www.google.com/schemas/sitemap-news/0.9/sitemap-news.xsd">
<url>
    ...
</url>
</urlset>

Google News sitemap submission

There are a couple of different ways to submit a sitemap to Google News.

Via robots.txt

You can add the location of your News sitemap file to the robots.txt file.

Sitemap: http://example.com/sitemap_location.xml

This directive is independent of the user-agent line, so it does not matter where you place it in your file. If you have a sitemap index file, you only need to include the location of the index file rather than each individual sitemap.

Via Google Search Console

Even if you specify the location in the robots.txt file, you should also upload the sitemap through your Search Console account. Doing this will provide you with access to detailed information should your sitemap contain errors.

Here’s how to submit a sitemap in Search Console:

  1. Log in to Google Search Console or set up an account if you don’t have one.

  2. On the Search Console home page, click the site for which you want to manage sitemaps.

  3. On the lefthand menu, click Crawl to expand the Crawl menu, and then click Sitemaps from the Crawl menu list.

  4. Click the Add/Test Sitemap button in the top-right corner of your screen.

  5. In the text box that pops up, add the complete URL path to your sitemap or the sitemap index file.

  6. Click Submit.

  7. Refresh your browser to see your new sitemap in the sitemaps list.

Here’s how to test a sitemap:

  1. Log in to Google Search Console or set up an account if you don’t have one.

  2. On the Search Console home page, click the site for which you want to manage sitemaps.

  3. On the lefthand menu, click Crawl to expand the Crawl menu, and then click Sitemaps from the Crawl menu list.

  4. Click on a sitemap in the list to open the Sitemaps Details page and click Test Sitemap in the top-right corner. Alternatively, if you don’t see the sitemap you’re looking for, click Add/Test Sitemap on the main Sitemaps page, enter in a URL path in the text box of the dialog that appears, and click Test.

  5. Once the test is completed, click Open Test Results to see your test results.

  6. Once you correct any issues identified by the test, you can click Resubmit to alert Google of any changes.

And finally, here’s how to view the Sitemap Details page:

  1. Log in to Google Search Console or set up an account if you don’t have one.

  2. On the Search Console home page, click the site for which you want to manage sitemaps.

  3. On the lefthand menu, click Crawl to expand the Crawl menu, and then click Sitemaps from the Crawl menu list.

  4. In the list of sitemaps, click the sitemap you want to examine to open the Sitemaps Details page. From this page, you can view errors, indexing statistics, and more.

News crawl errors

Publishers in Google News can view news-specific crawl error reports (http://bit.ly/news_crawl_errors) in their Google Search Console account:

  1. From the Dashboard, click Crawl > Crawl Errors.

  2. Click on the News tab to see crawl errors specific to your news content.

  3. Crawl errors are organized into categories, such as “Article extraction” or “Title error.” Clicking on one of these categories will display a list of affected URLs and the crawl errors they’re generating.

Videos in Google News

Only videos from publishers accepted in Google News will be included. Videos can be embedded in an article with the YouTube player, or publishers can create a YouTube channel and share it with Google News. To be included in Google News, YouTube channels and embedded videos must adhere to the following guidelines:

  • Videos should be timely, reporting on current news events. No how-to videos, promotions, movie trailers, or music videos are allowed.

  • Videos should be uploaded as quickly as possible. This will help them to be grouped with the most recent articles.

  • Videos containing a single story rather than multiple segments are preferred.

  • Video titles should be descriptive and specific (not generic like “Breaking News”).

  • The video description field should contain a lot of detail. Convey the who, what, when, where, and why of the story.

  • The video keyword tags field is very helpful. Include the names of the people, places, companies, and events mentioned in the video.

  • Each video must be assigned to a category when it is uploaded. For general news coverage, select the YouTube category “News & Politics” (which is youtube_category_id 25).

  • Audio must be clear and easy-to-understand. Images should be in focus.

  • All content must be original and unique. Music, images, and text within videos must belong to your organization or be used with legal permission.

  • Videos must be embeddable on other sites to be displayed in Google News.

  • Video that are geoblocked in certain regions will not appear in Google News.

Additional YouTube channel guidelines are as follows:

  • Only YouTube channels from publishers already in Google News will be included.

  • Regularly updated channels are more likely to be accepted.

  • A YouTube channel can be customized to reflect your organization’s branding. In the channel profile section, include information about your organization and links to your site.

  • If you have multiple channels, clearly identify each category (politics, business, entertainment, sports, etc.).

Once the YouTube channel is ready, inform Google by using its “Adding a New Section” form:

  1. Add the URL of your YouTube channel in the field under “New section URLs.”

  2. In the pull-down menu for Category, select “YouTube channel,” which is near the end of the list.

  3. Make sure you also include your publication name and URL at the start of the form.

You can find additional information about videos in Google News at these sites:

Editor’s Picks

The Editor’s Picks feature allows publishers to showcase original, innovative news content with their publication logo. Editor’s Picks are displayed in a sidebar module in the right column on the Google News home page and certain section pages. Editor’s Picks can include content that Google News might not index otherwise, such as long-form narrative articles, slideshows, interactive graphics, or video stories. Publishers can provide up to five links that represent the organization’s best original journalistic work at any given moment.

Publishers can participate in Editor’s Picks by creating and submitting a custom RSS or Atom feed. Up to three different feeds can be submitted—one for the home page, and one each for the Technology and Business sections.

The following are a handful of important guidelines about submitting and maintaining this feed:

  • Include only news content (no links to subscription offers, how-to articles, stock quotes, classified ads, weather forecasts, etc.).

  • Individual items in the feed can be older than 48 hours, as long as at least one item in the feed has been recently updated. Ideally, the feed should be updated once or twice per day. At least one additional item must be added to the feed every 48 hours. Feeds not updated at all within 48 hours will not be shown to users.

  • Only feeds containing at least three articles are displayed. If there are more than five articles, only the top five articles will be shown.

  • It is recommended to include an author name for each article. Without this information, the byline will be presented as “<Publisher> Staff.”

  • Headlines longer than 75 characters get truncated.

Once your feed is ready, submit it at https://support.google.com/news/publisher/contact/editors_picks.

Additional guidelines and instructions on Editor’s Picks are available at: http://support.google.com/news/publisher/bin/answer.py?answer=1407682.

NOTE

A special thanks to Alex Bennert for her contribution to the Google News section of this chapter.

Optimizing for Video/Multimedia Search

Video search offers a tremendous opportunity for organic search traffic via your video content. The first component of video search optimization involves improving the ranking of your video content in Google’s “universal” search results. The second involves improving the ranking of your videos in YouTube (the second largest search engine).

According to data from comScore qSearch for May 2014, in the United States, Google had 12.5 billion explicit core searches that month, YouTube had 4.0 billion search queries, Microsoft had 3.5 billion searches, and Yahoo! had 1.8 billion. So, even if most SEOs know YouTube is the second largest search, they still focus on Google.

An analysis of Google Universal Search results by Searchmetrics (June 18, 2014) found that videos appear in 65% of Google searches in the United States. However, 54% of these video results were from YouTube, about 5% were from Vimeo, about 5% were from Dailymotion, and no other video provider got more than about 1%. In addition, the average first video integration from YouTube was about two positions ahead of the average first position of a competitor’s video.

So, although it may seem counterintuitive, your best strategy for improving the ranking of your video content in Google Universal Search results often involves improving the ranking of your videos in YouTube first.

Video SEO for YouTube

Today, more than 100 hours of video are uploaded to YouTube every minute. That means 144,000 hours of video are uploaded to YouTube every day. So you’ve got to optimize your videos, playlists, and channel to give them the best potential for success on the platform.

Although YouTube’s algorithm doesn’t change over 500 times a year like Google’s algorithm does, the tips outlined here should come with the advisory best if used before the next algorithm update. For example, YouTube officially replaced “view count” with “watch time” as a ranking factor in October 2012. This adjusted the ranking of videos in YouTube search to reward engaging videos that keep viewers watching and benefit channels if their videos drive more viewing time across YouTube.

On the other hand, “relevance” has remained a ranking factor since the early days—that is, before Google acquired YouTube for $1.65 billion in October 2006. So, recognizing that some things will change while others will remain the same, here are key strategies, best practices, and important tips for video SEO (freshness date: July 2014).

Conduct keyword research

When conducting keyword research for video SEO, one of the first tools that you should consider using is Google Trends. Google Trends enables you to take popular search queries and explore traffic patterns over time and geography. In March 2013, Google Trends added YouTube search data going back to 2008, making it a great tool to look at video trends. Just visit Google Trends and enter up to five terms or phrases in the search box, and the default setting will display web search interest. Then, on the upper right, click on “Web Search” and choose “YouTube Search” for YouTube search interest. You can slice by region, time, or category as well. You will quickly see—and be able to show others—the similarities and/or differences in Google and YouTube search trends. For example, web search interest in “Chevy” and “Chevrolet” was the same in June 2014. But, if you compared the YouTube search interest for these two terms, you would see that “Chevy” was almost twice as popular as “Chevrolet” that month.

Another trending tool to check out is YouTube Trends, which shows you the latest trending videos and topics on YouTube.

Optimize your metadata

YouTube uses metadata—your video’s title, tags, and description—to index your video correctly. To maximize your presence in search, suggested videos, and promotion, make sure your metadata is well optimized. Your title can be up to 100 characters long. Your description can include up to 5,000 characters. Your tags can be up to 120 characters. Use every one of these limits for each of your videos.

Title

Make your title compelling—this is your video’s headline. If it showed up in a search, would you click on it? Other guidelines include:

  • Always represent your content accurately.

  • Offer keywords first, branding at the end.

  • For serial content, add the episode number to the end of the title.

  • Update video titles so they continue to grab views.

NOTE

Avoid titles that trick viewers into clicking on the video. This will cause drop-offs in the first few seconds of your video and will negatively impact your video’s watch time.

Description

Only the first few sentences of your description will appear in search results or above the fold on a watch page, so make them count! Follow a template for all of your video descriptions to create consistency.

A video description should:

  • Accurately describe your video’s actual content (transcript excerpts are ideal) in one or two sentences.

  • Describe your channel and link to your channel page.

  • Drive viewers to subscribe (so include a subscribe link).

  • Link to other episodes or related videos and playlists.

NOTE

While you may want to link offsite in your videos, keep in mind that this could affect your video’s watch time. Videos with lower watch times appear lower in search results. YouTube’s new “metadata defaults” feature allows you to create templates for your metadata and ensure important text or links are always included when you upload a video.

A video description may:

  • Include your channel’s release schedule.

  • Include links to time-codes in the video for long-form content.

  • Include a recurring keyword tagline. The keyword tagline is a group of sentences that describe your channel. They should include several search-driven keywords. Repeating this tagline in episode descriptions will inform first-time viewers about your channel.

NOTE

Remember that it is a violation of YouTube’s Terms of Service to use misleading metadata on your videos.

Tags

Tags are descriptive keywords that will help people find your videos. Create a set of standard tags for your channel that can be applied to any video you publish (e.g., filmmaking, animation, comedy, “Funny Videos,” “Pet Videos,” etc.):

  • Include a mix of both general and specific tags.

  • Use enough tags to thoroughly and accurately describe the video.

  • Update catalogue videos’ tags when new search trends emerge.

  • Properly format tags to ensure appropriate indexing of your video.

  • Include keywords from your title in your video’s tags.

  • List tags in order of relevance to the video and try to use the whole 120-character limit.

NOTE

Update the metadata on your older videos if their titles, tags, or descriptions are not optimized. This can increase views even if a video’s been public for a long time.

Create custom thumbnails

Thumbnails show up in different sizes and formats all across the platform and beyond. Make sure you’ve got a strong, vibrant image that pops no matter what size it is.

General guidelines:

  • When shooting a video, take shots that will make great thumbnails.

  • Always upload custom thumbnails with the video file.

  • Make sure the thumbnail is not racy.

  • Consider the legibility of your thumbnail at multiple sizes. Thumbnails change size depending on the YouTube placement and device.

Visual guidelines:

  • Use visual cues (colors, images, shapes, personalities) that are consistent with your brand.

  • Thumbnails should be clear, in focus, and high-resolution (640px × 360px minimum, 16:9 aspect ratio).

  • Use bright, high-contrast images.

  • Include close-ups of faces.

  • Use visually compelling imagery.

  • Make sure your thumbnail is well framed with good composition.

  • Ensure the foreground stands out from background.

  • Check that the thumbnail looks great at both small and large sizes.

  • Be sure the image accurately represents the content.

NOTE

Upload high-resolution thumbnails so they appear crisp and clear wherever viewers happen to see them.

Optimize your annotations

Annotations are clickable overlays that you can add to your YouTube videos. You can use annotations in a huge variety of ways; brands and partners are always thinking of new and innovative uses.

Annotations are a great way to encourage your viewers to engage with your video and take meaningful actions as a result. The key is to create an annotations experience that is conversational and interactive.

Use annotation in these cases:

  • Subscribe direct link. Annotate the “subscription confirmation” page to make it easy for viewers to subscribe to your channel.

  • Navigation. Highlight your newest video, create a table of contents for long videos, or prompt users to enter a sequential playlist viewing experience (e.g., “Click here for the next video in this series”).

  • Calls to action. Drive engagement by inviting viewers to like, comment, or respond to questions. Complement scripted calls to action in the video with textual annotations.

Annotation best practices:

  • Avoid annotations along the very top of the frame. This is where your title will show if it’s embedded.

  • Don’t obstruct the actual content.

  • Don’t bombard the viewer. This can feel “spammy.”

  • When appropriate, set annotations to open a new window when clicked. Be careful! Don’t take viewers away from a video too soon.

  • Annotations at the end of a video should open in the same window.

NOTE

Measure the effects of your annotations in YouTube Analytics with the “Annotations” report.

Spotlight annotations

Most annotation types are self-explanatory. Spotlight annotations stand out because they allow creators to subtly create clickable areas within a video. The text appears only when a viewer mouses over it; a light outline shows otherwise. This is a great way to include unobtrusive but clickable annotations.

InVideo Programming annotations

Unlike regular annotations, InVideo Programming allows you to promote both your channel and any one of your videos on YouTube across all of your uploads. Here’s how InVideo Programming works:

  • When promoting videos, it pulls in the thumbnail as the annotation. Videos with optimized thumbnails perform better.

  • It allows you to upload a custom, transparent, square image to promote your channel. Unsubscribed viewers who mouse over the channel image can subscribe to your channel without interrupting the video.

  • InVideo Programming annotations are viewable on mobile devices.

Optimize your captions

Providing captions makes your video content accessible to a wider audience. It also acts as additional metadata, which helps your video show up in more places on the site. If your video is captioned for multiple languages, it will also be searchable in those languages.

Create and optimize playlists

Creating playlists allows you to collect, organize, and publish multiple videos together. This increases watch time, encourages user engagement with your channel, and creates another asset that will appear in search results and in Suggested Videos. You can create playlists using your own videos, other videos, or a combination of both.

Use playlists as follows:

  • Group a set of videos that you want viewers to enjoy in a single session or in a particular order.

  • Organize videos around a theme or a tent-pole event.

  • Separate multiple shows into playlists and feature them on your channel.

  • Combine your most-viewed videos with new uploads.

  • Curate good brand-advocating videos (reviews, testimonials, hygiene, etc.) created by your community.

Playlist best practices:

  • Choose a strong thumbnail for your playlist. Make it pop!

  • If a playlist needs context, upload a short, snappy intro video or interstitial videos with a host. Create a hosted playlist.

  • Make your metadata work for you. A strong title, tags, and description will help people find your playlist.

  • Use Playlist Notes to write conversational asides about individual videos.

  • Use in-video messaging, annotations, end cards, and links to send viewers to a playlist.

  • Feature your playlist on your channel page by creating a new “section.”

NOTE

To link to a video in Autoplay playlist mode, click the Share button and then copy and paste that URL. The video link will launch the whole playlist.

Optimize your channel

Your channel is the face of your brand on YouTube. It allows you to collect and organize all your videos in one place. Several customizable channel features will help ensure that you’re delivering the best experience for your viewers while making your brand more discoverable across YouTube.

A number of channel features will follow your videos across the YouTube site and on devices—make sure that they effectively represent your brand personality:

Channel name

Pick a short, memorable channel name in line with your brand identity. This will appear widely across YouTube, so make sure it’s the best representation of your brand.

Channel icon

Upload a square, high-resolution image to be your channel’s icon across YouTube. The image will appear alongside all your videos on the watch page. (In most cases, you can use your brand’s logo.)

Channel description
  • The first few words of your channel description appear most frequently across the site, so highlight your most important branding up front.

  • Include your upload schedule, especially if you host multiple content types or series.

Channel art
  • Channel art is your channel’s primary branding across all devices. Create customized, visually compelling channel art. Busy images don’t scale well, so keep the image simple.

  • Add website and social media links to the About tab. Include these links in your channel art to help tie your YouTube presence to the rest of your online brand.

  • Check how your channel looks in search, related channels, and the channel browse page. Do your channel icon, channel name, and channel art do a good job representing your brand to potential fans?

NOTE

Associate your official website with your YouTube channel.

Optimizing for subscribed fans

In the Browse view of the channel page, subscribed and unsubscribed viewers see different versions of your channel.

What to watch next
  • Subscribed viewers see personalized recommendations of “What to Watch Next” based on their viewing history.

  • Promote a video with InVideo Programming to make it appear first in the “What to Watch Next” recommendations.

Recent activity
  • Your most recent feed posts will appear on your channel page in the recent activity feed and on the activity tab.

  • Keep your feed active with uploads, likes, and channel posts. This will give your fans another reason to come back regularly.

NOTE

Your top section will show up most frequently across devices. Make sure it will draw in new viewers.

Optimizing for unsubscribed viewers

The unsubscribed view is your first opportunity to convince potential fans to subscribe.

Channel trailer
  • Enable the channel trailer for unsubscribed viewers. This video will autoplay, so tell new visitors what your channel’s all about and why they should subscribe.

  • Keep your trailer short, but make sure you ask the fans to subscribe!

  • Show, don’t tell. Give potential fans a taste of your best content.

Sections
  • Sections organize videos, playlists, and channels on your channel’s Browse page. Subscribed and unsubscribed viewers will see them.

  • Sections can divide your content by genre, theme, show, or any other criteria. Effective organization will help your audience find the content most relevant to them.

Gain subscribers by promoting your channel

Once you’ve optimized your channel for new viewers, it’s time to use YouTube tools to bring them there.

InVideo Programming – Channel Promotion
  • Enable Channel Promotion in InVideo Programming to place your channel icon across your entire video library.

Annotations and calls to action
  • Use end cards or other clickable annotations to push viewers to your channel page.

  • Vocal calls to action along with annotations or video description links can help increase click-through rates.

Linking with Google+
  • Link your YouTube channel to your Google+ page to amplify the social reach of your videos, increase discoverability of your content, and offer a more streamlined Google experience. Doing this also enables new features for easier management of your YouTube channel.

Related Channels
  • Related Channels are promoted channels populated by YouTube that appear on your channel page. Recommendations are based on channels that are similar to yours.

  • Be sure to enable Related Channels. Disabling the feature will prevent your channel from being promoted on other channels.

Featured Channels
  • Featured Channels are channels you choose to promote on your channel page. For instance, highlight other channels in your brand’s portfolio.

  • If you are promoting a large number of channels, rotate through the list using the “shuffle” feature. This ensures all your channels get visibility.

NOTE

Make sure your icon doesn’t distract from the videos or overlap with existing annotations.

Optimize watch time

As mentioned earlier in this chapter, watch time is an important metric for video SEO on YouTube. The algorithm for suggesting videos prioritizes those that lead to a longer overall viewing session over those that receive more clicks. Viewers benefit from more enjoyable content being suggested to them, and creators benefit from more focused, engaged audiences.

If you’re making videos that people are watching well beyond the first click, those videos will be suggested more often. Here are some guidelines:

  • Be an effective editor. Create a compelling opening to your videos and then use programming, branding, and packaging techniques to maintain and build interest throughout the video.

  • Build your subscriber base. Subscribers are your most loyal fans and will be notified of new videos and playlists to watch.

  • Involve your audience in your videos, encourage comments, and interact with your viewers.

  • Build long watch-time sessions for your content by organizing and featuring content on your channel.

  • Create a regular release schedule for your videos when uploading to encourage viewers to watch sets of videos over single videos.

Check YouTube Analytics

Measurement is key, both for defining success and optimizing toward it. YouTube Analytics enables you to track a number of your most important metrics. For example, the Traffic Sources Report shows you which search terms people are using to find your video. The Views Report identifies which videos have the greatest view times and view-through rates. And the Audience Retention Report indicates which videos are successful at keeping viewers watching.

The key is to decide what success looks like and then translate that into metrics that are relevant for your brand. Most brands find it useful to select one metric for each of the three buckets that measure engagement with your content:

Audience

Are you reaching the right audience? How well?

Expression

Is your target audience engaging with your content? How much?

Participation

Is your audience endorsing and sharing your content? How much?

NOTE

The YouTube Analytics API can be configured to schedule regular reports on specific metrics.

Leverage paid advertising

While this book is focused on SEO, video SEO can leverage paid advertising in a way that website SEO can’t. In fact, YouTube enables you to ignite earned media with paid media.

Given the abundance of videos on the Web, it’s risky to assume that your content will be organically discovered by a large audience. That is why it’s vital to design a solid plan to promote your content and ensure it’s viewed by your target audience.

“Going viral” plays a key role in building your audience on YouTube, but unless you already have millions of subscribers, you’ll need to seed your content when it launches. Indeed, when they don’t have an existing subscriber base or engaged social following, many brands use paid advertising on YouTube to ignite sharing and accelerate audience building.

The YouTube platform allows you to optimize your investment in paid media by activating the virtuous circle that links owned media (your video content), paid media (paid video advertising), and earned media (“free” views obtained when people share the video ads).

This provides you with a major benefit from advertising on YouTube that you don’t get from Google: earned impact. According to YouTube, more than 6,000 campaigns generated at least one earned view as a result of every two paid views in the first half of 2014.

And the YouTube audience isn’t shy about sharing brand content: two-thirds of YouTube users agree that “if there is a brand I love, I tend to tell everyone about it.” Across the globe, they are twice as likely to be early adopters, agreeing that “I am among the first of my friends and colleagues to try new products.” They are 1.8 times more likely to be influencers, agreeing that “people often come to me for advice before making a purchase.”

Indeed, hundreds of campaigns get more than two earned views per paid view. Although you don’t get that benefit with Google AdWords, you can get that benefit with Google AdWords for video, which powers YouTube TrueView video ads.

Video SEO for Google

Once upon a time, one of the best ways to improve your site’s appearance in video search results was to make sure that Google knew about all of your rich video content. So it made sense to submit a sitemap to Google that included video information in a supported format, making the included video URLs searchable on Google Video.

Google Video was launched on January 25, 2005, after which Google bought former competitor YouTube on October 9, 2006. On June 13, 2007, Google announced that Google Video search results would begin to include videos discovered by its web crawlers on YouTube, on other hosting services, and from user uploads. On January 14, 2009, the Official Google Video Blog announced, “In a few months, we will discontinue support for uploads to Google Video.” On April 15, 2011, Google announced via email that after April 29 it would no longer allow playback of content hosted on Google Video. However, it reversed that decision one week later to provide users with greater support for migration to YouTube. The service, which was renamed Google Videos, was shut down on August 20, 2012.

The remaining Google Videos content was automatically moved to YouTube, so for all intents and purposes, Google Video has been replaced by YouTube.

Embed YouTube videos and playlists

Today, one of the best ways to improve the ranking of your video content in Google Universal Search results is to upload it to YouTube—though there is still debate in the industry as to whether uploading your video to your own site first, for origination credit, provides longer-term site benefits.

Whichever approach you decide upon, these are instructions for uploading to YouTube:

Embed a video:

  1. Click the Share link under the video.

  2. Click the Embed link.

  3. Copy the code provided in the expanded box.

  4. Paste the code into your blog or website.

Embed a playlist:

  1. Click Playlists on the left side of your YouTube page.

  2. Click the playlist title you’d like to embed.

  3. Click the Share link.

  4. Click the Embed link.

  5. Copy the embed code that appears in the menu below.

  6. Paste the code into your website or blog.

Use a video distribution service

Searchmetrics’ analysis of Google Universal Search results, cited earlier in this chapter, indicates there’s another way to improve the ranking of your video content in Google Universal Search results: upload it to Vimeo or Dailymotion. Uploading your video content to YouTube makes it 10 to 11 times more likely that it will appear in Google Universal Search results—about two positions ahead of the average first position of a video from Vimeo or Dailymotion. However, it makes much more sense if you upload your video content to YouTube as well as Vimeo, Dailymotion, and other top video and social networking sites. To do this efficiently and effectively, consider using a video distribution service, such as OneLoad. OneLoad is powered by its parent company, TubeMogul, a media buying platform for video advertising founded in 2006. You can leverage its Destination feature to easily distribute to custom sites as well as encode and create RSS feeds to syndicate your video anywhere. And videos distributed through OneLoad are tracked by TubeMogul’s powerful analytics. OneLoad is the video distribution tool of choice for some of the world’s largest brands, agencies, media companies, government institutions, and nonprofits. These organizations use this specialized service to get their videos watched by more people in more places.

Use a Google video sitemap

One of the last video SEO strategies to consider using is a Google video sitemap. Creating a video sitemap is a way to make sure that Google knows about all the video content on your site, especially content that it might not otherwise discover via its usual crawling mechanisms.

However, as the analysis by Searchmetrics indicates, about 1% of the videos in Google Universal Search results come from websites like MUZU TV, Howcast, Artistdirect, and eHow. In other words, creating a video sitemap may let Google know about your rich video content, but your videos still need to get a significant number of views or watch time to appear in Google Universal Search results.

When a user finds your video through Google, she will be linked to your hosted environments for the full playback. Search results will contain a thumbnail image (provided by you or autogenerated by Google) of your video content, as well as information (such as title) contained in your sitemap. It’s also worth noting that Google can’t (or won’t) predict or guarantee when or if your videos will be added to its index.

You can create a separate sitemap listing your video content, or you can add information about your video content to an existing sitemap—whichever is more convenient for you.

The Google video extension of the Sitemaps protocol enables you to give Google descriptive information—such as a video’s title, description, duration, and so on—that makes it easier for users to find a particular piece of content. ​Google may use text available on your video’s page rather than the text you supply in the sitemap’s video content, if this differs.

Adding video information to a sitemap

You can create a video sitemap based on the Sitemaps protocol. You can also use an existing mRSS feed as a sitemap. Or, if you’re the belt-and-suspenders type, you can use both.

Your sitemap will need to include the following minimum information for each video: title, description, playpage URL, thumbnail URL, and the raw video URL or URL to Flash video player. Without these five pieces of information, Google cannot surface your videos in its search results.

Once you’ve created your sitemap, you can submit it using Search Console.

Use recognized file types

Google can crawl Flash SWF objects and the following raw video file types: .mpg, .mpeg, .mp4, .mov, .wmv, .asf, .avi, .ra, .ram, .rm, and .flv. All files must be accessible via HTTP. Metafiles that require a download of the source via streaming protocols are not supported at this time.

Conclusion

As we’ve outlined in this chapter, optimizing your site for mobile search and your vertical content for Universal Search, engaging in local SEO efforts, and if you’re a news publisher, participating in Google News can provide significant exposure within organic search for your business. Not only can you gain visibility in the increasingly diverse search ecosystems, but you can also increase the likelihood that your content assets are working for you in all areas of the Web to promote increased user sharing and engagement—which provides a positive feedback loop for all of your SEO efforts.

1 comScore, “comScore Reports May 2014 U.S. Smartphone Subscriber Market Share,” July 3, 2014, http://bit.ly/comscore_may_2014

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.118.37.120