SlideShare a Scribd company logo
1 of 78
Download to read offline
WordPress Optimization
      40 tips in 40 minutes




                        Joost de Valk, OrangeValley - WordCamp Ireland 2010
Open Source
Open Source
              Apple
Open Source
WordPress          Apple
Open Source
WordPress          Apple


     CSS
Open Source
WordPress          Apple


     CSS           SEO
Open Source
WordPress          Apple
            Geek
     CSS           SEO
Open Source           Theology

WordPress          Apple
            Geek
     CSS           SEO
Open Source                  Theology
                           IBMS
WordPress          Apple
            Geek
     CSS           SEO
Open Source                  Theology
                           IBMS
WordPress          Apple
            Geek
     CSS           SEO
                                       Blogger
Open Source                        Theology
                           IBMS
WordPress          Apple
            Geek
     CSS           SEO        Speaker        Blogger
Open Source                        Theology
                           IBMS
WordPress          Apple
            Geek              Marketer
     CSS           SEO        Speaker        Blogger
Open Source                        Theology
                           IBMS
WordPress          Apple
            Geek              Marketer
     CSS           SEO        Speaker        Blogger
Open Source                        Theology
                           IBMS
WordPress          Apple
            Geek              Marketer
     CSS           SEO        Speaker        Blogger
Open Source                        Theology
                           IBMS
WordPress          Apple
            Geek              Marketer
     CSS           SEO        Speaker        Blogger




            Online marketer
I work for OrangeValley, a company that develops WordPress websites, does Analytics and
Conversion Rate Optimization and SEO but mostly helps it’s customers make more money.
http://yoast.com/


I blog on http://yoast.com/
http://yoast.com/


I blog on http://yoast.com/
http://quixapp.com/
                                                 Joost de Valk, OrangeValley - WordCamp Ireland 2010


And recently created Quix: http://quixapp.com/
So even though I’m from Holland, I’m not going to tell you about windmills and wooden
shoes.
So usually, I’d copy paste some slides...
Be an obnoxious bastard and present it
Go and do what I do best
There’s an issue though.
http://yoast.com/articles/wordpress-seo/
                                         Joost de Valk, OrangeValley - WordCamp Ireland 2010


You’ve all probably read this article.
Please do ask your questions!


Don’t be afraid to ask questions
42
                      I’ll try to answer all of them
                                                            Joost de Valk, OrangeValley - WordCamp Ireland 2010


I’ll try to answer all of them, usually the answer is 42.
Section #1: improve your load times

Make your site load faster!!
#1 Install W3 Total Cache

http://wordpress.org/extend/plugins/w3-total-cache/ Turned my blog from an Opel into a
Ferrari (speed wise)
#2 Use it to combine CSS and JS files

Javascript and CSS should be combined and javascript should mostly be loaded in the footer.
(W3 Total Cache can help with that)
#3 Use Sprites

Check out SpriteMe
• (WP) Smush It
          • Puny PNG

                     #4 Crunch those images...

Crunch your theme’s images, and auto crunch uploaded images.

http://wordpress.org/extend/plugins/wp-smushit/
http://www.punypng.com/
#5 Offload those images and JS and CSS files

Use a CDN (for instance VPS.net’s CDN) or Google’s Javascript Library API or Amazon S3 to
offload images, js, css and other static files, saving your own server.
#6 Kill some plugins

And try to replace them for similar ones.
Some plugins are god awful (in terms of javascript).
#7 Clean up that sidebar

Do you really need all those badges?
Even more important: do your visitors need them?
Section #2: Optimize!

Let’s optimize that site for search!
#8 Books are judged by their cover

So are your posts, give them a proper title.
#9 Offer (Efficient) Related Posts

http://xavisys.com/2009/06/efficient-related-posts/
#10 Internal Linking & Series of Posts

http://justintadlock.com/archives/2009/06/09/series-wordpress-plugin

Check your analytics: which pages are viewed most? Which pages and posts do you have
related to that? Link them!!
#11 Tags, Categories, Custom Taxonomies

Through all these cool plugins we often forget how to use the superbly useful internal stuff in
WordPress: Categories, Tags and custom taxonomies. Do your categories still match the blog
you have today? http://yoast.com/wordpress/simple-taxonomies/
#12 Give a robot some directions

Noindex wp-admin, login and register pages etc.
using the Robots meta plugin.
#13 Don’t auto generate your meta descriptions

