Search Intent (also known as user intent or query intent) refers to the primary goal a user has in mind when they type a query into a search engine. Understanding search intent is critical for SEO because Google aims to provide the most relevant results that satisfy the user's underlying need, not just matching keywords.
Search intent is typically categorized into four main types:
- Informational: The user wants to learn something (e.g., "how to fix a broken API endpoint," "what is machine learning").
- Navigational: The user wants to go to a specific website or page (e.g., "GitHub login," "Pantra documentation").
- Commercial Investigation: The user is researching products or services before making a purchase (e.g., "best IDE for Python," "React vs Vue").
- Transactional: The user intends to complete an action, usually a purchase (e.g., "buy custom mechanical keyboard," "download VS Code").
For developers, aligning your content with search intent is paramount. If you're writing a blog post about a new JavaScript framework, you should target informational intent. If you're creating a product page for your new SaaS tool, you'll focus on transactional intent. By matching the content type and structure to the user's intent, you increase the likelihood of ranking well and providing a valuable experience. For instance, a comparison page (commercial intent) should offer balanced pros and cons, while a tutorial (informational intent) should provide step-by-step instructions.