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. 对Date的扩展,将 Date 转化为指定格式的String

    <script language="javascript" type="text/javascript"><!-- /** * 对Date的扩 ...

  2. 微信小程序实战 购物车功能

    代码地址如下:http://www.demodashi.com/demo/12400.html 一.准备工作 软件环境:微信开发者工具 官方下载地址:https://mp.weixin.qq.com/ ...

  3. C语言之基本算法32—鞍点

    //数组 /* ================================================================== 题目:求随意矩阵的全部鞍点.并统计个数.(在矩阵中 ...

  4. Python 的下载安装

    学习Python牛逼的教程: http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000,本文 ...

  5. 处理字符串的一些C函数

    注意:以下函数都包含在ctype.h头文件中 1.isalpha函数 用来判断得到的参数是不是字母 #include<stdio.h> #include<ctype.h> in ...

  6. 也谈SQL Server 2008 处理隐式数据类型转换在运行计划中的增强 (续)

    在上一篇文章也谈SQL Server 2008 处理隐式数据类型转换在运行计划中的增强中,我提到了隐式数据类型转换添加对于数据分布非常不平均的表.评估的数据行数与实际值有非常大出入的问题,进一步測试之 ...

  7. SpringBoot定时任务升级篇(动态添加修改删除定时任务)

    需求缘起:在发布了<Spring Boot定时任务升级篇>之后得到不少反馈,其中有一个反馈就是如何动态添加修改删除定时任务?那么我们一起看看具体怎么实现,先看下本节大纲: (1)思路说明: ...

  8. 错误Log日志的收集

    1.在Application里面初始化 AppCrashHandler.getInstance(this); 2.创建一个类 package com.lvshandian.partylive.util ...

  9. JS中try.. catch..的用法

    try 测试代码块的错误. catch 语句处理错误. throw 创建并跑出错误. try { //在这里运行代码 抛出错误 } catch(err) { //在这里处理错误 } 下面是一个实例: ...

  10. maven依赖本地非repository中的jar包【转】

    今天在使用maven编译打包一个web应用的时候,碰到一个问题: 项目在开发是引入了依赖jar包,放在了WEB-INF/lib目录下,并通过buildpath中将web libariary导入. 在e ...