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. vue2.0 仿手机新闻站(五)全局的 loading 组件

    1.组件结构 index.js const LoadingComponent = require('./Loading.vue') const loading = { install: functio ...

  2. 关于PM的认识

    1 我眼中的PM 1.1 人云“一个管理,半个专家”,我说“一个管理,两个专家” 如今,我发现我们不得不面对这样一个现实——角色兼职.我习惯上把项目分为三类:性命攸关的项目(涉及到人身安全的项目,如铁 ...

  3. No bean named 'cxf' is defined

    1.错误描写叙述  严重:Exception starting filter CXFServlet        org.springframework.beans.factory.NoSuchBea ...

  4. leetCode 83.Remove Duplicates from Sorted List(删除排序链表的反复) 解题思路和方法

    Given a sorted linked list, delete all duplicates such that each element appear only once. For examp ...

  5. ordinal parameter mismatch

    © 版权声明:本文为博主原创文章,转载请注明出处 错误描述:Caused by: org.hibernate.HibernateException: ordinal parameter mismatc ...

  6. 理解Linux系统负荷(WDCP系统后台参数之一)

    一.查看系统负荷 如果你的网站很卡,可能是因为服务器很慢,,你或许想查看一下,它的工作量是否太大了. 在Linux系统中,我们一般使用uptime命令查看(w命令和top命令也行).(另外,它们在苹果 ...

  7. smokeping插件使用及说明

    smokeping七大组件:general(普通设置) .alerts(警报设置).Datebase(数据库参数).presentation(网络自定义).slaves(从smokeping定义).t ...

  8. JavaScript之this的工作原理

    JavaScript 有一套完全不同于其它语言的对 this 的处理机制. 在五种不同的情况下 ,this 指向的各不相同. 1.全局范围内 当在全部范围内使用 this,它将会指向全局对象. 2.函 ...

  9. 12 nginx URL 重写 ecshop案例

    一:URL 重写 ecshop案例 Rewrite语法 Rewrite 正则表达式 定向后的位置 模式 Goods-3.html ---->Goods.php?goods_id=3 goods- ...

  10. 10 redis--频道发布与消息订阅

    消息订阅 使用办法: 订阅端: Subscribe 频道名称 发布端: publish 频道名称 发布内容 客户端例子: redis 127.0.0.1:6379> subscribe news ...