CMS Guides
WordPress SEO Guide

WordPress SEO Guide

WordPress powers over 40% of the web, making it the most popular CMS. This guide covers essential SEO settings, plugins, and optimization techniques specific to WordPress.

WordPress
Platform: WordPress
Best for: Blogs, business sites, portfolios, e-commerce with WooCommerce

Essential WordPress SEO Settings

1. Permalink Structure

Go to Settings → Permalinks and choose "Post name" for clean URLs.

yourdomain.com/your-post-title/ Recommended
yourdomain.com/?p=123 Avoid

2. Site Visibility

Go to Settings → Reading and ensure "Discourage search engines" is UNCHECKED.

Warning: This setting is often accidentally enabled on staging sites and forgotten when going live.

3. SSL Configuration

Go to Settings → General and ensure both WordPress Address and Site Address use HTTPS.

Recommended SEO Plugins

Plugin Best For Key Features
Yoast SEO Beginners Title/meta editor, XML sitemaps, readability analysis
Rank Math Power users Advanced schema, keyword tracking, more free features
All in One SEO Ease of use Setup wizard, local SEO, social integration
SEOPress Clean interface No ads, lightweight, white-label options

Implementing SEO Fixes in WordPress

Title Tags

With Yoast/Rank Math:

  1. Edit the post/page
  2. Scroll to the SEO meta box
  3. Enter custom SEO title
Meta Descriptions

With Yoast/Rank Math:

  1. Edit the post/page
  2. Scroll to the SEO meta box
  3. Enter meta description
Image Alt Text
  1. Go to Media Library
  2. Click on an image
  3. Fill in the "Alt Text" field
XML Sitemap

Automatically generated by SEO plugins.

Find it at: /sitemap_index.xml

Performance Optimization

  • Caching - Use WP Rocket, W3 Total Cache, or LiteSpeed Cache
  • Image optimization - Use ShortPixel, Imagify, or Smush
  • Lazy loading - Built into WordPress 5.5+, or use a plugin
  • CDN - Use Cloudflare or your host's CDN
  • Database cleanup - Use WP-Optimize to remove bloat

Common WordPress SEO Issues

Issue Solution
Duplicate content from tags/categories Set tag/category archives to noindex in SEO plugin
Slow page speed Install caching plugin, optimize images, use CDN
Missing alt text on images Edit images in Media Library to add alt text
No XML sitemap Install an SEO plugin (auto-generates sitemap)
Thin content pages Consolidate or expand low-value pages

External Resources