Better to have a monkey write them or not write one at all than to have All in one SEO
generate them for you.
#14 Create proper pagination

You can’t expect a search engine nor a user to click on more more than 3 times... Use for
instance a plugin like WP PageNavi.
#15 Disable paged comments

THEY SUCK.
Section #3 Maintenance

Let’s keep that blog nice and crisp.
#16 Backup your blog regularly

Both your database AND your FILES!!
• Add this to wp-config.php:
        define('WP_ALLOW_REPAIR', true);



              #17 Automatically repair the database

It’s so easy: do it!!
#18 Check your blogs queries

Use the Debug Queries plugin to check for plugins or themes gone mad.
#19 Clean up spam. Always.

Run Akismet
Use Dave Naylor’s comment referrer check http://tools.davidnaylor.co.uk/
#20 Track your uptime

Use Pingdom, or another tool,
but be the first to know when your blog is down.
#21 Track and fix those 404’s

Use John Godley’s Redirection plugin and track and fix them.
// Remove Really simple discovery link
remove_action('wp_head', 'rsd_link');
// Remove Windows Live Writer link
remove_action('wp_head', 'wlwmanifest_link');

// Remove the version number:
function yoast_fix_wp_generator($generator) {
    return preg_replace('/s?'.get_bloginfo('version').'/','',$generator);
}
add_filter('the_generator','yoast_fix_wp_generator',10,1);




             #22 Remove unneeded meta info
#23 Create a good search experience

Implement a Google Custom search engine to create a proper search experience, then start
tracking your internal search: what are people searching for? Are they finding that? Can /
should they expect that on your site?
#24 Get a good mobile plugin
Section #3: make them come back
#25 Email subscriptions!!

I prefer email, because of it’s high response.
#26 Twitter

In January, 20% of the yoast.com traffic came from Twitter.
#27 RSS

If your readers understand what RSS is, the button can’t be big enough. If they don’t know
what it is, leave it out entirely!
#28 Use WP Greet Box
Section #4: engage them!

Engage them.
#29 Newsletter sign up pages

This is the perfect moment to let people refer your site and mailing list to a friend or their
Twitter followers: “I just signed up for Yoast.com’s newsletter, you should too!”
#30 Comment redirect

Someone just commented and showed engagement: use that momentum
#31 Ask for feedback & comments

Use Gravity Forms for contact forms and surveys, or Google Docs forms function to create
surveys.
#31 Ask for feedback & comments

Use Gravity Forms for contact forms and surveys, or Google Docs forms function to create
surveys.
#31 Ask for feedback & comments

Use Gravity Forms for contact forms and surveys, or Google Docs forms function to create
surveys.
#31 Ask for feedback & comments

Use Gravity Forms for contact forms and surveys, or Google Docs forms function to create
surveys.
#32 Use threaded comments

They keep the conversation intact and allow for a better conversation.
#33 Use Gravatars

They keep the conversation intact and allow for a better conversation.
Section #5: measuring results
#34 Use Google Analytics

Or any other proper web analytics package
#35 (Google) Analytics:
- number of pageviews per visit
- new unique commenter
- comments
- submitted feedback forms

Email + FeedBurner subscriptions
Twitter followers
etc. etc. etc.
#37 Track those first time comments

Using the comment redirect plugin!
#38 Track submitted comment forms
#39 Use my blog metrics plugin
#40
                     (bit of a cheat)




All of this is no use if you don’t go out and actually DO it.
#40
                     (bit of a cheat)

              Start Optimising!!

All of this is no use if you don’t go out and actually DO it.
Feedback? Questions? Need help?

Email: joost@orangevalley.nl

Twitter: @yoast




                        59

More Related Content

What's hot

Joost's Wordpress Affiliate Session @ LAC 2010
Joost's Wordpress Affiliate Session @ LAC 2010Joost's Wordpress Affiliate Session @ LAC 2010
Joost's Wordpress Affiliate Session @ LAC 2010a4u
 
Paid Traffic with WordPress PPC Hacks - by Peter Mead for BigDigital 2016
Paid Traffic with WordPress PPC Hacks - by Peter Mead for BigDigital 2016Paid Traffic with WordPress PPC Hacks - by Peter Mead for BigDigital 2016
Paid Traffic with WordPress PPC Hacks - by Peter Mead for BigDigital 2016Peter Mead
 
