fix: Linting

fix linting issues
This commit is contained in:
Marco Biedermann 2019-07-05 16:38:43 +02:00
parent e6f6495581
commit 2464637a61
15 changed files with 286 additions and 254 deletions

View File

@ -1,10 +1,10 @@
# Site settings # Site settings
title: Search Engine Optimization title: Search Engine Optimization
description: A helpful checklist / collection of Search Engine Optimization (SEO) tips and technics. description: A helpful checklist / collection of Search Engine Optimization (SEO) tips and technics.
baseurl: "" # the subpath of your site, e.g. /blog/ baseurl: '' # the subpath of your site, e.g. /blog/
url: "" # the base hostname & protocol for your site url: '' # the base hostname & protocol for your site
twitter_username: m412c0b twitter_username: m412c0b
github_username: marcobiedermann github_username: marcobiedermann
exclude: [readme.md] exclude: [readme.md]
sass: sass:
style: compressed style: compressed

View File

@ -1,9 +1,5 @@
<footer class="site__footer" role="contentinfo" itemscope itemtype="//schema.org/WPFooter"> <footer class="site__footer" role="contentinfo" itemscope itemtype="//schema.org/WPFooter">
<div class="grid"> <div class="grid">
FOOTER FOOTER
</div> </div>
</footer> </footer>

View File

@ -1,18 +1,20 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="google-site-verification" content="PaHTIq4plwQv3e1xHhh5Qd0HDhl0i1MZ33prE-EVwjY"> <meta name="google-site-verification" content="PaHTIq4plwQv3e1xHhh5Qd0HDhl0i1MZ33prE-EVwjY" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0" />
<meta name="description" content="{{ site.description }}"> <meta name="description" content="{{ site.description }}" />
<meta name="apple-mobile-web-app-title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}"> <meta
<meta name="application-name" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}"> name="apple-mobile-web-app-title"
<meta name="theme-color" content="#2980b9"> content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}"
/>
<meta name="application-name" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}" />
<meta name="theme-color" content="#2980b9" />
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<link rel="stylesheet" href="css/main.css"> <link rel="stylesheet" href="css/main.css" />
<link rel="mask-icon" href="favicon.svg" color="#2980b9"> <link rel="mask-icon" href="favicon.svg" color="#2980b9" />
<link rel="icon" href="apple-touch-icon-precomposed.png"> <link rel="icon" href="apple-touch-icon-precomposed.png" />
<link rel="apple-touch-icon" href="apple-touch-icon-precomposed.png"> <link rel="apple-touch-icon" href="apple-touch-icon-precomposed.png" />
</head> </head>

View File

@ -1,11 +1,16 @@
<header class="site__header" role="banner" itemscope itemtype="//schema.org/WPHeader"> <header class="site__header" role="banner" itemscope itemtype="//schema.org/WPHeader">
<a href="//github.com/marcobiedermann/search-engine-optimization" class="github" target="_blank"> <a href="//github.com/marcobiedermann/search-engine-optimization" class="github" target="_blank">
<svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 250 250" fill="#fff"> <svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 250 250" fill="#fff">
<path d="M0 0l115 115h15l12 27 108 108V0z" fill="#70B7FD"/> <path d="M0 0l115 115h15l12 27 108 108V0z" fill="#70B7FD" />
<path class="github__arm" d="M128 109c-15-9-9-19-9-19 3-7 2-11 2-11-1-7 3-2 3-2 4 5 2 11 2 11-3 10 5 15 9 16" style=""/> <path
<path class="github__body" d="M115 115s4 2 5 0l14-14c3-2 6-3 8-3-8-11-15-24 2-41 5-5 10-7 16-7 1-2 3-7 12-11 0 0 5 3 7 16 4 2 8 5 12 9s7 8 9 12c14 3 17 7 17 7-4 8-9 11-11 11 0 6-2 11-7 16-16 16-30 10-41 2 0 3-1 7-5 11l-12 11c-1 1 1 5 1 5z"/> class="github__arm"
d="M128 109c-15-9-9-19-9-19 3-7 2-11 2-11-1-7 3-2 3-2 4 5 2 11 2 11-3 10 5 15 9 16"
style=""
/>
<path
class="github__body"
d="M115 115s4 2 5 0l14-14c3-2 6-3 8-3-8-11-15-24 2-41 5-5 10-7 16-7 1-2 3-7 12-11 0 0 5 3 7 16 4 2 8 5 12 9s7 8 9 12c14 3 17 7 17 7-4 8-9 11-11 11 0 6-2 11-7 16-16 16-30 10-41 2 0 3-1 7-5 11l-12 11c-1 1 1 5 1 5z"
/>
</svg> </svg>
</a> </a>
</header> </header>

View File

@ -4,25 +4,17 @@ layout: compress
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en" itemscope itemtype="//schema.org/WebPage"> <html lang="en" itemscope itemtype="//schema.org/WebPage">
{% include head.html %} {% include head.html %}
<body> <body>
{% include header.html %} {% include header.html %}
<main class="site__main" role="main" itemscope itemprop="mainContentOfPage"> <main class="site__main" role="main" itemscope itemprop="mainContentOfPage">
<div class="grid"> <div class="grid">
{{ content }} {{ content }}
</div> </div>
</main> </main>
</body> </body>
<script src="js/script.js"></script> <script src="js/script.js"></script>
</html> </html>

View File

@ -21,7 +21,7 @@ body {
background: $base-bgcolor; background: $base-bgcolor;
color: $base-color; color: $base-color;
font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family, $base-font-family-fallback; font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family, $base-font-family-fallback;
min-height: 100%;
margin: 0; margin: 0;
min-height: 100%;
position: relative; position: relative;
} }

View File

@ -3,7 +3,7 @@ $base-border-color: #808080;
$base-color: #111; $base-color: #111;
$base-font-family-fallback: sans-serif; $base-font-family-fallback: sans-serif;
$base-font-family: Helvetica Neue; $base-font-family: Helvetica Neue;
$base-font-size: .875rem; $base-font-size: 0.875rem;
$base-font-weight: 400; $base-font-weight: 400;
$base-line-height: 1.5; $base-line-height: 1.5;

View File

