<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Zahra Hoseini</title>
    <description>The latest articles on DEV Community by Zahra Hoseini (@zehim_hs).</description>
    <link>https://dev.to/zehim_hs</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4075268%2Fae018787-2f7c-4de0-a3b3-6b0cc077cebd.png</url>
      <title>DEV Community: Zahra Hoseini</title>
      <link>https://dev.to/zehim_hs</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zehim_hs"/>
    <language>en</language>
    <item>
      <title>How I Analyze a Google SERP Before Writing a Page</title>
      <dc:creator>Zahra Hoseini</dc:creator>
      <pubDate>Wed, 12 Aug 2026 21:03:32 +0000</pubDate>
      <link>https://dev.to/zehim_hs/how-i-analyze-a-google-serp-before-writing-a-page-3fj9</link>
      <guid>https://dev.to/zehim_hs/how-i-analyze-a-google-serp-before-writing-a-page-3fj9</guid>
      <description>&lt;p&gt;When I started learning SEO, I thought keyword research was mostly about finding keywords with good search volume.&lt;/p&gt;

&lt;p&gt;Over time, I realized that the keyword itself is only part of the story.&lt;/p&gt;

&lt;p&gt;Before creating a page, I now like to look at the Google search results first. The SERP can tell you a lot about what people are actually looking for and what type of content Google considers relevant.&lt;/p&gt;

&lt;p&gt;Here is the process I usually follow.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Search the keyword
&lt;/h2&gt;

&lt;p&gt;The first thing I do is search the keyword on Google and look at the results without immediately focusing on search volume or keyword difficulty.&lt;/p&gt;

&lt;p&gt;I want to understand what is already ranking.&lt;/p&gt;

&lt;p&gt;For example, if I search for:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;best SEO tools for beginners&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;I might see comparison articles, tool lists, reviews, and guides.&lt;/p&gt;

&lt;p&gt;That already gives me an important clue about the search intent.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Look at the type of pages ranking
&lt;/h2&gt;

&lt;p&gt;I check what kind of pages appear on the first page.&lt;/p&gt;

&lt;p&gt;Are they:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Blog posts?&lt;/li&gt;
&lt;li&gt;Product pages?&lt;/li&gt;
&lt;li&gt;Category pages?&lt;/li&gt;
&lt;li&gt;Tutorials?&lt;/li&gt;
&lt;li&gt;Comparison pages?&lt;/li&gt;
&lt;li&gt;Official documentation?&lt;/li&gt;
&lt;li&gt;Videos?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If most of the results are detailed guides, creating a short product page probably isn't the best match for that query.&lt;/p&gt;

&lt;p&gt;The SERP is basically showing me what format Google is currently rewarding.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Look at the search intent
&lt;/h2&gt;

&lt;p&gt;Next, I try to understand why someone would search for that keyword.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"what is technical SEO"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;is probably informational.&lt;/p&gt;

&lt;p&gt;Someone searching:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"technical SEO agency"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;is much more likely to have a commercial or transactional intent.&lt;/p&gt;

&lt;p&gt;The words can be related, but the page needed for each query can be completely different.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Study the titles and headings
&lt;/h2&gt;

&lt;p&gt;I don't copy competitors' titles, but I look for patterns.&lt;/p&gt;

&lt;p&gt;If several pages are covering topics such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Crawling&lt;/li&gt;
&lt;li&gt;Indexing&lt;/li&gt;
&lt;li&gt;Internal linking&lt;/li&gt;
&lt;li&gt;Site speed&lt;/li&gt;
&lt;li&gt;Structured data&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;then I know these topics are probably important for the query.&lt;/p&gt;

&lt;p&gt;This helps me build a more complete content outline before I start writing.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Check what the ranking pages are missing
&lt;/h2&gt;

&lt;p&gt;This is one of the most useful parts of the process.&lt;/p&gt;

&lt;p&gt;Instead of asking:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"How can I write something similar?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I try to ask:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"What could I explain better?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Maybe the existing articles are too general.&lt;/p&gt;

&lt;p&gt;Maybe they don't include examples.&lt;/p&gt;

&lt;p&gt;Maybe the information is outdated.&lt;/p&gt;

&lt;p&gt;Maybe they answer the main question but don't explain the practical steps.&lt;/p&gt;

&lt;p&gt;These gaps can become opportunities to create something more useful.&lt;/p&gt;

&lt;h2&gt;
  
  
  6. Don't ignore SERP features
&lt;/h2&gt;

&lt;p&gt;I also pay attention to things such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Featured snippets&lt;/li&gt;
&lt;li&gt;People Also Ask&lt;/li&gt;
&lt;li&gt;Videos&lt;/li&gt;
&lt;li&gt;Images&lt;/li&gt;
&lt;li&gt;Related searches&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These can reveal additional questions people have around the main topic.&lt;/p&gt;

&lt;p&gt;They can also help me understand whether the query is better answered with a long-form article, a quick answer, a tutorial, or another type of content.&lt;/p&gt;

&lt;h2&gt;
  
  
  7. Decide whether I should create the page
&lt;/h2&gt;

&lt;p&gt;After looking at the SERP, I ask myself one final question:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Does my planned page actually match what the searcher wants?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If the answer is no, I would rather change the content idea than spend time optimizing the wrong page.&lt;/p&gt;

&lt;p&gt;That's probably one of the biggest lessons I've learned while studying SEO.&lt;/p&gt;

&lt;p&gt;SEO isn't just about putting the right keyword in the right places.&lt;/p&gt;

&lt;p&gt;It's also about understanding the search results, understanding the user, and creating a page that genuinely fits the query.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final thought
&lt;/h2&gt;

&lt;p&gt;Before writing a new SEO page, I now try to spend a few minutes looking at the SERP.&lt;/p&gt;

&lt;p&gt;It doesn't guarantee that a page will rank, but it gives me a much better starting point than choosing a keyword based only on search volume.&lt;/p&gt;

&lt;p&gt;The keyword tells me &lt;strong&gt;what people are searching for&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The SERP helps me understand &lt;strong&gt;what they expect to find&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;And that difference can completely change how I create a page.&lt;/p&gt;

</description>
      <category>learning</category>
      <category>seo</category>
      <category>writing</category>
    </item>
  </channel>
</rss>