Wordpress SEO - Joost De Valk - joast
Wordpress SEO - Joost De Valk - joastWordpress SEO - Joost De Valk - joast
Wordpress SEO - Joost De Valk - joastauexpo Conference
 
WordPress SEO on Drugs!
WordPress SEO on Drugs!WordPress SEO on Drugs!
WordPress SEO on Drugs!Simon Sundén
 
Web Performance Optimisation
Web Performance OptimisationWeb Performance Optimisation
Web Performance OptimisationChris Burgess
 
WordCamp Atlanta 2010 Advanced SEo for Wordpress
WordCamp Atlanta 2010 Advanced SEo for WordpressWordCamp Atlanta 2010 Advanced SEo for Wordpress
WordCamp Atlanta 2010 Advanced SEo for WordpressTopher Kohan
 
Harness the power of wordpress
Harness the power of wordpressHarness the power of wordpress
Harness the power of wordpressJustin Ferrell
 
WordPress SEO Basics - Melbourne WordPress Meetup
WordPress SEO Basics - Melbourne WordPress MeetupWordPress SEO Basics - Melbourne WordPress Meetup
WordPress SEO Basics - Melbourne WordPress MeetupChris Burgess
 
WordPress, Domain Names and Web Hosting Basics
WordPress, Domain Names and Web Hosting BasicsWordPress, Domain Names and Web Hosting Basics
WordPress, Domain Names and Web Hosting BasicsChris Burgess
 
Introduction to SEO and SEO for WordPress
Introduction to SEO and SEO for WordPressIntroduction to SEO and SEO for WordPress
Introduction to SEO and SEO for WordPressChris Burgess
 
Wordpress Profitability for Agencies, Firms, and Freelancers
Wordpress Profitability for Agencies, Firms, and FreelancersWordpress Profitability for Agencies, Firms, and Freelancers
Wordpress Profitability for Agencies, Firms, and FreelancersCotton Rohrscheib
 
WordPress102 WordCamp Toronto Pre-Camp Meetup
WordPress102 WordCamp Toronto Pre-Camp MeetupWordPress102 WordCamp Toronto Pre-Camp Meetup
WordPress102 WordCamp Toronto Pre-Camp MeetupShanta Nathwani
 
Word press for beginners lesson 3 jalc fall 2015
Word press for beginners lesson 3 jalc fall 2015Word press for beginners lesson 3 jalc fall 2015
Word press for beginners lesson 3 jalc fall 2015Michele Butcher-Jones
 
On-Page SEO EXTREME - SEOZone Istanbul 2013
On-Page SEO EXTREME - SEOZone Istanbul 2013On-Page SEO EXTREME - SEOZone Istanbul 2013
On-Page SEO EXTREME - SEOZone Istanbul 2013Bastian Grimm
 
PHP Code And Search Engine Optimation
PHP Code And Search Engine OptimationPHP Code And Search Engine Optimation
PHP Code And Search Engine OptimationSeo Indonesia
 

What's hot (18)

Joost's Wordpress Affiliate Session @ LAC 2010
Joost's Wordpress Affiliate Session @ LAC 2010Joost's Wordpress Affiliate Session @ LAC 2010
Joost's Wordpress Affiliate Session @ LAC 2010
 
Paid Traffic with WordPress PPC Hacks - by Peter Mead for BigDigital 2016
Paid Traffic with WordPress PPC Hacks - by Peter Mead for BigDigital 2016Paid Traffic with WordPress PPC Hacks - by Peter Mead for BigDigital 2016
Paid Traffic with WordPress PPC Hacks - by Peter Mead for BigDigital 2016
 
Wordpress SEO - Joost De Valk - joast
Wordpress SEO - Joost De Valk - joastWordpress SEO - Joost De Valk - joast
Wordpress SEO - Joost De Valk - joast
 
WordPress SEO on Drugs!
WordPress SEO on Drugs!WordPress SEO on Drugs!
WordPress SEO on Drugs!
 
Web Performance Optimisation
Web Performance OptimisationWeb Performance Optimisation
Web Performance Optimisation
 
So i have a website now what?
So i have a website now what?So i have a website now what?
So i have a website now what?
 
WordCamp Atlanta 2010 Advanced SEo for Wordpress
WordCamp Atlanta 2010 Advanced SEo for WordpressWordCamp Atlanta 2010 Advanced SEo for Wordpress
WordCamp Atlanta 2010 Advanced SEo for Wordpress
 
