WordPress is a web development tool, but with an important caveat: it's a CMS-based development platform rather than a raw coding environment. You're building websites within WordPress's PHP-based architecture using themes, plugins, hooks, and template files—not starting from scratch with HTML/CSS/JS. WordPress powers 43% of all websites globally because it handles the heavy lifting: user authentication, database management, content routing, media handling, and SEO fundamentals out of the box. Developers extend it through custom themes (PHP templates), child themes, plugins, or the block editor (Gutenberg). You can write custom post types, taxonomies, REST API endpoints, and complex functionality using WordPress's hook system—that's legitimate development work. The distinction matters for scope. If you need a brochure site, blog, or even a membership platform, WordPress is a fast, cost-effective development tool with thousands of plugins and a massive support ecosystem. We've built 500+ sites in our portfolio using WordPress because clients get a manageable admin panel and we get a tested codebase. For complex web applications—like a real-time trading platform or a custom SaaS dashboard—you'd typically choose Laravel, React, or another framework where WordPress's abstraction layer becomes a limitation. WordPress development skills include PHP, MySQL, JavaScript (increasingly React for Gutenberg blocks), CSS, and understanding the WordPress core API. That's real development. The "not a development tool" crowd usually means it's not low-level coding, but that's like saying a framework isn't development because you didn't write the framework itself. At Ottawa SEO, we treat WordPress as a strategic tool: it's development when we're building custom functionality or optimizing performance at the code level, and it's CMS management when we're training clients to update content. The platform does both. Whether it counts as "web development" in your context depends on whether you're writing code to extend it or just clicking through a page builder—but the tool itself absolutely qualifies.