RankpediaA plain-English encyclopedia of search

WordPress SEO Tips

Configure WordPress technical and on-page settings to help a site get crawled, indexed, and ranked more effectively by search engines.

If you leave the search engine visibility box checked or use messy permalinks, you block search traffic without realising it.

Key points

  • Check that search engine visibility is not set to discourage indexing – a basic step in seo for wordpress.
  • Use SEO-friendly permalinks and short, descriptive slugs so URLs are readable and relevant.
  • Generate and submit an XML sitemap so search engines discover important URLs efficiently.
  • Add canonical tags when duplicate content exists, especially from tags, categories, or archives.

The hidden visibility setting that blocked indexing

A site with 500 posts had the search engine visibility box enabled for six months. Google indexed only the homepage. After unchecking the box and submitting an XML sitemap, 450 posts were indexed within two weeks. The owner had installed an SEO plugin but never checked this core setting. Once fixed, the plugin's features finally worked, and organic traffic rose from 200 to 1,500 visits per day.

Three settings that control crawlability

  • Search engine visibility In Settings > Reading, the 'Discourage search engines from indexing this site' box must be unchecked. If checked, WordPress adds a noindex directive to every page, blocking all crawlers.
  • Permalink structure Go to Settings > Permalinks and choose a structure with the post name, not the default numeric IDs. Short, descriptive slugs improve URL readability and relevance for search engines.
  • XML sitemap Generate an XML sitemap using a plugin like Yoast or Rank Math, then submit it via Google Search Console. A wordpress seo checklist always includes sitemap submission to help crawlers find all your important pages.

Three ways duplicate content hurts your site

  • Tag and category archives WordPress creates separate archive pages for tags and categories, often duplicating the same posts. Without a canonical tag, search engines may see these as duplicate content and dilute ranking signals.
  • Multiple URL versions Your site may be accessible via www and non-www, HTTP and HTTPS. Choose one version and redirect the others with 301 redirects to avoid splitting link equity.
  • Pagination and crawl waste Multi-page articles create paginated URLs. Use rel=next and rel=prev, and block low-value crawl paths like /wp-admin via robots.txt to save crawl budget.

Three performance factors you cannot ignore

  • Page speed Core Web Vitals are a ranking factor. Use caching, image optimisation, and a lightweight theme to improve Largest Contentful Paint and First Input Delay.
  • Mobile responsiveness Google uses mobile-first indexing. Ensure your theme is responsive and test with Google's Mobile-Friendly Test tool. For diy seo wordpress, this is straightforward with free tools.
  • HTTPS security A secure site is a baseline requirement. Install an SSL certificate and ensure all pages load over HTTPS to avoid browser warnings and ranking penalties.

Common questions

What is the best WordPress SEO tool?

The best tool depends on your needs. Yoast SEO and Rank Math are popular free plugins with comprehensive features for on-page and technical SEO.

How do I change the SEO title in WordPress?

Edit the page or post, scroll to the SEO plugin's meta box, and update the title field. This overrides the default post title.

Sources

  1. Google Search Central Official documentation on crawling, indexing, and ranking best practices.
  2. Ahrefs Comprehensive guide to WordPress SEO with technical and on-page tips.
  3. WPBeginner Beginner-friendly checklist for technical WordPress SEO settings.