Harness the power of wordpress
Harness the power of wordpressHarness the power of wordpress
Harness the power of wordpress
 
WordPress SEO Basics - Melbourne WordPress Meetup
WordPress SEO Basics - Melbourne WordPress MeetupWordPress SEO Basics - Melbourne WordPress Meetup
WordPress SEO Basics - Melbourne WordPress Meetup
 
WordPress, Domain Names and Web Hosting Basics
WordPress, Domain Names and Web Hosting BasicsWordPress, Domain Names and Web Hosting Basics
WordPress, Domain Names and Web Hosting Basics
 
Introduction to SEO and SEO for WordPress
Introduction to SEO and SEO for WordPressIntroduction to SEO and SEO for WordPress
Introduction to SEO and SEO for WordPress
 
Wordpress Profitability for Agencies, Firms, and Freelancers
Wordpress Profitability for Agencies, Firms, and FreelancersWordpress Profitability for Agencies, Firms, and Freelancers
Wordpress Profitability for Agencies, Firms, and Freelancers
 
WordPress102 WordCamp Toronto Pre-Camp Meetup
WordPress102 WordCamp Toronto Pre-Camp MeetupWordPress102 WordCamp Toronto Pre-Camp Meetup
WordPress102 WordCamp Toronto Pre-Camp Meetup
 
Word press for beginners lesson 3 jalc fall 2015
Word press for beginners lesson 3 jalc fall 2015Word press for beginners lesson 3 jalc fall 2015
Word press for beginners lesson 3 jalc fall 2015
 
SEO Mistakes
SEO MistakesSEO Mistakes
SEO Mistakes
 
On-Page SEO EXTREME - SEOZone Istanbul 2013
On-Page SEO EXTREME - SEOZone Istanbul 2013On-Page SEO EXTREME - SEOZone Istanbul 2013
On-Page SEO EXTREME - SEOZone Istanbul 2013
 
PHP Code And Search Engine Optimation
PHP Code And Search Engine OptimationPHP Code And Search Engine Optimation
PHP Code And Search Engine Optimation
 
WordPress SEO Tips
WordPress SEO TipsWordPress SEO Tips
WordPress SEO Tips
 

Viewers also liked

Beginning WordPress Plugin Development
Beginning WordPress Plugin DevelopmentBeginning WordPress Plugin Development
Beginning WordPress Plugin DevelopmentAizat Faiz
 
Workshop 4: IJssel-Vechtdelta lessons learned
Workshop 4: IJssel-Vechtdelta lessons learnedWorkshop 4: IJssel-Vechtdelta lessons learned
Workshop 4: IJssel-Vechtdelta lessons learnedBas van Dishoeck
 
WordPress 3 Custom Post Types
WordPress 3 Custom Post TypesWordPress 3 Custom Post Types
WordPress 3 Custom Post TypesDave Zille
 
Custom Post Types in Depth at WordCamp Montreal
Custom Post Types in Depth at WordCamp MontrealCustom Post Types in Depth at WordCamp Montreal
Custom Post Types in Depth at WordCamp MontrealJoey Kudish
 
Custom Post Types and Taxonomies
Custom Post Types and TaxonomiesCustom Post Types and Taxonomies
Custom Post Types and TaxonomiesTammy Hart
 
Step by step guide for creating wordpress plugin
Step by step guide for creating wordpress pluginStep by step guide for creating wordpress plugin
Step by step guide for creating wordpress pluginMainak Goswami
 
Anatomy and Architecture of a WordPress Theme
Anatomy and Architecture of a WordPress ThemeAnatomy and Architecture of a WordPress Theme
Anatomy and Architecture of a WordPress ThemeJulie Kuehl
 
WordPress Code Architecture
WordPress Code ArchitectureWordPress Code Architecture
WordPress Code ArchitectureMario Peshev
 
An Agricultural Economics Research Agenda in Ethiopia – Some Reflections
An Agricultural Economics Research Agenda in Ethiopia – Some ReflectionsAn Agricultural Economics Research Agenda in Ethiopia – Some Reflections
An Agricultural Economics Research Agenda in Ethiopia – Some Reflectionsessp2
 
Behavioral Economics and the Design of Agricultural Index Insurance in Develo...
Behavioral Economics and the Design of Agricultural Index Insurance in Develo...Behavioral Economics and the Design of Agricultural Index Insurance in Develo...
Behavioral Economics and the Design of Agricultural Index Insurance in Develo...BASIS AMA Innovation Lab
 
