56
Essential On-Page SEO Everything you need to do before you start promoting your site

Essential On-Page SEO

Embed Size (px)

Citation preview

Essential On-Page SEOEverything you need to do before you start promoting your site

2

1. Don’t use a 💩 hosting provider

2. Make site architecture topic centric

3. Consider adding SSL

4. Make your site mobile/responsive

6

+

7

Foundation

8

Custom download

5. Make ALL THE THINGS faster!

10

Reduce the size of all images

11

Use SVG for simple images

12

Use ImageOptim for JPG and PNG

13

EWWW Image Optimizer plugin

for WordPress

14

Create smaller versions for mobile

1024px800px

550px360px

15

Use SRCSET to deliver the correct image

<img alt="my awesome cat" src="image.png" srcset="cat-hd.png 2x, cat-med.png 640w, cat-med-hd.png 640w 2x" />

16

Specify device width

<img alt="my awesome cat" src="image.png" srcset="cat-hd.png 2x, cat-med.png 640w, cat-med-hd.png 640w 2x" />

17

Specify High DPI

<img alt="my awesome cat" src="image.png" srcset="cat-hd.png 2x, cat-med.png 640w, cat-med-hd.png 640w 2x" />

18

Create different versions for the best UX

Mobile Desktop

19

WordPress Plugin for SRCSET

SrcSet Responsive Images for WP http://raven.link/srcsetwp

20

Use Google PageSpeed Insights

21

You will never see a perfect score

22

What it looks like

23

The winning code

24

The tool is actually a cruel joke

25

Can’t win with offsite code

26

WordPress plugins will ruin your day

@RavenJon | raventools.com

Stages of PageSpeed Insights Grief27

• Denial

• Anger

• Bargaining

• Depression

• Acceptance

28

Fix your size-tap targets

29

Go nuts and use inline CSS

6. Don’t forget the META

31

Optimize Page Titles

32

Don’t skip Descriptions

33

Use OpenGraph

34

Yoast’s SEO Plugin for WordPress

7. Use structured data

36

Use schema.org to enhance listings

37

http://schema.org/Recipe

38

39

WordPress plugin for schema.org

Schema Creator http://raven.link/schemawp

40

HTML attributes for mobile/UX

41

type="number"

42

type="date"

43

type="tel"

8. If it makes sense to

45

Speed = Ranking Factor

46

Mobile = Ranking Factor

What can we assume moving forward?

48

cares about time

49

cares about actions

50

knows ALL THE THINGS!

@RavenJon | raventools.com

51

http://raven.link/onpageseo

9. Check and monitor for errors

53

Google Search Console

54

Check robots.txt using SEO Book’s tool

http://raven.link/robots

55

Site Auditor

raven.link/siteaudit

Presented by Jon Henshaw @RavenJon

slideshare.net/raventools

Thanks!