Topic 8 of 30 · Digital Marketing Essentials

About SEO & Types of SEO

Lesson TL;DRTopic 7: About SEO & Types of SEO 📖 7 min read · 🎯 beginner · 🧭 Prerequisites: basicsofwebsitecreationanddesign, seofundamentals Why this matters Here's the thing — you can spend weeks building a b...
7 min read·beginner·seo · on-page-seo · off-page-seo · technical-seo

Topic 7: About SEO & Types of SEO

📖 7 min read · 🎯 beginner · 🧭 Prerequisites: basics-of-website-creation-and-design, seo-fundamentals

Why this matters

Here's the thing — you can spend weeks building a beautiful website, write great content, set everything up perfectly, and still have zero visitors. Not because your site is bad, but because nobody could find it. I've seen this happen so many times with beginners. They launch, they wait, and… nothing. That's where SEO comes in. Search Engine Optimization is the practice of making your site visible when people search for what you offer. And it's not one single thing — there are actually five different types of SEO, each one tackling a different part of the problem. Let's break them all down.

What You'll Learn

  • Understand what SEO is and why it drives long-term organic growth
  • Distinguish between On-Page, Off-Page, Technical, Local, and E-commerce SEO
  • Identify the concrete elements that belong to each SEO type
  • Apply best-practice principles to build a comprehensive, sustainable SEO strategy

The Analogy

Think of your website as a new bookshop that just opened on a side street in Vizag. Search Engine Optimization is the combination of everything you do to make sure customers can actually find you. On-Page SEO is how you label your shelves and write your window display — clear titles, organized sections, and inviting descriptions. Off-Page SEO is the word-of-mouth network: other well-known shops recommending yours to passersby. Technical SEO is your building's infrastructure — fast elevators, accessible entrances, and a clean floor plan that lets visitors (and city inspectors) navigate without confusion. Local SEO plants a sign at the nearest crossroads pointing directly at your door. And E-commerce SEO makes sure every single product on your shelves has a price tag, a photo, and a story that convinces someone to buy.

Chapter 1: What Is SEO?

Search Engine Optimization (SEO) is the practice of optimizing your website to rank higher in search engine results pages (SERPs) for relevant keywords and phrases. The primary goal is to increase organic (non-paid) traffic to your website by improving its visibility and relevance to search engines — Google, Bing, Yahoo — and to the humans who use them.

Why SEO Matters

BenefitWhat it means in practice
Increased VisibilityHigher SERP rankings expose your site to more potential visitors at the exact moment they are searching.
Credibility and TrustPages at the top of results are widely perceived as more authoritative and trustworthy.
Cost-EffectivenessOrganic traffic is free. Unlike paid ads, a well-optimized page keeps delivering visitors without ongoing spend.
Competitive AdvantageCompetitors who neglect SEO hand you their potential audience.

SEO is a long game — results compound over months, not days — but the payoff is a self-sustaining traffic channel that paid advertising cannot replicate at the same unit cost.

Chapter 2: On-Page SEO

On-Page SEO covers everything you optimize within an individual web page — both the visible content and the underlying HTML source code.

Key elements of On-Page SEO:

  • Keyword Research — Identify the most relevant keywords and phrases that potential visitors use to find your content. These become the foundation for every other element below.
  • Title Tags — Create compelling, keyword-rich <title> elements for every page. The title tag is the blue headline users see in search results.
  • Meta Descriptions — Write concise summaries of page content that include target keywords. While not a direct ranking factor, a well-crafted meta description lifts click-through rate.
  • Header Tags (H1, H2, H3) — Structure content with heading tags to improve both readability and keyword relevance. One <h1> per page; use <h2>/<h3> for sub-sections.
  • Content Optimization — Ensure content is high-quality, genuinely valuable, and includes relevant keywords placed naturally — never stuffed.
  • Image Optimization — Use descriptive file names (e.g., blue-running-shoes.jpg instead of IMG_4872.jpg) and alt attributes on every image to enhance search visibility and accessibility.
  • Internal Linking — Link to other relevant pages within your site to improve navigation, distribute link equity, and signal content relationships to crawlers.
<!-- Example: well-formed On-Page SEO in a page <head> -->
<title>Best Running Shoes for Beginners | Vizag Gear</title>
<meta name="description" content="Discover the top-rated beginner running shoes of 2026 — reviewed for comfort, support, and value.">

<!-- In the body -->
<h1>Best Running Shoes for Beginners</h1>
<h2>What to Look for in a First Running Shoe</h2>
<img src="blue-running-shoes.jpg" alt="Blue lightweight running shoes on a track">

Chapter 3: Off-Page SEO

Off-Page SEO covers actions taken outside your website that influence how search engines perceive your authority and trustworthiness. Where On-Page SEO is your own voice, Off-Page SEO is everyone else's voice talking about you.