Learning mathematical proof, lessons learned and outlines of a learning envir...
Learning mathematical proof, lessons learned and outlines of a learning envir...Learning mathematical proof, lessons learned and outlines of a learning envir...
Learning mathematical proof, lessons learned and outlines of a learning envir...Nicolas Balacheff
 
Evaluating economic impacts of agricultural research ciat
Evaluating economic impacts of agricultural research ciatEvaluating economic impacts of agricultural research ciat
Evaluating economic impacts of agricultural research ciatCIAT
 
Early warning systems for food water-energy nexus in GMS region
Early warning systems for food water-energy nexus in GMS regionEarly warning systems for food water-energy nexus in GMS region
Early warning systems for food water-energy nexus in GMS regionPrabhakar SVRK
 
Image processing (Signal Processing)
Image processing (Signal Processing)Image processing (Signal Processing)
Image processing (Signal Processing)Muhammad Waqas
 

Viewers also liked (20)

Beginning WordPress Plugin Development
Beginning WordPress Plugin DevelopmentBeginning WordPress Plugin Development
Beginning WordPress Plugin Development
 
Workshop 4: IJssel-Vechtdelta lessons learned
Workshop 4: IJssel-Vechtdelta lessons learnedWorkshop 4: IJssel-Vechtdelta lessons learned
Workshop 4: IJssel-Vechtdelta lessons learned
 
WordPress 3 Custom Post Types
WordPress 3 Custom Post TypesWordPress 3 Custom Post Types
WordPress 3 Custom Post Types
 
Custom Post Types in Depth at WordCamp Montreal
Custom Post Types in Depth at WordCamp MontrealCustom Post Types in Depth at WordCamp Montreal
Custom Post Types in Depth at WordCamp Montreal
 
Custom Post Types and Taxonomies
Custom Post Types and TaxonomiesCustom Post Types and Taxonomies
Custom Post Types and Taxonomies
 
Step by step guide for creating wordpress plugin
Step by step guide for creating wordpress pluginStep by step guide for creating wordpress plugin
Step by step guide for creating wordpress plugin
 
Anatomy and Architecture of a WordPress Theme
Anatomy and Architecture of a WordPress ThemeAnatomy and Architecture of a WordPress Theme
Anatomy and Architecture of a WordPress Theme
 
Architecture for WordPress on AWS
Architecture for WordPress on AWSArchitecture for WordPress on AWS
Architecture for WordPress on AWS
 
WordPress Code Architecture
WordPress Code ArchitectureWordPress Code Architecture
WordPress Code Architecture
 
An Agricultural Economics Research Agenda in Ethiopia – Some Reflections
An Agricultural Economics Research Agenda in Ethiopia – Some ReflectionsAn Agricultural Economics Research Agenda in Ethiopia – Some Reflections
An Agricultural Economics Research Agenda in Ethiopia – Some Reflections
 
Ceu lecture 4
Ceu lecture 4Ceu lecture 4
Ceu lecture 4
 
CEU lecture 2 2016
CEU lecture 2 2016CEU lecture 2 2016
CEU lecture 2 2016
 
Modeling the water-energy-food nexus in the Indus River of Pakistan
Modeling the water-energy-food nexus in the Indus River of PakistanModeling the water-energy-food nexus in the Indus River of Pakistan
Modeling the water-energy-food nexus in the Indus River of Pakistan
 
PHP6 and HTML5
PHP6 and HTML5PHP6 and HTML5
PHP6 and HTML5
 
Behavioral Economics and the Design of Agricultural Index Insurance in Develo...
Behavioral Economics and the Design of Agricultural Index Insurance in Develo...Behavioral Economics and the Design of Agricultural Index Insurance in Develo...
Behavioral Economics and the Design of Agricultural Index Insurance in Develo...
 
Learning mathematical proof, lessons learned and outlines of a learning envir...
Learning mathematical proof, lessons learned and outlines of a learning envir...Learning mathematical proof, lessons learned and outlines of a learning envir...
Learning mathematical proof, lessons learned and outlines of a learning envir...
 
Evaluating economic impacts of agricultural research ciat
Evaluating economic impacts of agricultural research ciatEvaluating economic impacts of agricultural research ciat
Evaluating economic impacts of agricultural research ciat
 
