32
Marketer to Developer Translation SMX West February 9, 2009

Marketer to Developer Translation

  • Upload
    rod

  • View
    39

  • Download
    0

Embed Size (px)

DESCRIPTION

Marketer to Developer Translation. SMX West February 9, 2009. Developer Goals. Help Grow The Business. Developer Goals. Robust Supportable Code. Developer Goals. Work on Fun Stuff. Developer Goals. Don’t Get Drawn In To Stupid Projects By Marketing. Marketing Goals. Help Grow - PowerPoint PPT Presentation

Citation preview

Page 1: Marketer to Developer Translation

Marketer to Developer TranslationSMX West

February 9, 2009

Page 2: Marketer to Developer Translation

Developer Goals

Help GrowThe Business

Page 3: Marketer to Developer Translation

Developer Goals

RobustSupportable Code

Page 4: Marketer to Developer Translation

Developer Goals

Work on Fun Stuff

Page 5: Marketer to Developer Translation

Developer Goals

Don’t Get Drawn InTo Stupid Projects

By Marketing

Page 6: Marketer to Developer Translation

Marketing Goals

Help GrowThe Business

Page 7: Marketer to Developer Translation

Marketing Goals

Promote the Web Site

Page 8: Marketer to Developer Translation

Marketing Goals

Stop DevelopmentFrom Working On

Stupid Projects

Page 9: Marketer to Developer Translation

Marketing Goals

Two MartiniLunches!

Page 10: Marketer to Developer Translation

Links Are Votes

1. Your Domain

2. Their Domain

YourDomain

TheirDomain

4Links

3Links

WhoRanks first?

Who hasmore links?

Inbound Links

Page 11: Marketer to Developer Translation

Link Juice is a Fixed Quantity

Link Juice = 5

LJ =1

LJ =1

LJ =1

LJ =1

LJ =1

Page 12: Marketer to Developer Translation

Link Juice is a Fixed Quantity

Link Juice = 5

LJ =1.25

LJ =0

LJ =1.25

LJ =1.25

LJ =1.25

More JuiceFor The

ImportantPages

Page 13: Marketer to Developer Translation

Why Redirects Matter

OldPage

NewPage

LinksShreddedWith It!

Page 14: Marketer to Developer Translation

PageMoved

NewPage

NewPage

302 Redirect

301 Redirect

PageMoved

Link Juice

Link Juice

Implementing Redirects

Page 15: Marketer to Developer Translation

Canonical Issues

http://www.yd.com

http://yd.com

600Links

75Links

600LinksDrive

Rankings

75Links

Wasted

Page 16: Marketer to Developer Translation

Canonical Redirect

http://www.yd.com

http://yd.com

301Redirect

675LinksDrive

Rankings

600Links

75Links

Page 17: Marketer to Developer Translation

Canonical Redirects in Apache

• RewriteCond %{HTTP_HOST} .

• RewriteCond %{HTTP_HOST} !^www\.seoclass\.org [NC]

• RewriteRule (.*) http://www.seoclass.org/$1 [R=301,L]

• May be Cryptic, but that’s it!

Page 18: Marketer to Developer Translation

Canonical Redirects In IIS• First of all, you need to set up separate entries for the www and non-www version of your website (usually using

the host-header setting in IIS). Determine which version you want to redirect (for some help, try this tool to check the numbers on the canonical versons of a domain).

• 1. Start -> Control Panel -> Administrative Tools -> Internet Information Services.• 2. Double-click "Web Sites" and then find the web site where the unpreferred domain is.• 3. Right-click on the unpreferred site and choose "Properties". Choose the "Directory" tab.• 4. Click the "A redirection to a URL" option.• 5. Enter the URL of the preferred domain to the right of "Redirect to:", add "$S$Q" to the end to redirect paths,

files and querystrings (eg "http://www.domain.com$S$Q" - don't use the quotes).• 6. Select "The exact URL entered above" and "A permanent redirection for this resource".• 7. Use "OK" to save the changes.

• Don't trust the settings - test them with the server header checker. The preferred domain should come normally, the other one should 301-redirect. Try some lower level pages and some parameters in the querystring to be certain that it's working everywhere. It must return code "301" (not 302).

• If you do not have console access to IIS, you will have to include a script into all pages / scripts processed on the domain. An example of how to handle this can be found at http://www.jlh-design.com/2006/08/301-redirects-in-asp-on-iis-server/.

Page 19: Marketer to Developer Translation

Canonical Redirects with IIS ISAPI Rewrite

• RewriteEngine On

• RewriteCond %{HTTP_HOST} ^yourdomain\.com$ [NC]

• RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=301,L]

• May be Cryptic, but that’s it!

Page 20: Marketer to Developer Translation

Redirects in a Different Publishing System

Page 21: Marketer to Developer Translation

Other System Redirects

Page 22: Marketer to Developer Translation

Other System Redirects

Page 23: Marketer to Developer Translation

Duplicate Content

• Duplicate content is one of the banes of the web publishing world

• Content management systems are often the culprit

• So why does it matter?

Page 24: Marketer to Developer Translation

Wasted Crawl Budget

I’ll take 100pages today

1 2 3 4-50

53 52 5154-100

Original Pages Not Crawled = 50

Duplicate PagesGotta go!

Page 25: Marketer to Developer Translation

DupPage

Duplicate Pages

Home PageLink Juice

= 12

LJ =4

LJ =4

LJ =4

1.2. 3.Your Domain

Page 26: Marketer to Developer Translation

DupPage

Duplicate Pages

Home PageLink Juice

= 12

LJ =6

1. Your Domain2.3.

LJ =6

LJ =0

Page 27: Marketer to Developer Translation

CMS Dupe Content Example

Page 28: Marketer to Developer Translation

CMS Dupe Content Example

Page 29: Marketer to Developer Translation

http://www.mohawksoft.org/?q=node/8.

Page 30: Marketer to Developer Translation

http://www.mohawksoft.org/?q=node/8

Page 31: Marketer to Developer Translation

Example CMS Code Flow

Page 32: Marketer to Developer Translation

Thank You!

Eric Enge

President

Stone Temple Consulting

[email protected]

(508) 485-7751