mirror of
https://github.com/marcobiedermann/search-engine-optimization.git
synced 2025-03-03 12:19:19 -05:00
update meta information section
This commit is contained in:
parent
5d25d351ca
commit
b32ae7a5b5
21
readme.md
21
readme.md
@ -3,9 +3,8 @@ A helpful checklist / collection of Search Engine Optimization (SEO) tips and te
|
|||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
* [URL](#url)
|
* [URL](#url)
|
||||||
* [Title](#title)
|
* [Meta Information](#meta-information)
|
||||||
* [Keywords](#keywords)
|
* [Keywords](#keywords)
|
||||||
* [Description](#description)
|
|
||||||
* [Content](#content)
|
* [Content](#content)
|
||||||
* [Images](#images)
|
* [Images](#images)
|
||||||
* [Links](#links)
|
* [Links](#links)
|
||||||
@ -28,12 +27,9 @@ A helpful checklist / collection of Search Engine Optimization (SEO) tips and te
|
|||||||
* Localisation: chookse a country-specific domain, for better local search results
|
* Localisation: chookse a country-specific domain, for better local search results
|
||||||
* [HTTPS](http://googlewebmastercentral.blogspot.be/2014/08/https-as-ranking-signal.html): Security is a top priority for Google
|
* [HTTPS](http://googlewebmastercentral.blogspot.be/2014/08/https-as-ranking-signal.html): Security is a top priority for Google
|
||||||
|
|
||||||
### Title
|
### Meta Information
|
||||||
* every page shound have a unique speaking title (60 - 100 characters)
|
* Title: each page shound have a unique speaking title (60 - 100 characters) `<title>Website Title</title>`
|
||||||
|
* Description: each page should have a unique description (max. 160 characters) `<meta name="description" content="">`
|
||||||
```
|
|
||||||
<title>Website Title goes here</title>
|
|
||||||
```
|
|
||||||
|
|
||||||
### Keywords
|
### Keywords
|
||||||
* Single: every page shound have a single unique targeted keyword
|
* Single: every page shound have a single unique targeted keyword
|
||||||
@ -44,15 +40,6 @@ A helpful checklist / collection of Search Engine Optimization (SEO) tips and te
|
|||||||
* Content: keyword should apear in ~3% of article length
|
* Content: keyword should apear in ~3% of article length
|
||||||
* [Meta Tag](https://www.youtube.com/watch?v=jK7IPbnmvVU): you can ommit the `<meta name="keywords" content="">`, 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="">`, search engines do not use this meta tag
|
||||||
|
|
||||||
|
|
||||||
### Description
|
|
||||||
* every page shound have a unique description
|
|
||||||
* max. 160 characters
|
|
||||||
|
|
||||||
```
|
|
||||||
<meta name="description" content="max 160 Chars">
|
|
||||||
```
|
|
||||||
|
|
||||||
### Content
|
### Content
|
||||||
* Content: Content matters the most in SEO
|
* Content: Content matters the most in SEO
|
||||||
* Headings: Clear structure `H1` -` H6` max. 70 characters long
|
* Headings: Clear structure `H1` -` H6` max. 70 characters long
|
||||||
|
Loading…
x
Reference in New Issue
Block a user