Early warning systems for food water-energy nexus in GMS region
Early warning systems for food water-energy nexus in GMS regionEarly warning systems for food water-energy nexus in GMS region
Early warning systems for food water-energy nexus in GMS region
 
numerical analysis
numerical analysisnumerical analysis
numerical analysis
 
Image processing (Signal Processing)
Image processing (Signal Processing)Image processing (Signal Processing)
Image processing (Signal Processing)
 

Similar to WordCamp Ireland - 40 tips for WordPress Optimization

WordPress Optimisation Strategies
WordPress Optimisation StrategiesWordPress Optimisation Strategies
WordPress Optimisation Strategiesauexpo Conference
 
WordPress Optimisation - A4UExpo
WordPress Optimisation - A4UExpoWordPress Optimisation - A4UExpo
WordPress Optimisation - A4UExpoJoost de Valk
 
Advanced WordPress: Session II
Advanced WordPress: Session IIAdvanced WordPress: Session II
Advanced WordPress: Session IIDigital Wax Works
 
Week 12 - Search Engine Optimization
Week 12 -  Search Engine OptimizationWeek 12 -  Search Engine Optimization
Week 12 - Search Engine Optimizationhenri_makembe
 
WordPress Websites: Making and Marketing with Jupiter Jim
WordPress Websites: Making and Marketing with Jupiter Jim WordPress Websites: Making and Marketing with Jupiter Jim
WordPress Websites: Making and Marketing with Jupiter Jim jupiterjim
 
Wordpress seo tips e briks infotech
Wordpress seo tips   e briks infotechWordpress seo tips   e briks infotech
Wordpress seo tips e briks infotechsudhir pandey
 
What Is WordPress and Why Should I Use It? - Workshop April 2015
What Is WordPress and Why Should I Use It? - Workshop April 2015What Is WordPress and Why Should I Use It? - Workshop April 2015
What Is WordPress and Why Should I Use It? - Workshop April 2015BobWP.com
 
WordCamp NL: Optimizing WordPress
WordCamp NL: Optimizing WordPressWordCamp NL: Optimizing WordPress
WordCamp NL: Optimizing WordPressJoost de Valk
 
Kick start your career with wordpress
Kick start your career with wordpressKick start your career with wordpress
Kick start your career with wordpressOpenDev
 
How To Use WordPress For Your Business Site
How To Use WordPress For Your Business SiteHow To Use WordPress For Your Business Site
How To Use WordPress For Your Business SiteBobWP.com
 
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to DevelopmentWordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to DevelopmentEvan Mullins
 
Let's make a website together - an introduction to WordPress
Let's make a website together - an introduction to WordPressLet's make a website together - an introduction to WordPress
Let's make a website together - an introduction to WordPressKayleigh Thorpe
 
Kick start your career with WordPress
Kick start your career with WordPressKick start your career with WordPress
Kick start your career with WordPressJignasa Naik
 
Wordpress and Your Brand
Wordpress and Your BrandWordpress and Your Brand
Wordpress and Your BrandSara Cannon
 
WordPress Tools and Tips for any Niche
WordPress Tools and Tips for any NicheWordPress Tools and Tips for any Niche
WordPress Tools and Tips for any NicheNile Flores
 
WordPress Optimization & Security - ThinkVisibility 2012, Leeds
WordPress Optimization & Security - ThinkVisibility 2012, LeedsWordPress Optimization & Security - ThinkVisibility 2012, Leeds
WordPress Optimization & Security - ThinkVisibility 2012, LeedsBastian Grimm
 
Build the Perfect WordPress Website
Build the Perfect WordPress WebsiteBuild the Perfect WordPress Website
Build the Perfect WordPress WebsiteSinergia Labs
 
Surviving a Hackathon and Beyond
Surviving a Hackathon and BeyondSurviving a Hackathon and Beyond
Surviving a Hackathon and Beyondimoneytech
 

Similar to WordCamp Ireland - 40 tips for WordPress Optimization (20)

WordPress Optimisation Strategies
WordPress Optimisation StrategiesWordPress Optimisation Strategies
WordPress Optimisation Strategies
 
WordPress Optimisation - A4UExpo
WordPress Optimisation - A4UExpoWordPress Optimisation - A4UExpo
WordPress Optimisation - A4UExpo
 
Advanced WordPress: Session II
Advanced WordPress: Session IIAdvanced WordPress: Session II
Advanced WordPress: Session II
 