Key elements of Off-Page SEO:

  • Backlink Building — Acquire high-quality backlinks from authoritative, topically relevant websites. A single link from a respected industry publication outweighs dozens of links from low-quality directories.
  • Social Signals — Build your social media presence to drive traffic and engagement. While the direct ranking impact is debated, social reach amplifies content and earns secondary links.
  • Guest Blogging — Write articles for reputable third-party sites to earn backlinks and reach new audiences.
  • Influencer Outreach — Collaborate with influencers to promote your content and gain natural backlinks from their audiences.
  • Brand Mentions — Earn unlinked mentions of your brand across the web. Search engines increasingly treat co-citations as authority signals even when no hyperlink is present.
flowchart LR
    YourSite["Your Website"]
    AuthSite["Authoritative Site\n(guest post / editorial)"]
    SocialPost["Social Media Post"]
    InfluencerSite["Influencer Blog"]
    BrandMention["Forum / Press Mention\n(no link)"]

    AuthSite -- "backlink" --> YourSite
    SocialPost -- "traffic + signals" --> YourSite
    InfluencerSite -- "backlink" --> YourSite
    BrandMention -- "co-citation signal" --> YourSite

Chapter 4: Technical SEO

Technical SEO improves the infrastructure of your website so that search engine crawlers can efficiently access, crawl, and index it — and so that users enjoy fast, reliable experiences.

Key elements of Technical SEO:

  • Site Speed — Optimize load time through image compression, caching, CDN delivery, and minimizing render-blocking resources. Google's Core Web Vitals make speed a direct ranking signal.
  • Mobile-Friendliness — Ensure your site is fully responsive and performs well on phones and tablets. Google uses mobile-first indexing: your mobile version is what it evaluates.
  • XML Sitemap — Create and submit an sitemap.xml to Google Search Console and Bing Webmaster Tools so crawlers can discover all important pages efficiently.
  • Robots.txt — Configure robots.txt to control which pages search engine bots are permitted to crawl. Prevent crawling of admin pages, duplicate content, and staging environments.
  • HTTPS — Install an SSL/TLS certificate to serve your site over HTTPS. Google gives a small but real ranking boost to secure sites, and browsers flag HTTP sites as "Not Secure."
  • Structured Data — Implement schema markup (JSON-LD preferred) to give search engines explicit, machine-readable information about your content, enabling rich results like star ratings, FAQs, and breadcrumbs.
<!-- Example: JSON-LD structured data for a product page -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Vizag Trail Runner",
  "description": "Lightweight trail shoe for beginners",
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.7",
    "reviewCount": "128"
  }
}
</script>
# Example robots.txt
User-agent: *
Disallow: /admin/
Disallow: /staging/
Allow: /

Sitemap: https://www.example.com/sitemap.xml

Chapter 5: Local SEO

Local SEO is a focused branch of SEO that optimizes a website to appear in local search results — the map pack and geo-targeted queries. It is essential for any business with a physical location or a defined service area.

Key elements of Local SEO:

  • Google Business Profile (formerly Google My Business) — Create, verify, and keep your listing fully optimized: hours, photos, categories, Q&A, and posts.
  • NAP Consistency — Your Name, Address, and Phone number must be identical across every online listing — Google, Yelp, Apple Maps, Facebook, and local directories. Discrepancies erode trust with search engines.
  • Local Keywords — Incorporate location-specific keywords naturally into your content, title tags, and meta descriptions (e.g., "web developer in Austin" instead of just "web developer").
  • Customer Reviews — Actively encourage satisfied customers to leave reviews on Google and other platforms. Volume and recency of reviews directly impact local rankings.
  • Local Citations — Get your business accurately listed in online directories, chamber of commerce sites, and industry-specific local listings.

Chapter 6: E-commerce SEO

E-commerce SEO applies optimization principles specifically to online stores, where the goal is not just rankings but conversions — turning search visitors into buyers.

Key elements of E-commerce SEO:

  • Product Descriptions — Write unique, keyword-rich descriptions for every product. Avoid duplicating manufacturer copy; it creates thin, duplicate content that ranks poorly.
  • Product Images — Optimize images with descriptive file names and accurate alt text. High-quality images also reduce returns by setting correct buyer expectations.
  • Category Pages — Optimize category and collection pages to rank for broader, higher-volume keywords that individual products might not capture alone.
  • User Reviews — Encourage customers to leave product reviews and star ratings. Review content continuously refreshes pages with new keyword-relevant text and adds structured data for rich snippets.
  • Site Architecture — Design a clear, logical hierarchy of product and category pages. Every product should be reachable within three clicks from the homepage, and URL structures should be clean and descriptive (e.g., /shoes/running/trail/ rather than /p?id=9382).