@ -1,6 +1,6 @@
$code-font-family: 'Courier New'; $code-font-family: 'Courier New';
$code-font-family-fallback: monospace; $code-font-family-fallback: monospace;
$code-font-size: .875rem; $code-font-size: 0.875rem;
code { code {
font-family: $code-font-family, $code-font-family-fallback; font-family: $code-font-family, $code-font-family-fallback;

View File

@ -1,41 +1,38 @@
.github { .github {
height: 80px; height: 80px;
width: 80px;
position: fixed; position: fixed;
right: 0; right: 0;
top: 0; top: 0;
transform: translateZ(0); transform: translateZ(0);
width: 80px;
z-index: 1; z-index: 1;
&:hover { &:hover {
.github__arm { .github__arm {
@media (min-width: $media-sm) { @media (min-width: $media-sm) {
animation: octocat-wave 560ms ease-in-out; animation: octocat-wave 560ms ease-in-out;
} }
} }
} }
&__arm { &__arm {
transform-origin: 130px 106px; transform-origin: 130px 106px;
} }
} }
@keyframes octocat-wave{ @keyframes octocat-wave {
0%,
0%, 100%{ 100% {
transform: rotate(0); transform: rotate(0);
} }
20%, 60%{ 20%,
60% {
transform: rotate(-25deg); transform: rotate(-25deg);
} }
40%, 80%{
40%,
80% {
transform: rotate(10deg); transform: rotate(10deg);
} }
} }

View File

@ -1,9 +1,7 @@
$headlines-color: #686868; $headlines-color: #686868;
@for $i from 1 through 6 { @for $i from 1 through 6 {
h#{$i} { h#{$i} {
margin: 0 0 .5rem; margin: 0 0 0.5rem;
} }
} }

View File

@ -7,7 +7,7 @@ a {
border: 0; border: 0;
color: $link-color; color: $link-color;
text-decoration: none; text-decoration: none;
transition: background-color .3s, color .3s; transition: background-color 0.3s, color 0.3s;
&:active { &:active {
color: $link-active-color; color: $link-active-color;
@ -21,5 +21,4 @@ a {
&:focus { &:focus {
outline: none; outline: none;
} }
} }

View File

@ -5,12 +5,11 @@ ul {
ol, ol,
ul { ul {
margin: .5rem 0 0; margin: 0.5rem 0 0;
padding-left: 1.5rem; padding-left: 1.5rem;
} }
li { li {
margin-bottom: .25rem; margin-bottom: 0.25rem;
} }
} }

View File

@ -1,17 +1,14 @@
blockquote { blockquote {
margin: 0; margin: 0;
quotes: '\201C' '\201D' '\2018' '\2019'; quotes: '\201C''\201D''\2018''\2019';
p { p {
&::before {
&:before {
content: open-quote; content: open-quote;
} }
&:after { &::after {
content: close-quote; content: close-quote;
} }
} }
} }

View File

@ -18,19 +18,45 @@
// easing // easing
var easing = { var easing = {
linear: function (t) { return t; }, linear: function(t) {
easeInQuad: function (t) { return t * t; }, return t;
easeOutQuad: function (t) { return t * (2 - t); }, },
easeInOutQuad: function (t) { return t < 0.5 ? 2 * t * t : -1 + (4 - 2 * t) * t; }, easeInQuad: function(t) {
easeInCubic: function (t) { return t * t * t; }, return t * t;
easeOutCubic: function (t) { return (--t) * t * t + 1; }, },
easeInOutCubic: function (t) { return t < 0.5 ? 4 * t * t * t : (t - 1) * (2 * t - 2) * (2 * t - 2) + 1; }, easeOutQuad: function(t) {
easeInQuart: function (t) { return t * t * t * t; }, return t * (2 - t);
easeOutQuart: function (t) { return 1 - (--t) * t * t * t; }, },
easeInOutQuart: function (t) { return t < 0.5 ? 8 * t * t * t * t : 1 - 8 * (--t) * t * t * t; }, easeInOutQuad: function(t) {
easeInQuint: function (t) { return t * t * t * t * t; }, return t < 0.5 ? 2 * t * t : -1 + (4 - 2 * t) * t;
easeOutQuint: function (t) { return 1 + (--t) * t * t * t * t; }, },
easeInOutQuint: function (t) { return t < 0.5 ? 16 * t * t * t * t * t : 1 + 16 * (--t) * t * t * t * t; } easeInCubic: function(t) {
return t * t * t;
},
easeOutCubic: function(t) {
return --t * t * t + 1;
},
easeInOutCubic: function(t) {
return t < 0.5 ? 4 * t * t * t : (t - 1) * (2 * t - 2) * (2 * t - 2) + 1;
},
easeInQuart: function(t) {
return t * t * t * t;
},
easeOutQuart: function(t) {
return 1 - --t * t * t * t;
},
easeInOutQuart: function(t) {
return t < 0.5 ? 8 * t * t * t * t : 1 - 8 * --t * t * t * t;
},
easeInQuint: function(t) {
return t * t * t * t * t;
},
easeOutQuint: function(t) {
return 1 + --t * t * t * t * t;
},
easeInOutQuint: function(t) {
return t < 0.5 ? 16 * t * t * t * t * t : 1 + 16 * --t * t * t * t * t;
},
}; };
// requestAnimationFrame // requestAnimationFrame
@ -76,10 +102,10 @@
function scroll(timestamp) { function scroll(timestamp) {
var currentTime = Date.now(); var currentTime = Date.now();
var time = Math.min(1, ((currentTime - start) / duration)); var time = Math.min(1, (currentTime - start) / duration);
var easedT = easingFunction(time); var easedT = easingFunction(time);
elem.scrollTop = (easedT * (Y - from)) + from; elem.scrollTop = easedT * (Y - from) + from;
if (time < 1) { if (time < 1) {
requestAnimationFrame(scroll); requestAnimationFrame(scroll);
@ -87,9 +113,7 @@
if (callback) { if (callback) {
callback(); callback();
} }
} }
} }
requestAnimationFrame(scroll); requestAnimationFrame(scroll);
@ -104,9 +128,8 @@
length = links.length; length = links.length;
for (i = 0; i < length; i++) { for (i = 0; i < length; i++) {
if (links[i].hostname != window.location.hostname) { if (links[i].hostname != window.location.hostname) {
links[i].target = '_blank'; links[i].target = '_blank';
} }
} }
})(window, document);
}(window, document));

364
readme.md
View File