Week 12 - Search Engine Optimization
Week 12 -  Search Engine OptimizationWeek 12 -  Search Engine Optimization
Week 12 - Search Engine Optimization
 
WordPress Websites: Making and Marketing with Jupiter Jim
WordPress Websites: Making and Marketing with Jupiter Jim WordPress Websites: Making and Marketing with Jupiter Jim
WordPress Websites: Making and Marketing with Jupiter Jim
 
Wordpress seo tips e briks infotech
Wordpress seo tips   e briks infotechWordpress seo tips   e briks infotech
Wordpress seo tips e briks infotech
 
What Is WordPress and Why Should I Use It? - Workshop April 2015
What Is WordPress and Why Should I Use It? - Workshop April 2015What Is WordPress and Why Should I Use It? - Workshop April 2015
What Is WordPress and Why Should I Use It? - Workshop April 2015
 
WordCamp NL: Optimizing WordPress
WordCamp NL: Optimizing WordPressWordCamp NL: Optimizing WordPress
WordCamp NL: Optimizing WordPress
 
Kick start your career with wordpress
Kick start your career with wordpressKick start your career with wordpress
Kick start your career with wordpress
 
How To Use WordPress For Your Business Site
How To Use WordPress For Your Business SiteHow To Use WordPress For Your Business Site
How To Use WordPress For Your Business Site
 
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to DevelopmentWordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
 
Let's make a website together - an introduction to WordPress
Let's make a website together - an introduction to WordPressLet's make a website together - an introduction to WordPress
Let's make a website together - an introduction to WordPress
 
Kick start your career with WordPress
Kick start your career with WordPressKick start your career with WordPress
Kick start your career with WordPress
 
CALM Wordpress 102
CALM Wordpress 102CALM Wordpress 102
CALM Wordpress 102
 
Wordpress and Your Brand
Wordpress and Your BrandWordpress and Your Brand
Wordpress and Your Brand
 
WordPress Tools and Tips for any Niche
WordPress Tools and Tips for any NicheWordPress Tools and Tips for any Niche
WordPress Tools and Tips for any Niche
 
WordPress Optimization & Security - ThinkVisibility 2012, Leeds
WordPress Optimization & Security - ThinkVisibility 2012, LeedsWordPress Optimization & Security - ThinkVisibility 2012, Leeds
WordPress Optimization & Security - ThinkVisibility 2012, Leeds
 
WordPress Complete Tutorial
WordPress Complete TutorialWordPress Complete Tutorial
WordPress Complete Tutorial
 
Build the Perfect WordPress Website
Build the Perfect WordPress WebsiteBuild the Perfect WordPress Website
Build the Perfect WordPress Website
 
Surviving a Hackathon and Beyond
Surviving a Hackathon and BeyondSurviving a Hackathon and Beyond
Surviving a Hackathon and Beyond
 

More from Joost de Valk

Affiliatedag 2011 - Quality Matters (in Dutch)
Affiliatedag 2011 - Quality Matters (in Dutch)Affiliatedag 2011 - Quality Matters (in Dutch)
Affiliatedag 2011 - Quality Matters (in Dutch)Joost de Valk
 
Feeds & Microformats
Feeds & MicroformatsFeeds & Microformats
Feeds & MicroformatsJoost de Valk
 
Tools for Online Marketing
Tools for Online MarketingTools for Online Marketing
Tools for Online MarketingJoost de Valk
 
WordCamp Bulgaria: Making sure your content is found.
WordCamp Bulgaria: Making sure your content is found.WordCamp Bulgaria: Making sure your content is found.
WordCamp Bulgaria: Making sure your content is found.Joost de Valk
 
SEO in de travel is SAAAAAAAAI
SEO in de travel is SAAAAAAAAISEO in de travel is SAAAAAAAAI
SEO in de travel is SAAAAAAAAIJoost de Valk
 
Rich snippets in Google
Rich snippets in GoogleRich snippets in Google
Rich snippets in GoogleJoost de Valk
 
Cross domain canonical & your Link Building strategy
Cross domain canonical & your Link Building strategyCross domain canonical & your Link Building strategy
Cross domain canonical & your Link Building strategyJoost de Valk
 
SEO voor de Podiumkunsten
SEO voor de PodiumkunstenSEO voor de Podiumkunsten
SEO voor de PodiumkunstenJoost de Valk
 
