Mobile, Local, and Vertical SEO

***The Mobile Landscape***
Mobile site speed:
• Google Page Speed Insights
• Mobi Test from Akamai
• WebPageTest
• W3C’s Mobile OK Checker
other resource:
• 50+ Essential Mobile SEO Resources
• “Mobile Site Audit Checklist”
• “SEO: Mobile Search”
• “Mobile SEO”

***App SEO: Deep Linking and Indexing for Mobile Search***

***Optimizing for Vertical Search***

***Optimizing for Image Search***
According to the aforementioned Searchmetrics study, in 2013, images were displayed 45% of the time in Google SERPs, more frequently than any other blended search elements.
Tips:
• Make sure the image filename or img src string contains your primary keyword.
• Always use the alt attribute for images. This attribute helps the vision-impaired to understand your site, and search engines use it to better understand what your images are about.
•A descriptive caption underneath the image is helpful.
•It is also a good idea to create an image XML sitemap to highlight images you consider particularly important, or to help the search engines find images that might otherwise be difficult for their crawlers to discover.

How to promote your image on social media like pintrest.

***Optimizing for Video/Multimedia Search***
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 searchengine).

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.

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%.

Video SEO for YouTube:
1.Conduct keyword research
When conducting keyword research for video SEO, one of the first tools that you should consider using is Google Trends;
Another trending tool to check out is YouTube Trends, which shows you the latest trending videos and topics on YouTube.
2.Optimize your metadata
Title;
Description:
• 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.
Tags:
• 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.
3.Create custom thumbnails
4.Optimize your annotations:
• 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.
5.Spotlight annotations
6.InVideo Programming annotations
7.Optimize your captions
8.Create and optimize playlists
9.Optimize your channel:
Channel name;
Channel icon;
Channel description;
10.Gain subscribers by promoting your channel
11.Optimize watch time
12.Check YouTube Analytics
13.Leverage paid advertising

***Video SEO for Google***
1.Embed YouTube videos and playlists
2.Use a video distribution service
3.Use a Google video sitemap

the art of seo(chapter ten)的更多相关文章

  1. the art of seo(chapter eleven)

    Tracking Results and Measuring Success goal -> driver ***Why Measuring Success Is Essential to th ...

  2. the art of seo(chapter six)

    Developing an SEO-Friendly Website ***Making Your Site Accessible to Search Engines***1.Indexable Co ...

  3. the art of seo(chapter five)

    Keyword Research ***The Theory Behind Keyword Research***1.When users go to search engines and type ...

  4. the art of seo(chapter four)

    SEO Implementation:First Stages ***Development Platform and Information Architecture***1.Technology ...

  5. the art of seo(chapter three)

    SEO Planning: Customizing Your Strategy ***Developing an SEO Plan Prior to Site Development***Determ ...

  6. the art of seo(chapter one)

    preface:Andy Johns (@ibringtraffic):growth strategist@Wealthfront ***1.Search Reflecting Consciousne ...

  7. the art of seo(chapter eight)

    How Social Media and User Data Play a Role in Search Results and Rankings ***Correlation Between Soc ...

  8. the art of seo(chapter seven)

    Content Marketing ***Leveraging Major Social Media Platforms***LinkedIn, Facebook,Google+, Pinterest ...

  9. the art of seo(chapter two)

    ***Search Engine Basics*** *Understanding How Vertical Results Fit into the SERPs* As a direct conse ...

随机推荐

  1. 【C语言学习】封装和模块化思想

    刚学习完C后,做的关于C的课程设计是在一个源文件里放了几百行代码,并且各个功能之间都是相互依赖的,这样就会非常麻烦. 由于当我要改动某个地方的时候,就会牵连着要改动喝多的地方.而在实际的程序设计中.这 ...

  2. Spring 中StreamUtils教程

    本文我们介绍StreamUtils类使用.StreamUtils是spring中用于处理流的类,是java.io包中inputStream和outputStream,不是java8中Steam.使用时 ...

  3. 提高网站打开速度的7大秘籍---依据Yslow工具的优化【转】

    很多站长使用虚拟主机来做网站,网页内容一旦很多,网站打开速度就会特别慢,如果说服务器.带宽.CDN这类硬指标我们没有经济实力去做,不妨通过网页代码优化的方式来提高速度,卢松松总结了一些可行性的方法. ...

  4. 小练习:用socket实现Linux和Windows之间的通信

    在日常生活中,绝大部分人使用的机器通常是windows系统,可是对于研发人员,开发.编译等工作往往是建立在linux机器上.其实.在服务器方面,Linux.UNIX和WindowsServer占领了市 ...

  5. C#的类型列表

    以下是 C# 内建类型的列表: 类型 字节 描述 unsigned byte signed byte signed short unsigned short signed integer unsign ...

  6. javaScript 深层复制

    在工作中遇到了深浅复制的问题,所以详细总结一下: 深复制和浅复制只针对像 Object, Array 这样的复杂对象的.简单来说,浅复制只复制一层对象的属性,而深复制则递归复制了所有层级. var o ...

  7. ThinkPHP学习笔记(二)

    1.比较好的参考手册(非官方,注意:也有一些错误,当出不来想要的效果时以官方的手册为准):http://www.5idev.com/p-thinkphp_lib_vendor.shtml 2.加载自定 ...

  8. python 基础 2.4 while 循环

    #/usr/bin/python #coding=utf-8 #@Time :2017/10/18 15:31 #@Auther :liuzhenchuan #@File :while 循环.py 示 ...

  9. 【BZOJ1097】[POI2007]旅游景点atr 最短路+状压DP

    [BZOJ1097][POI2007]旅游景点atr Description FGD想从成都去上海旅游.在旅途中他希望经过一些城市并在那里欣赏风景,品尝风味小吃或者做其他的有趣的事情.经过这些城市的顺 ...

  10. EasyDSS高性能流媒体服务器前端重构(五)- webpack + vue-router 开发单页面前端实现按需加载 - 副本

    为了让页面更快完成加载, 第一时间呈现给客户端, 也为了帮助客户端节省流量资源, 我们可以开启 vue-router 提供的按需加载功能, 让客户端打开页面时, 只自动加载必要的资源文件, 当客户端操 ...