Chapter 7: Best Practices for Effective SEO

Regardless of which SEO type you are working on, these five principles apply universally:

  1. Quality Content — Create high-quality, genuinely valuable content that meets the real needs of your audience. Thin, keyword-stuffed pages are actively penalized by modern algorithms.
  2. Keyword Optimization — Use relevant keywords naturally in your content, titles, and meta tags. Optimize for search intent, not just search volume.
  3. User Experience (UX) — Ensure your website is easy to navigate, mobile-friendly, and loads quickly. Search engines use behavioral signals (bounce rate, dwell time) as indirect quality measures.
  4. Regular Updates — Keep content fresh and accurate. Stale pages that fall behind current information gradually lose rankings to more up-to-date competitors.
  5. Monitor and Adjust — Use analytics tools (Google Search Console, Google Analytics, Ahrefs, SEMrush) to track keyword rankings, crawl errors, and traffic trends. SEO requires continuous, data-driven iteration — not a single one-time setup.

🧪 Try It Yourself

Task: Perform a quick On-Page SEO audit of any page you own (or a test HTML file).

  1. Open the page's source code and check for each of the following:
<!-- Checklist — does your page have all of these? -->
<title>Keyword-Rich Page Title Here</title>
<meta name="description" content="A 150–160 character summary with your target keyword.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<h1>One Clear H1 That Matches Your Title Intent</h1>
<img src="descriptive-name.jpg" alt="Accurate description of the image">
  1. Check that your page is served over HTTPS (look for the padlock in the browser address bar).
  2. Run your URL through Google's PageSpeed Insights and note your mobile score.

Success criterion: Your page has a populated <title>, <meta name="description">, exactly one <h1>, at least one image with a non-empty alt attribute, is on HTTPS, and scores above 70 on mobile PageSpeed. Fix any missing items and re-check.

🔍 Checkpoint Quiz

Q1. What does the "organic" in "organic traffic" mean in an SEO context?

A) Traffic from social media shares
B) Traffic that arrives without paid advertising
C) Traffic from returning visitors only
D) Traffic generated by email campaigns


Q2. A developer writes the following HTML for a product page. What On-Page SEO problem does it contain?

<title>Product Page</title>
<meta name="description" content="">
<h1>Welcome</h1>
<h1>Blue Trail Running Shoe</h1>
<img src="IMG_0042.jpg">

A) The <title> is missing a closing tag
B) The page has two <h1> tags, an empty meta description, a generic title, and an image with no alt text
C) <meta> tags are not valid inside <head> in HTML5
D) There is no <h2> tag, which is required by search engines


Q3. Your client runs a plumbing business serving only the greater Dallas area. Which SEO type should receive the most investment first, and why?

(Open-ended — write 2–3 sentences.)


Q4. Which of the following is a key element of Technical SEO?

A) Writing guest blog posts on industry websites
B) Encouraging customers to leave product reviews
C) Submitting an XML sitemap to help search engines discover site structure
D) Including the business phone number in every page's footer

A1. B — Organic traffic arrives without any paid promotion. The user found you through a search result, not an ad you purchased.

A2. B — The page has two <h1> tags (search engines expect one per page), a completely generic <title> ("Product Page"), an empty meta description, and an image (IMG_0042.jpg) with no alt attribute. All four issues hurt both rankings and accessibility.

A3. Local SEO should be the priority. Because the business only serves the Dallas area, appearing in local map-pack results and "plumber near me" queries will deliver far more qualified leads than broad national rankings. The foundation is a fully optimized Google Business Profile and consistent NAP data across all local directories.

A4. C — Submitting an XML sitemap is a core Technical SEO task. A) is Off-Page SEO (guest posting), B) relates to E-commerce or Local SEO (reviews), and D) is a Local SEO NAP consistency practice.

🪞 Recap

  • SEO (Search Engine Optimization) is the practice of improving a website's visibility in organic search results — free, long-term traffic that compounds over time.
  • On-Page SEO optimizes the content and HTML of individual pages: title tags, meta descriptions, headers, content, image alt text, and internal links.
  • Off-Page SEO builds authority through external signals: backlinks from authoritative sites, social signals, guest blogging, influencer outreach, and brand mentions.
  • Technical SEO improves crawlability and performance: site speed, mobile-friendliness, HTTPS, XML sitemaps, robots.txt, and structured data.
  • Local SEO targets geo-specific searches via Google Business Profile, NAP consistency, local keywords, reviews, and citations — critical for any location-based business.
  • E-commerce SEO optimizes online stores through unique product descriptions, image optimization, category page targeting, user reviews, and logical site architecture.

📚 Further Reading

Like this topic? It’s one of 30 in Digital Marketing Essentials.

Block your seat for ₹2,500 and join the next cohort.