@ -6,226 +6,250 @@
A helpful checklist / collection of Search Engine Optimization (SEO) tips and techniques. A helpful checklist / collection of Search Engine Optimization (SEO) tips and techniques.
## Table of Contents ## Table of Contents
* [URL](#url)
* [Accessibility](#accessibility) - [URL](#url)
* [Meta Information](#meta-information) - [Accessibility](#accessibility)
* [Keywords](#keywords) - [Meta Information](#meta-information)
* [Content](#content) - [Keywords](#keywords)
* [Images](#images) - [Content](#content)
* [Videos](#videos) - [Images](#images)
* [Links](#links) - [Videos](#videos)
* [Mobile](#mobile) - [Links](#links)
* [Sitemap](#sitemap) - [Mobile](#mobile)
* [Social Media](#social-media) - [Sitemap](#sitemap)
* [Tools & Services](#tools--services) - [Social Media](#social-media)
* [Webmasters](#webmasters) - [Tools & Services](#tools--services)
* [Analytics](#analytics) - [Webmasters](#webmasters)
* [Optimization](#optimization) - [Analytics](#analytics)
* [Keywords](#keywords-1) - [Optimization](#optimization)
* [Links](#links) - [Keywords](#keywords-1)
* [Structured Data](#structured-data) - [Links](#links)
* [Bookmarklets](#bookmarklets) - [Structured Data](#structured-data)
* [Browser Extensions](#browser-extensions) - [Bookmarklets](#bookmarklets)
* [Jekyll Plugins](#jekyll-plugins) - [Browser Extensions](#browser-extensions)
* [TYPO3 Extensions](#typo3-extensions) - [Jekyll Plugins](#jekyll-plugins)
* [WordPress Plugins](#wordpress-plugins) - [TYPO3 Extensions](#typo3-extensions)
* [Books](#books) - [WordPress Plugins](#wordpress-plugins)
* [Courses](#courses) - [Books](#books)
- [Courses](#courses)
## URL ## URL
* **Descriptive URLs:** use a descriptive page url, which should reflect your targeted keyword
* **[File extension](https://www.youtube.com/watch?v=dSG6C33GwsE)**: do not strip out the file extension on URLs - **Descriptive URLs:** use a descriptive page url, which should reflect your targeted keyword
* **[HTTPS](https://webmasters.googleblog.com/2014/08/https-as-ranking-signal.html):** Security is a top priority for Google - **[File extension](https://www.youtube.com/watch?v=dSG6C33GwsE)**: do not strip out the file extension on URLs
* **[Hyphens](https://www.youtube.com/watch?v=AQcSFsQyct8):** split words using hyphens - **[HTTPS](https://webmasters.googleblog.com/2014/08/https-as-ranking-signal.html):** Security is a top priority for Google
* **[Localisation](https://support.google.com/webmasters/answer/62399):** choose a country-specific domain, for better local search results - **[Hyphens](https://www.youtube.com/watch?v=AQcSFsQyct8):** split words using hyphens
* **[Subdomain or subfolder](https://www.youtube.com/watch?v=_MswMYk05tk):** subdomains are seen as separate domains - **[Localisation](https://support.google.com/webmasters/answer/62399):** choose a country-specific domain, for better local search results
* **[URL builder](https://support.google.com/analytics/answer/1033867):** Use this tool to add custom campaign parameters to your URLs - **[Subdomain or subfolder](https://www.youtube.com/watch?v=_MswMYk05tk):** subdomains are seen as separate domains
* **[www or no-www](https://support.google.com/webmasters/answer/44231):** provide both domains, but set a prefered version in Google Webmaster Tools - **[URL builder](https://support.google.com/analytics/answer/1033867):** Use this tool to add custom campaign parameters to your URLs
- **[www or no-www](https://support.google.com/webmasters/answer/44231):** provide both domains, but set a prefered version in Google Webmaster Tools
## Accessibility ## Accessibility
* **403:** provide a 403 - Access denied page
* **404:** provide a 404 - Page not found page - **403:** provide a 403 - Access denied page
* **[Custom Search](https://developers.google.com/structured-data/slsb-overview):** with Google Sitelink search box, people can reach your content more quickly - **404:** provide a 404 - Page not found page
* **File not found:** avoid `404 FILE_NOT_FOUND` errors - **[Custom Search](https://developers.google.com/structured-data/slsb-overview):** with Google Sitelink search box, people can reach your content more quickly
* **Layout:** use `divs` instead of `tables` for layout. Using `tables` is not semantically correct. - **File not found:** avoid `404 FILE_NOT_FOUND` errors
* **Moving a website:** redirect all your links to the new location via `.htaccess` - **Layout:** use `divs` instead of `tables` for layout. Using `tables` is not semantically correct.
* **[Pagination](https://support.google.com/webmasters/answer/1663744):** implement the `rel="next"` and `rel="prev"` attributes to links - **Moving a website:** redirect all your links to the new location via `.htaccess`
* **[Performance](https://developers.google.com/webmasters/mobile-sites/mobile-seo/common-mistakes/slow-mobile-pages):** performance and loading time is important - **[Pagination](https://support.google.com/webmasters/answer/1663744):** implement the `rel="next"` and `rel="prev"` attributes to links
* **Redirects:** avoid redirects if possible. Use 301 redirect instead of 302 - **[Performance](https://developers.google.com/webmasters/mobile-sites/mobile-seo/common-mistakes/slow-mobile-pages):** performance and loading time is important
* **[RichSnippets](https://schema.org/):** markup your code with rich snippets, they show up on the search results page - **Redirects:** avoid redirects if possible. Use 301 redirect instead of 302
* **Robots:** block pages which should not be indexed via the `robots.txt` file or - **[RichSnippets](https://schema.org/):** markup your code with rich snippets, they show up on the search results page
`<meta name="robots" content="">` - **Robots:** block pages which should not be indexed via the `robots.txt` file or
* **Validation:** write valid code ([HTML Validator](https://validator.w3.org/) [CSS Validator](https://jigsaw.w3.org/css-validator/)) `<meta name="robots" content="">`
* **[WAI-Aria](https://www.w3.org/TR/wai-aria/):** use WAI-Aria tags to help machines understand your code - **Validation:** write valid code ([HTML Validator](https://validator.w3.org/) [CSS Validator](https://jigsaw.w3.org/css-validator/))
- **[WAI-Aria](https://www.w3.org/TR/wai-aria/):** use WAI-Aria tags to help machines understand your code
## Meta Information ## Meta Information
* **[Description](https://www.youtube.com/watch?v=W4gr88oHb-k):** each page should have a unique description (max. 160 characters)
`<meta name="description" content="">` - **[Description](https://www.youtube.com/watch?v=W4gr88oHb-k):** each page should have a unique description (max. 160 characters)
* **Title:** each page should have a unique speaking title (60 - 100 characters) `<meta name="description" content="">`
`<title>Website Title</title>` - **Title:** each page should have a unique speaking title (60 - 100 characters)
`<title>Website Title</title>`
## Keywords ## Keywords
* **Content:** keyword should appear in ~3% of article length
* **Heading:** keyword should appear in headings - **Content:** keyword should appear in ~3% of article length
* **[Meta Tag](https://www.youtube.com/watch?v=jK7IPbnmvVU):** you can ommit the `<meta name="keywords" content="">`, - **Heading:** keyword should appear in headings
search engines do not use this meta tag - **[Meta Tag](https://www.youtube.com/watch?v=jK7IPbnmvVU):** you can ommit the `<meta name="keywords" content="">`,
* **Research:** rank for keywords with high traffic and less competition search engines do not use this meta tag
* **Single:** every page should have a single unique targeted keyword - **Research:** rank for keywords with high traffic and less competition
* **Title:** keyword should appear in page title - **Single:** every page should have a single unique targeted keyword
* **[URL](https://www.youtube.com/watch?v=rAWFv43qubI):** keyword should appear in URL name - **Title:** keyword should appear in page title
- **[URL](https://www.youtube.com/watch?v=rAWFv43qubI):** keyword should appear in URL name
## Content ## Content
* **Content:** content matters the most in SEO
* **Flash:** avoid Flash content and Flash pages. They are not accessible on mobile phones and will be ranked lower - **Content:** content matters the most in SEO
* **Freshness:** new content is important. Updating pages or posting regularly is recommended - **Flash:** avoid Flash content and Flash pages. They are not accessible on mobile phones and will be ranked lower
* **Headings:** clear structure `H1` -` H6` max. 70 characters long - **Freshness:** new content is important. Updating pages or posting regularly is recommended
* **Length:** article should be at least 300 words - **Headings:** clear structure `H1` -`H6` max. 70 characters long
* **Strong:** use `strong` tag to highlight your targeted keyword - **Length:** article should be at least 300 words
* **[Uniqueness](https://www.youtube.com/watch?v=mQZY7EmjbMA):** do not provide duplicated content, use unique content types - **Strong:** use `strong` tag to highlight your targeted keyword
- **[Uniqueness](https://www.youtube.com/watch?v=mQZY7EmjbMA):** do not provide duplicated content, use unique content types
## Images ## Images
* **[Alt tag](https://support.google.com/webmasters/answer/114016):** add an alt-tag this a description of the image (60 - 70 characters)
* **Dimensions:** add the `width=""` and `height=""` attributes to the image - **[Alt tag](https://support.google.com/webmasters/answer/114016):** add an alt-tag this a description of the image (60 - 70 characters)
* **[File name](https://www.youtube.com/watch?v=h2SWuUobbr0):** use a short descriptive name - **Dimensions:** add the `width=""` and `height=""` attributes to the image
* **[Optimization](https://imageoptim.com/):** Optimize images by removing some meta information - **[File name](https://www.youtube.com/watch?v=h2SWuUobbr0):** use a short descriptive name
* **[Responsive Images](https://www.w3.org/TR/html-picture-element/):** serve the most optimized image corresponding to the window size - **[Optimization](https://imageoptim.com/):** Optimize images by removing some meta information
* **Size:** keep the filesize as low as possible - **[Responsive Images](https://www.w3.org/TR/html-picture-element/):** serve the most optimized image corresponding to the window size
- **Size:** keep the filesize as low as possible
## Videos ## Videos
* **Controls:** add controls to playback and control your video
* **Embed:** allow others to embed your videos - **Controls:** add controls to playback and control your video
* **Transcriptions:** use transcriptions for indexing, usability & content - **Embed:** allow others to embed your videos
* **[Unplayable content](https://developers.google.com/webmasters/mobile-sites/mobile-seo/common-mistakes/unplayable-content):** avoid unplayable video content. Use HTML5 `<video>` tag instead of Flash - **Transcriptions:** use transcriptions for indexing, usability & content
- **[Unplayable content](https://developers.google.com/webmasters/mobile-sites/mobile-seo/common-mistakes/unplayable-content):** avoid unplayable video content. Use HTML5 `<video>` tag instead of Flash
## Links ## Links
* **Backlinks:** only add external links if you got a backlink to your site
* **Internal links:** add ~3 internal links to your content - **Backlinks:** only add external links if you got a backlink to your site
* **[Languages](https://moz.com/learn/seo/hreflang-tag):** the hreflang tag tells Google which language you are using on a specific page, so the search engine can serve that result to users searching in that language - **Internal links:** add ~3 internal links to your content
`<link rel="alternate" href="example.com/fr/" hreflang="fr-fr" />` - **[Languages](https://moz.com/learn/seo/hreflang-tag):** the hreflang tag tells Google which language you are using on a specific page, so the search engine can serve that result to users searching in that language
* **Naming:** use a descriptive link name: “Click here” or “Read more” are bad link text. Better “Read more about SEO and Web Accessibility” `<link rel="alternate" href="example.com/fr/" hreflang="fr-fr" />`
* **[nofollow](https://support.google.com/webmasters/answer/96569):** add `rel="nofollow"` attribute to external links only to prevent spam and bad links - **Naming:** use a descriptive link name: “Click here” or “Read more” are bad link text. Better “Read more about SEO and Web Accessibility”
* **Title:** add the title attribute to links - **[nofollow](https://support.google.com/webmasters/answer/96569):** add `rel="nofollow"` attribute to external links only to prevent spam and bad links
- **Title:** add the title attribute to links
## Mobile ## Mobile
* **[AppLinks](http://applinks.org/documentation/):** apps that link to your content can then use this metadata to deep-link into your app
* **[mobile friendly](https://googlewebmastercentral.blogspot.be/2014/11/helping-users-find-mobile-friendly-pages.html):** mobile optimized sites are marked in search results. Test for [mobile friendly site](https://www.google.com/webmasters/tools/mobile-friendly/) - **[AppLinks](http://applinks.org/documentation/):** apps that link to your content can then use this metadata to deep-link into your app
* **[Smart App Banner](https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/PromotingAppswithAppBanners/PromotingAppswithAppBanners.html):** Safari has a Smart App Banner feature that provides a standardized method of promoting apps on the App Store from a website - **[mobile friendly](https://googlewebmastercentral.blogspot.be/2014/11/helping-users-find-mobile-friendly-pages.html):** mobile optimized sites are marked in search results. Test for [mobile friendly site](https://www.google.com/webmasters/tools/mobile-friendly/)
* **[Tap targets](https://developers.google.com/speed/docs/insights/SizeTapTargetsAppropriately):** clickable links should not be too small - **[Smart App Banner](https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/PromotingAppswithAppBanners/PromotingAppswithAppBanners.html):** Safari has a Smart App Banner feature that provides a standardized method of promoting apps on the App Store from a website
* **Viewport:** tell browsers how to adjust the page's dimensions and scaling to suit the device - **[Tap targets](https://developers.google.com/speed/docs/insights/SizeTapTargetsAppropriately):** clickable links should not be too small
`<meta name="viewport" content="width=device-width, initial-scale=1">` - **Viewport:** tell browsers how to adjust the page's dimensions and scaling to suit the device
`<meta name="viewport" content="width=device-width, initial-scale=1">`
## Sitemap ## Sitemap
* **[HTML sitemap](https://www.youtube.com/watch?v=hi5DGOu1uA0):** an HTML sitemap allows site visitors to easily navigate a website
* **[Image sitemap](https://support.google.com/webmasters/answer/178636):** increase that your images can be found in Image Search results - **[HTML sitemap](https://www.youtube.com/watch?v=hi5DGOu1uA0):** an HTML sitemap allows site visitors to easily navigate a website
* **[Mobile sitemap](https://support.google.com/webmasters/answer/6082207):** for feature phones, you can create a mobile sitemap - **[Image sitemap](https://support.google.com/webmasters/answer/178636):** increase that your images can be found in Image Search results
* **[Video sitemap](https://support.google.com/webmasters/answer/80471):** make sure, search engines know about all the video content on your site - **[Mobile sitemap](https://support.google.com/webmasters/answer/6082207):** for feature phones, you can create a mobile sitemap
* **[XML sitemap](https://support.google.com/webmasters/answer/183668):** help search engines to index your pages - **[Video sitemap](https://support.google.com/webmasters/answer/80471):** make sure, search engines know about all the video content on your site
- **[XML sitemap](https://support.google.com/webmasters/answer/183668):** help search engines to index your pages
## Social Media ## Social Media
* Authorship information
* **[Facebook](https://developers.facebook.com/docs/sharing/best-practices):** sharing Best Practices for Websites & Mobile Apps - Authorship information
* **[OpenGraph](http://ogp.me/):** the Open Graph protocol enables any web page to become a rich object in a social graph. - **[Facebook](https://developers.facebook.com/docs/sharing/best-practices):** sharing Best Practices for Websites & Mobile Apps
* **[Social Profiles](https://developers.google.com/webmasters/structured-data/customize/social-profiles):** add social profiles to your Google search results - **[OpenGraph](http://ogp.me/):** the Open Graph protocol enables any web page to become a rich object in a social graph.
* **Social Shares:** provide sharing options for your site - **[Social Profiles](https://developers.google.com/webmasters/structured-data/customize/social-profiles):** add social profiles to your Google search results
* **[Twitter](https://dev.twitter.com/cards/getting-started):** with Twitter cards, you can attach photos, videos and media experience to you Tweets - **Social Shares:** provide sharing options for your site
- **[Twitter](https://dev.twitter.com/cards/getting-started):** with Twitter cards, you can attach photos, videos and media experience to you Tweets
## Tools & Services ## Tools & Services
### Webmasters ### Webmasters
* **[Bing Webmasters](http://www.bing.com/toolbox/webmaster):** allows webmasters to add their websites to the Bing index crawler.
* **[Google Search Console (GWT)](https://www.google.com/webmasters/):** allows webmasters to check indexing status and optimize visibility of their websites - **[Bing Webmasters](http://www.bing.com/toolbox/webmaster):** allows webmasters to add their websites to the Bing index crawler.
* **[Google Tag Manager](https://www.google.com/analytics/tag-manager/):** learn about Google Analytics Tag Manager and how it can help simplify your life and need for IT requests. Launch new tags with a few clicks. - **[Google Search Console (GWT)](https://www.google.com/webmasters/):** allows webmasters to check indexing status and optimize visibility of their websites
- **[Google Tag Manager](https://www.google.com/analytics/tag-manager/):** learn about Google Analytics Tag Manager and how it can help simplify your life and need for IT requests. Launch new tags with a few clicks.
### Analytics ### Analytics
* **[Ahrefs](https://ahrefs.com/):** analyze websites, track social media, build backlinks - Ahrefs has you covered. Try our marketing and SEO tools Site Explorer and Content Explorer today!
* **[BuzzSumo](https://app.buzzsumo.com/research/most-shared):** find the most shared content for any topic or domain. - **[Ahrefs](https://ahrefs.com/):** analyze websites, track social media, build backlinks - Ahrefs has you covered. Try our marketing and SEO tools Site Explorer and Content Explorer today!
* **[Followerwonk](https://moz.com/followerwonk):** tools for Twitter Analytics, Bio Search and More - **[BuzzSumo](https://app.buzzsumo.com/research/most-shared):** find the most shared content for any topic or domain.
* **[Google Analytics](https://www.google.com/analytics/):** generate detailed statistics about a website's traffic - **[Followerwonk](https://moz.com/followerwonk):** tools for Twitter Analytics, Bio Search and More
* **[Open Site Explorer](https://moz.com/researchtools/ose/):** use Open Site Explorer to identify link building opportunities. Research backlinks, identify top pages, view social activity, and analyze anchor text. - **[Google Analytics](https://www.google.com/analytics/):** generate detailed statistics about a website's traffic
* **[Matomo](https://matomo.org/):** an open analytics platform - **[Open Site Explorer](https://moz.com/researchtools/ose/):** use Open Site Explorer to identify link building opportunities. Research backlinks, identify top pages, view social activity, and analyze anchor text.
* **[SEMrush](https://www.semrush.com/):** SEMrush is a powerful and versatile competitive intelligence suite for online marketing, from SEO and PPC to social media and video advertising research. - **[Matomo](https://matomo.org/):** an open analytics platform
* **[Seomator](https://seomator.com/):** SEO Audit Tool and website crawler for SEO performance improving with How-to-Fix tips. - **[SEMrush](https://www.semrush.com/):** SEMrush is a powerful and versatile competitive intelligence suite for online marketing, from SEO and PPC to social media and video advertising research.
* **[SEOstats](https://github.com/eyecatchup/SEOstats):** SEOstats is a powerful open source PHP library to request a bunch of SEO relevant metrics. - **[Seomator](https://seomator.com/):** SEO Audit Tool and website crawler for SEO performance improving with How-to-Fix tips.
* **[SimilarWeb](https://www.similarweb.com/):** compare website traffic with SimilarWeb.com's advanced traffic estimator tool. See any website's traffic sources & uncover their online marketing strategies. - **[SEOstats](https://github.com/eyecatchup/SEOstats):** SEOstats is a powerful open source PHP library to request a bunch of SEO relevant metrics.
* **[Twitter Analytics](https://analytics.twitter.com/):** measure and boost your impact on Twitter. - **[SimilarWeb](https://www.similarweb.com/):** compare website traffic with SimilarWeb.com's advanced traffic estimator tool. See any website's traffic sources & uncover their online marketing strategies.
- **[Twitter Analytics](https://analytics.twitter.com/):** measure and boost your impact on Twitter.
### Optimization ### Optimization
* **[PageSpeed Insights](https://developers.google.com/speed/pagespeed/insights/):** Page Speed Insights measures the performance of a page for mobile devices and desktop devices.
* **[Varvy Seo tool](https://varvy.com/):** displays: domain strength, links, image seo, social counts & mentions, page/technical seo, pagespeed and more. - **[PageSpeed Insights](https://developers.google.com/speed/pagespeed/insights/):** Page Speed Insights measures the performance of a page for mobile devices and desktop devices.
* **[Webpagetest.org](https://www.webpagetest.org/):** Web Page Test gives you an overall performance waterfall as well as rendering timeline for sites. It also provides critical insight into time to first byte and what could be holding back web page performance - **[Varvy Seo tool](https://varvy.com/):** displays: domain strength, links, image seo, social counts & mentions, page/technical seo, pagespeed and more.
* **[WooRank](https://www.woorank.com/):** WooRank will help you to address issues on your site & identify opportunities to push you ahead of the competition. - **[Webpagetest.org](https://www.webpagetest.org/):** Web Page Test gives you an overall performance waterfall as well as rendering timeline for sites. It also provides critical insight into time to first byte and what could be holding back web page performance
- **[WooRank](https://www.woorank.com/):** WooRank will help you to address issues on your site & identify opportunities to push you ahead of the competition.
### Keywords ### Keywords
* **[Google Trends](https://www.google.com/trends/):** explore Google trending search topics with Google Trends.
* **[Keyword Planner](https://adwords.google.com/KeywordPlanner):** plan your Search Network campaigns and learn what your customers are looking for - **[Google Trends](https://www.google.com/trends/):** explore Google trending search topics with Google Trends.
* **[Keyword Tool](http://keywordtool.io/):** best FREE alternative to Google Keyword Tool for SEO & PPC keyword research! Get 750+ relevant long-tail keywords from Google Suggest in seconds! - **[Keyword Planner](https://adwords.google.com/KeywordPlanner):** plan your Search Network campaigns and learn what your customers are looking for
* **[Moz Keyword Explorer](https://moz.com/explorer):** Paid Keyword Tool that provides precise search volume, keyword difficulty, SERP Features and organic click through rate data. - **[Keyword Tool](http://keywordtool.io/):** best FREE alternative to Google Keyword Tool for SEO & PPC keyword research! Get 750+ relevant long-tail keywords from Google Suggest in seconds!
- **[Moz Keyword Explorer](https://moz.com/explorer):** Paid Keyword Tool that provides precise search volume, keyword difficulty, SERP Features and organic click through rate data.
### Links ### Links
* **[OpenLinkProfiler](http://www.openlinkprofiler.org/):** get an in-depth analysis of the freshest live backlinks.
* **[Search Engine Spider Simulator](http://tools.seochat.com/tools/search-spider-simulator):** this tool simulates a search engine by displaying the contents of a web page in exactly the way the search engine bot would see it when it crawls the page: See most prominent or inaccessible page elements. - **[OpenLinkProfiler](http://www.openlinkprofiler.org/):** get an in-depth analysis of the freshest live backlinks.
* **[Screaming Frog SEO Spider Tool & Crawler Software](https://www.screamingfrog.co.uk/seo-spider/):** the Screaming Frog SEO Spider is a small desktop program (PC or Mac) which crawls websites links, images, CSS, script and apps from an SEO perspective. - **[Search Engine Spider Simulator](http://tools.seochat.com/tools/search-spider-simulator):** this tool simulates a search engine by displaying the contents of a web page in exactly the way the search engine bot would see it when it crawls the page: See most prominent or inaccessible page elements.
- **[Screaming Frog SEO Spider Tool & Crawler Software](https://www.screamingfrog.co.uk/seo-spider/):** the Screaming Frog SEO Spider is a small desktop program (PC or Mac) which crawls websites links, images, CSS, script and apps from an SEO perspective.
### Structured Data ### Structured Data
* **[Facebook Debugger](https://developers.facebook.com/tools/debug):** enter the URL you want to scrape to see how the page's markup appears to Facebook
* **[Pinterest](https://developers.pinterest.com/rich_pins/validator/):** validate your Rich Pins and apply to get them on Pinterest - **[Facebook Debugger](https://developers.facebook.com/tools/debug):** enter the URL you want to scrape to see how the page's markup appears to Facebook
* **[Structured Data Testing Tool](https://developers.google.com/structured-data/testing-tool/):** paste in your rich snippets or url to test it - **[Pinterest](https://developers.pinterest.com/rich_pins/validator/):** validate your Rich Pins and apply to get them on Pinterest
* **[Twitter card validator](https://cards-dev.twitter.com/validator):** enter the URL of the page with the meta tags to validate - **[Structured Data Testing Tool](https://developers.google.com/structured-data/testing-tool/):** paste in your rich snippets or url to test it
- **[Twitter card validator](https://cards-dev.twitter.com/validator):** enter the URL of the page with the meta tags to validate
### Bookmarklets ### Bookmarklets
* **[OuiSEO](https://github.com/carlsednaoui/seo-bookmarklet):** an open-source bookmarklet that shows you on-page SEO and social meta data information.
* **[SEO Bookmarklet](https://twkm.ca/projects/seo-bookmarklet):** a One-Stop SEO Bookmarklet to Quickly Review On-Site SEO - **[OuiSEO](https://github.com/carlsednaoui/seo-bookmarklet):** an open-source bookmarklet that shows you on-page SEO and social meta data information.
- **[SEO Bookmarklet](https://twkm.ca/projects/seo-bookmarklet):** a One-Stop SEO Bookmarklet to Quickly Review On-Site SEO
### Browser Extensions ### Browser Extensions
* **[MozBar](https://moz.com/tools/seo-toolbar):** the SEO Toolbar from Moz gives you quick access to many on-page SEO factors, Domain & Page Authority plus a quick nofollow toggle. Download the Free Toolbar today!
- **[MozBar](https://moz.com/tools/seo-toolbar):** the SEO Toolbar from Moz gives you quick access to many on-page SEO factors, Domain & Page Authority plus a quick nofollow toggle. Download the Free Toolbar today!
### Jekyll Plugins ### Jekyll Plugins
* **[Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag):** A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content.
- **[Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag):** A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content.
### TYPO3 Extensions ### TYPO3 Extensions
* **[Basic SEO Features](https://typo3.org/extensions/repository/view/seo_basics):** Adds a separate field for the title-tag per page, easy and SEO-friendly keywords and description editing in a new module as well as a flexible Google Sitemap.
* **[Google sitemap](https://typo3.org/extensions/repository/view/dd_googlesitemap):** High performance Google sitemap implementation that avoids typical errors by other similar extensions. - **[Basic SEO Features](https://typo3.org/extensions/repository/view/seo_basics):** Adds a separate field for the title-tag per page, easy and SEO-friendly keywords and description editing in a new module as well as a flexible Google Sitemap.
- **[Google sitemap](https://typo3.org/extensions/repository/view/dd_googlesitemap):** High performance Google sitemap implementation that avoids typical errors by other similar extensions.
### WordPress Plugins ### WordPress Plugins
* **[All in One SEO Pack](https://wordpress.org/plugins/all-in-one-seo-pack/):** the most downloaded plugin for WordPress (almost 30 million downloads). Use All in One SEO Pack to automatically optimize your site for Search Engines
* **[Yoast SEO](https://wordpress.org/plugins/wordpress-seo/):** improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO plugin. - **[All in One SEO Pack](https://wordpress.org/plugins/all-in-one-seo-pack/):** the most downloaded plugin for WordPress (almost 30 million downloads). Use All in One SEO Pack to automatically optimize your site for Search Engines
- **[Yoast SEO](https://wordpress.org/plugins/wordpress-seo/):** improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO plugin.
## Books ## Books
* **[Search engine optimization 2016: Learn SEO with smart internet marketing strategies](https://www.amazon.com/Search-Optimization-Internet-Marketing-Strategies/dp/151534567X):** learn SEO strategies to rank at the top of Google with SEO 2016
* **[Search Engine Optimization All-in-One For Dummies](https://www.amazon.com/Search-Engine-Optimization-All-Dummies/dp/1118921755):** Bruce Clay is one of the most respected figures in the SEO community, teaching classes and workshops at all the major conferences. Like the Art of SEO, this book is actually pretty technical and probably not your best easy, first guide, despite being part of the Dummies series. - **[Search engine optimization 2016: Learn SEO with smart internet marketing strategies](https://www.amazon.com/Search-Optimization-Internet-Marketing-Strategies/dp/151534567X):** learn SEO strategies to rank at the top of Google with SEO 2016
* **[SEO 2016: Learn Search Engine Optimization](https://www.amazon.com/SEO-2016-Search-Engine-Optimization/dp/1512275069):** a Comprehensive Must-Have Guide to SEO in Today's Competitive Search Environment - **[Search Engine Optimization All-in-One For Dummies](https://www.amazon.com/Search-Engine-Optimization-All-Dummies/dp/1118921755):** Bruce Clay is one of the most respected figures in the SEO community, teaching classes and workshops at all the major conferences. Like the Art of SEO, this book is actually pretty technical and probably not your best easy, first guide, despite being part of the Dummies series.
* **[SEO Fitness Workbook](https://www.amazon.com/SEO-Fitness-Workbook-2016-Optimization/dp/1518748880):** step-by-step book on SEO, starting with goals, going through on page SEO such as page tags, and ending up with off page SEO such as link-building and social mentions. - **[SEO 2016: Learn Search Engine Optimization](https://www.amazon.com/SEO-2016-Search-Engine-Optimization/dp/1512275069):** a Comprehensive Must-Have Guide to SEO in Today's Competitive Search Environment
* **[SEO For Dummies, 6th Edition](http://shop.oreilly.com/product/9781119129554.do):** your fully updated guide to search engine optimization - **[SEO Fitness Workbook](https://www.amazon.com/SEO-Fitness-Workbook-2016-Optimization/dp/1518748880):** step-by-step book on SEO, starting with goals, going through on page SEO such as page tags, and ending up with off page SEO such as link-building and social mentions.
* **[SEO Step-by-Step - The Complete Beginner's Guide to Getting Traffic from Google](https://www.amazon.com/SEO-Step-Step-Complete-Beginners/dp/1497415020):** also starts with keywords and covers ON PAGE and OFF PAGE SEO. Emphasizes the importance of speed, and has a nice appendix with SEO resources, glossary, and links. - **[SEO For Dummies, 6th Edition](http://shop.oreilly.com/product/9781119129554.do):** your fully updated guide to search engine optimization
* **[SEO Warrior](http://shop.oreilly.com/product/9780596157081.do):** essential Techniques for Increasing Web Visibility - **[SEO Step-by-Step - The Complete Beginner's Guide to Getting Traffic from Google](https://www.amazon.com/SEO-Step-Step-Complete-Beginners/dp/1497415020):** also starts with keywords and covers ON PAGE and OFF PAGE SEO. Emphasizes the importance of speed, and has a nice appendix with SEO resources, glossary, and links.
* **[SEO: Marketing Strategies to Dominate the First Page](https://www.amazon.com/SEO-Marketing-Strategies-analytics-optimization-ebook/dp/B01ACB7LQM):** introduction to Google Analytics, Webmaster, Website traffic, Adwords, Pay per click, Website promotion and Search engine optimization. - **[SEO Warrior](http://shop.oreilly.com/product/9780596157081.do):** essential Techniques for Increasing Web Visibility
* **[The Art of SEO, 3rd Edition](http://shop.oreilly.com/product/0636920032908.do):** mastering search engine optimization - **[SEO: Marketing Strategies to Dominate the First Page](https://www.amazon.com/SEO-Marketing-Strategies-analytics-optimization-ebook/dp/B01ACB7LQM):** introduction to Google Analytics, Webmaster, Website traffic, Adwords, Pay per click, Website promotion and Search engine optimization.
* **[The Beginner's Guide to SEO](https://moz.com/beginners-guide-to-seo):** new to SEO? Need to polish up your knowledge? The Beginner's Guide to SEO has been read over 3 million times and provides the information you need to get on the road to professional quality SEO. - **[The Art of SEO, 3rd Edition](http://shop.oreilly.com/product/0636920032908.do):** mastering search engine optimization
* **[The SEO Battlefield](http://shop.oreilly.com/product/0636920050964.do):** if you want to establish an ongoing SEO program with the goal of increased traffic and search prominence, this practical step-by-step guide will help you understand SEO methodology and then show you how to put those theories into practice. - **[The Beginner's Guide to SEO](https://moz.com/beginners-guide-to-seo):** new to SEO? Need to polish up your knowledge? The Beginner's Guide to SEO has been read over 3 million times and provides the information you need to get on the road to professional quality SEO.
- **[The SEO Battlefield](http://shop.oreilly.com/product/0636920050964.do):** if you want to establish an ongoing SEO program with the goal of increased traffic and search prominence, this practical step-by-step guide will help you understand SEO methodology and then show you how to put those theories into practice.
## Courses ## Courses
* **[Analyzing Your Website to Improve SEO](https://www.lynda.com/Marketing-Small-Business-Marketing-tutorials/Analyzing-Your-Website-Improve-SEO/82409-2.html):** walks step-by-step through the process of reviewing the content and markup of a web site to improve its ranking in search engine results. With Peter Kent by Lynda.com
* **[ClickMinded](https://www.clickminded.com/):** ClickMinded is an SEO training course for startups that want to grow their organic traffic and sales as quickly as possible. - **[Analyzing Your Website to Improve SEO](https://www.lynda.com/Marketing-Small-Business-Marketing-tutorials/Analyzing-Your-Website-Improve-SEO/82409-2.html):** walks step-by-step through the process of reviewing the content and markup of a web site to improve its ranking in search engine results. With Peter Kent by Lynda.com
* **[Ecommerce SEO 101 Video Series](https://www.shopify.com/videos/ecommerce-seo-101):** Ecommerce SEO 101 Video Series with Helen Overland by shopify - **[ClickMinded](https://www.clickminded.com/):** ClickMinded is an SEO training course for startups that want to grow their organic traffic and sales as quickly as possible.
* **[Improving SEO Using Accessibility Techniques](https://www.lynda.com/HTML-5-tutorials/Improving-SEO-Using-Accessibility-Techniques/89051-6.html):** make web sites more accessible and search engine friendly through proper markup and web standards compliance. With Morten Rand-Hendriksen by Lynda.com - **[Ecommerce SEO 101 Video Series](https://www.shopify.com/videos/ecommerce-seo-101):** Ecommerce SEO 101 Video Series with Helen Overland by shopify
* **[International SEO Fundamentals](https://www.lynda.com/Analytics-tutorials/International-SEO-Fundamentals/377449-6.html):** attract international visitors to your websites with these SEO tips. Learn how to determine target markets and optimize your website's technical aspects and content for countries and languages around the world. With David Booth by Lynda.com - **[Improving SEO Using Accessibility Techniques](https://www.lynda.com/HTML-5-tutorials/Improving-SEO-Using-Accessibility-Techniques/89051-6.html):** make web sites more accessible and search engine friendly through proper markup and web standards compliance. With Morten Rand-Hendriksen by Lynda.com
* **[Learning Search Engine Optimization (SEO): A Video Introduction](https://www.video2brain.com/en/courses/learning-search-engine-optimization-seo-a-video-introduction):** Learning Search Engine Optimization (SEO): A Video Introduction with Matt Bailey by video2brain - **[International SEO Fundamentals](https://www.lynda.com/Analytics-tutorials/International-SEO-Fundamentals/377449-6.html):** attract international visitors to your websites with these SEO tips. Learn how to determine target markets and optimize your website's technical aspects and content for countries and languages around the world. With David Booth by Lynda.com
* **[Learning Web Analytics](https://www.video2brain.com/en/courses/learning-web-analytics):** Learning Web Analytics with Matt Bailey by video2brain - **[Learning Search Engine Optimization (SEO): A Video Introduction](https://www.video2brain.com/en/courses/learning-search-engine-optimization-seo-a-video-introduction):** Learning Search Engine Optimization (SEO): A Video Introduction with Matt Bailey by video2brain
* **[SEO for Beginners](http://seoforbeginners.com/):** SEO for Beginners: A Video Guide Introduction - **[Learning Web Analytics](https://www.video2brain.com/en/courses/learning-web-analytics):** Learning Web Analytics with Matt Bailey by video2brain
* **[SEO for Ecommerce](https://www.lynda.com/Google-Analytics-tutorials/SEO-Ecommerce/386884-2.html):** SEO for ecommerce is different. Get strategies tailored for optimizing an online store to improve page rankings and build traffic. With Steven Harris by Lynda.com - **[SEO for Beginners](http://seoforbeginners.com/):** SEO for Beginners: A Video Guide Introduction
* **[SEO for Local Visibility](https://www.lynda.com/Google-Maps-tutorials/SEO-Local-Visibility/178132-2.html):** achieve maximum visibility in search rankings with these local SEO strategies. With Brad Batesole by Lynda.com - **[SEO for Ecommerce](https://www.lynda.com/Google-Analytics-tutorials/SEO-Ecommerce/386884-2.html):** SEO for ecommerce is different. Get strategies tailored for optimizing an online store to improve page rankings and build traffic. With Steven Harris by Lynda.com
* **[SEO for Web Designers](https://webdesign.tutsplus.com/courses/seo-for-web-designers):** SEO for Web Designers with Craig Campbell by TutsPlus - **[SEO for Local Visibility](https://www.lynda.com/Google-Maps-tutorials/SEO-Local-Visibility/178132-2.html):** achieve maximum visibility in search rankings with these local SEO strategies. With Brad Batesole by Lynda.com
* **[SEO Fundamentals](https://www.lynda.com/Analytics-tutorials/SEO-Fundamentals/187858-2.html):** SEO Fundamentals with David Booth by Lynda.com - **[SEO for Web Designers](https://webdesign.tutsplus.com/courses/seo-for-web-designers):** SEO for Web Designers with Craig Campbell by TutsPlus
* **[SEO Fundamentals](https://www.pluralsight.com/courses/seo-fundamentals):** SEO Fundamentals with Paul Wilson by Pluralsight - **[SEO Fundamentals](https://www.lynda.com/Analytics-tutorials/SEO-Fundamentals/187858-2.html):** SEO Fundamentals with David Booth by Lynda.com
* **[SEO Tools Fundamentals](https://www.lynda.com/Buzzstream-tutorials/SEO-Tools-Fundamentals/368917-2.html):** learn about today's top SEO tools for technical optimization, content optimization, offsite optimization, and competitive research. With Brad Batesole by Lynda.com - **[SEO Fundamentals](https://www.pluralsight.com/courses/seo-fundamentals):** SEO Fundamentals with Paul Wilson by Pluralsight
* **[SEO Training Course by Moz](https://www.udemy.com/whiteboard-seo/):** SEO Training Course with Moz by udemy - **[SEO Tools Fundamentals](https://www.lynda.com/Buzzstream-tutorials/SEO-Tools-Fundamentals/368917-2.html):** learn about today's top SEO tools for technical optimization, content optimization, offsite optimization, and competitive research. With Brad Batesole by Lynda.com
* **[SEO: Keyword Strategy in Depth](https://www.lynda.com/Business-Online-Marketing-tutorials/SEO-Keyword-Strategy-Depth/147030-6.html):** learn how to research keywords, apply them to your website, and create ad campaigns around keywords. Increase your site traffic and better understand your user's intent with keywords. With Matt Bailey by Lynda.com - **[SEO Training Course by Moz](https://www.udemy.com/whiteboard-seo/):** SEO Training Course with Moz by udemy
* **[SEO: Link Building in Depth](https://www.lynda.com/Business-Online-Marketing-tutorials/SEO-Link-Building-Depth/95253-6.html):** investigates the anatomy of a link, how links affect page ranking, and the properties that make an excellent inbound link. With Peter Kent by Lynda.com - **[SEO: Keyword Strategy in Depth](https://www.lynda.com/Business-Online-Marketing-tutorials/SEO-Keyword-Strategy-Depth/147030-6.html):** learn how to research keywords, apply them to your website, and create ad campaigns around keywords. Increase your site traffic and better understand your user's intent with keywords. With Matt Bailey by Lynda.com
* **[Spying with SEO Tools](https://www.lynda.com/Marketing-PPC-tutorials/Spying-SEO-Tools/371730-6.html):** learn how to use SEO tools and techniques to research the competition online. Find out what keywords your competitors are optimizing for—and then outrank them on search engine results pages. With Anson Alexander by Lynda.com - **[SEO: Link Building in Depth](https://www.lynda.com/Business-Online-Marketing-tutorials/SEO-Link-Building-Depth/95253-6.html):** investigates the anatomy of a link, how links affect page ranking, and the properties that make an excellent inbound link. With Peter Kent by Lynda.com
* **[Video SEO Basics](https://www.lynda.com/Business-Web-Video-tutorials/Video-SEO-Basics/118217-6.html):** optimize your videos for search engines and convert the traffic to achieve your business goals. With Ian Lurie by Lynda.com - **[Spying with SEO Tools](https://www.lynda.com/Marketing-PPC-tutorials/Spying-SEO-Tools/371730-6.html):** learn how to use SEO tools and techniques to research the competition online. Find out what keywords your competitors are optimizing for—and then outrank them on search engine results pages. With Anson Alexander by Lynda.com
* **[WordPress Plugins: SEO](https://www.lynda.com/WordPress-tutorials/WordPress-Plugins-SEO/140779-2.html):** drive more visitors to your WordPress site by performing search engine optimization, or SEO, with the help of two powerful plugins. With Morten Rand-Hendriksen by Lynda.com - **[Video SEO Basics](https://www.lynda.com/Business-Web-Video-tutorials/Video-SEO-Basics/118217-6.html):** optimize your videos for search engines and convert the traffic to achieve your business goals. With Ian Lurie by Lynda.com
- **[WordPress Plugins: SEO](https://www.lynda.com/WordPress-tutorials/WordPress-Plugins-SEO/140779-2.html):** drive more visitors to your WordPress site by performing search engine optimization, or SEO, with the help of two powerful plugins. With Morten Rand-Hendriksen by Lynda.com
## License ## License
[![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/) [![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)