+ All Categories
Home > Data & Analytics > The SEO Workshop (session 2)

The SEO Workshop (session 2)

Date post: 11-Aug-2014
Category:
Upload: rankabove
View: 134 times
Download: 0 times
Share this document with a friend
Description:
Session 2 from RankAbove's SEO workshop for developers. Senior Analyst Kalman Labovitz covers tips for schema, on-page elements (default vs manual, marketing vs dev), breadcrumbs and internal linking, and server responses.
23
The SEO Workshop May 12, 2014 By: Kalman Labovitz
Transcript
Page 1: The SEO Workshop (session 2)

The SEO WorkshopMay 12, 2014

By: Kalman Labovitz

Page 2: The SEO Workshop (session 2)

Overview

Schema On-page

Breadcrumbs Server responses

Page 3: The SEO Workshop (session 2)

Schema - What is it?• In short – HTML Markup to help search

engines understand content• Instead of just <div> and <span>• You have “items” like “Product”, “reviews”

and a whole lot more

Page 4: The SEO Workshop (session 2)

Schema - SERPs• Old

• New

Page 5: The SEO Workshop (session 2)

Schema – Confusing?- 8 out of 10 clients implement incorrectly- Where to implement?

- Types to templates- Example:

Page 6: The SEO Workshop (session 2)

Schema - worth the effort?• Search engines like it because it saves

money!• Three stages to SERP

– Crawl– Index– Display

• Clients has seen +50% increase in traffic

Page 7: The SEO Workshop (session 2)

Schema - Break it down– The standard stuff

• WebPageElement– WPFooter– WPHeader– WPSideBar

– Your site focus• Halo 4 – Product or CreativeWork

– Match markup to templates• WordPress – single.php = /BlogPosting or /Article

Page 8: The SEO Workshop (session 2)

Schema - Tips– Always have the “Full Hierarchy” open when

working - build a plan of implementation (http://schema.org/docs/full.html)

– Understand YOUR focus• eCommerce• Media• Blog

Page 9: The SEO Workshop (session 2)

Schema - Tips• Create a table and match• Do not forget itemscope and itemscope of an

itemscope• Items not in the same <></> use meta tag

– Works now may not in the future

Page 10: The SEO Workshop (session 2)

Schema - Avoid– Markup for item page on listing page– Multiple item pages on a page– Double calls of itemscope

Page 11: The SEO Workshop (session 2)

On-Page Elements• Search engines spiders read books?• On-Page elements (sample)

– Title <title>– Headers (h1, h2, etc.)– Alt tag <img alt=“”>– File names

Page 12: The SEO Workshop (session 2)

On-Page Elements - Control• Default vs. Manual Control• Bigger Question – Who responsible for the

website?• Why not have both?

Page 13: The SEO Workshop (session 2)

On-Page Elements - Control• Example of default

– Buy [Product name] in [color/s] at [company Name]

– Shop [category] and find the cheapest products at [Company Name]

• Allow for Manual Override– Saved you the time to have to update the DB

Page 14: The SEO Workshop (session 2)

On-Page Elements - Control

Page 15: The SEO Workshop (session 2)

Breadcrumbs and Internal Linking

• Set links vs. Sporadic links– Set link is a link within page structure that is

(almost) always there• Head menu link, footer link, side link

Page 16: The SEO Workshop (session 2)

Breadcrumbs and Internal Linking

– Sporadic (in-content) link• Link that appears within main content of page

Same link, but different value

Page 17: The SEO Workshop (session 2)

Breadcrumbs and Internal Linking

• Some rules (but they can change)– First link to page counts more

• So target the correct Anchor text• Classic mistake – First link to Home Page usually

image or “home”– PageRank takes into account total number of

links– Quality vs. quantity of links within content

Page 19: The SEO Workshop (session 2)

Server Responses – Control• What is the best response?• Who decides and who controls?

– Developers like scale– Marketers like options

Page 20: The SEO Workshop (session 2)

Server Responses – Control• What is the goal?

– Rebrand– Pivot– Redesign

• Developers set the default• Marketers have the override

– But they make mistakes– You need to watch out for them

Page 21: The SEO Workshop (session 2)

Server Responses – Situations• URL structure changes• Product discontinued• Product updated

– i.e. iPhone 4 iPhone 5• Category name change• Etc.

Page 22: The SEO Workshop (session 2)

Server Responses – Look out• 301 redirect loops• 301 to 404• Are there backlinks?

– You might not need to 301 redirect everything


Recommended