High Profile - Hoe word ik beter vindbaar in zoekmachines?
High Profile - Hoe word ik beter vindbaar in zoekmachines?High Profile - Hoe word ik beter vindbaar in zoekmachines?
High Profile - Hoe word ik beter vindbaar in zoekmachines?Joost de Valk
 
Emerce Eday - SEO in 7 minuten
Emerce Eday - SEO in 7 minutenEmerce Eday - SEO in 7 minuten
Emerce Eday - SEO in 7 minutenJoost de Valk
 
WordPress Optimisation @ Think Visibility
WordPress Optimisation @ Think VisibilityWordPress Optimisation @ Think Visibility
WordPress Optimisation @ Think VisibilityJoost de Valk
 
Social Media Metrics
Social Media MetricsSocial Media Metrics
Social Media MetricsJoost de Valk
 
10 steps to improve to conversation on your blog
10 steps to improve to conversation on your blog10 steps to improve to conversation on your blog
10 steps to improve to conversation on your blogJoost de Valk
 
Link Bait Big Game Fishing
Link Bait Big Game FishingLink Bait Big Game Fishing
Link Bait Big Game FishingJoost de Valk
 
Conversation Optimization
Conversation OptimizationConversation Optimization
Conversation OptimizationJoost de Valk
 

More from Joost de Valk (20)

Affiliatedag 2011 - Quality Matters (in Dutch)
Affiliatedag 2011 - Quality Matters (in Dutch)Affiliatedag 2011 - Quality Matters (in Dutch)
Affiliatedag 2011 - Quality Matters (in Dutch)
 
Feeds & Microformats
Feeds & MicroformatsFeeds & Microformats
Feeds & Microformats
 
Tools for Online Marketing
Tools for Online MarketingTools for Online Marketing
Tools for Online Marketing
 
WordPress SEO
WordPress SEOWordPress SEO
WordPress SEO
 
WordCamp Bulgaria: Making sure your content is found.
WordCamp Bulgaria: Making sure your content is found.WordCamp Bulgaria: Making sure your content is found.
WordCamp Bulgaria: Making sure your content is found.
 
SEO in de travel is SAAAAAAAAI
SEO in de travel is SAAAAAAAAISEO in de travel is SAAAAAAAAI
SEO in de travel is SAAAAAAAAI
 
Rich snippets in Google
Rich snippets in GoogleRich snippets in Google
Rich snippets in Google
 
Magento SEO
Magento SEOMagento SEO
Magento SEO
 
Cross domain canonical & your Link Building strategy
Cross domain canonical & your Link Building strategyCross domain canonical & your Link Building strategy
Cross domain canonical & your Link Building strategy
 
SEO voor de Podiumkunsten
SEO voor de PodiumkunstenSEO voor de Podiumkunsten
SEO voor de Podiumkunsten
 
High Profile - Hoe word ik beter vindbaar in zoekmachines?
High Profile - Hoe word ik beter vindbaar in zoekmachines?High Profile - Hoe word ik beter vindbaar in zoekmachines?
High Profile - Hoe word ik beter vindbaar in zoekmachines?
 
Emerce Eday - SEO in 7 minuten
Emerce Eday - SEO in 7 minutenEmerce Eday - SEO in 7 minuten
Emerce Eday - SEO in 7 minuten
 
WordPress Optimisation @ Think Visibility
WordPress Optimisation @ Think VisibilityWordPress Optimisation @ Think Visibility
WordPress Optimisation @ Think Visibility
 
Social Media Metrics
Social Media MetricsSocial Media Metrics
Social Media Metrics
 
Seo Vision
Seo VisionSeo Vision
Seo Vision
 
Affiliatedag 2008
Affiliatedag 2008Affiliatedag 2008
Affiliatedag 2008
 
10 steps to improve to conversation on your blog
10 steps to improve to conversation on your blog10 steps to improve to conversation on your blog
10 steps to improve to conversation on your blog
 
Link Bait Big Game Fishing
Link Bait Big Game FishingLink Bait Big Game Fishing
Link Bait Big Game Fishing
 
Conversation Optimization
Conversation OptimizationConversation Optimization
Conversation Optimization
 
RIMC Iceland
RIMC IcelandRIMC Iceland
RIMC Iceland
 

Recently uploaded

Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observabilityitnewsafrica
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...itnewsafrica
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesBernd Ruecker
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 

Recently uploaded (20)

Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architectures
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 

WordCamp Ireland - 40 tips for WordPress Optimization