Google Search Console for Beginners: A Myanmar Marketer's Guide

Learn how to set up Google Search Console, understand your key reports, find Burmese keyword opportunities, fix indexing issues, and grow organic traffic — a practical guide for Myanmar websites.

Most Myanmar businesses with a website have no idea how many people find them through Google — what search terms they used, which pages appeared in results, or whether Google can even access their site properly.

Google Search Console (GSC) answers all of these questions, and it is completely free. It is the single most important free tool available to any website owner, and it requires no analytics expertise to start using effectively.

This guide walks you through setup, explains the key reports in plain language, and shows you how to use GSC for the specific needs of a Myanmar website — including Burmese keyword discovery and diagnosing common Myanmar-specific indexing issues.


What Is Google Search Console?

Google Search Console is a free tool from Google that shows you how your website performs in Google Search. Unlike Google Analytics (which tracks what visitors do on your site), Search Console tells you what happens before the click — what search terms triggered your site to appear, where you ranked, how many people saw your result, and how many clicked.

It also gives Google a direct channel to communicate with you: if your site has security issues, manual penalties, or pages that cannot be indexed, Search Console is where Google tells you.

Think of it as the control panel for your relationship with Google Search.

Every Myanmar website needs it set up. There is no downside, and the insights it provides cannot be obtained any other way.


Setting Up Google Search Console

Step 1: Create or Sign In to a Google Account

You need a Google account (Gmail) to use Search Console. Use a business email account if possible — avoid using a personal Gmail, because if a team member manages your site in the future, you will want to share access without giving up your personal account.

Visit search.google.com/search-console and sign in.

Step 2: Add Your Property

Click "Add Property" and choose between two property types:

Domain property (recommended): Enter your domain (e.g., yourdomain.com) without www or https. A domain property tracks all versions of your site — http, https, www, and non-www — in a single view. This is the best option for most sites.

URL prefix property: Enter the exact URL version of your site (e.g., https://www.yourdomain.com). Tracks only that specific URL format. Use this only if you specifically want to separate tracking by URL variant.

Step 3: Verify Ownership

Google requires you to prove you own the site before giving you access to its data. There are several verification methods:

DNS verification (recommended for domain properties): Add a TXT record to your domain's DNS settings at your domain registrar (where you bought your domain). Your registrar will have a DNS management section in their control panel. Copy the TXT record code from Search Console and add it to your DNS. Verification typically completes within a few minutes to an hour.

HTML tag verification: Copy a meta tag provided by Search Console and paste it into the <head> section of your website's HTML. For WordPress users, the Yoast SEO or Rank Math plugin has a dedicated field for this tag — no code editing required.

Google Analytics verification: If Google Analytics 4 is already installed on your site with the same Google account, Search Console can verify ownership automatically through the Analytics tracking code. This is the fastest method if GA4 is already set up.

Google Tag Manager verification: If you use Google Tag Manager, select this option and verify through your GTM container.

Step 4: Submit Your Sitemap

A sitemap is a file that lists all the pages on your website, helping Google find and crawl them efficiently.

  • WordPress with Yoast SEO: Your sitemap is automatically created at yourdomain.com/sitemap_index.xml
  • Ghost: Sitemap is automatically at yourdomain.com/sitemap.xml
  • Squarespace: Sitemap is at yourdomain.com/sitemap.xml

In Search Console, go to Sitemaps in the left menu, enter your sitemap URL, and click Submit. Google will begin crawling your site more systematically.


The Key Reports: What to Check and Why

Performance Report

The Performance report is where most of your time should be spent. It shows you exactly how your site performs in Google Search.

Four core metrics:

  • Total Clicks: How many times users clicked on your site from search results
  • Total Impressions: How many times your site appeared in search results (whether clicked or not)
  • Average CTR (Click-Through Rate): The percentage of impressions that resulted in a click (Clicks ÷ Impressions)
  • Average Position: Your average ranking position across all search queries

The Queries tab — the most valuable section: This shows you every search term that triggered your site to appear in Google results, along with clicks, impressions, CTR, and average position for each query.

How to use it:

  1. Sort by Impressions (highest first) — these are queries where Google shows your site but users are not clicking. High impressions + low CTR = opportunity to improve your title tag and meta description
  2. Sort by Position — queries where you rank between positions 4–15 are "near the top" and can be pushed to page 1 with content improvements
  3. Filter by Burmese script — use the search filter to show only queries containing Burmese characters, which reveals your actual Burmese-language search performance

Burmese keyword discovery: Many Myanmar businesses are surprised to discover they rank for Burmese search terms they never intentionally targeted. The Queries report shows you exactly which Burmese terms bring people to your site — and which related terms have high impressions but low clicks, indicating ranking gaps you can fill with new content.

Coverage / Indexing Report

This report shows which pages on your site are indexed by Google (and therefore can appear in search results) and which have errors preventing indexing.

Status categories:

  • Valid: Pages indexed successfully and eligible to appear in search
  • Valid with warnings: Indexed but with minor issues worth reviewing
  • Error: Pages that could not be indexed — these need attention
  • Excluded: Pages deliberately or accidentally excluded from indexing

Common errors to address:

  • "Submitted URL not found (404)" — A page in your sitemap no longer exists; remove the sitemap entry or redirect the URL
  • "Server error (5xx)" — Your server is returning errors; check with your hosting provider
  • "Redirect error" — A redirect chain is broken; fix the redirect configuration
  • "Submitted URL blocked by robots.txt" — A page you want indexed is accidentally blocked; check your robots.txt file

Myanmar-specific indexing issue — Zawgyi-encoded pages: Pages using Zawgyi encoding (an older, non-standard Burmese font encoding) may appear in the Coverage report as indexed but in practice display as garbled text for Unicode-configured users and search engines. Google's crawler is configured for Unicode. Pages with Zawgyi encoding can result in characters appearing as mojibake (scrambled characters) in search result snippets. If you have older content encoded in Zawgyi, convert it to Unicode and update the character encoding declaration in the page HTML to charset=UTF-8.

Sitemaps Report

Shows the status of your submitted sitemaps — how many URLs were submitted and how many are indexed. A significant gap between submitted and indexed URLs warrants investigation in the Coverage report.

Mobile Usability Report

This report identifies pages with mobile usability issues — a critical report for Myanmar sites given that virtually all your visitors are on mobile devices.

Common mobile usability issues:

  • "Text too small to read" — Body text below 12px or content too wide for the viewport
  • "Clickable elements too close together" — Buttons and links with insufficient spacing for touchscreens
  • "Content wider than screen" — Horizontal scrolling forced on mobile devices
  • "Viewport not set" — Missing viewport meta tag in HTML

These issues directly affect your mobile rankings. Fix each flagged page and use the Validate Fix button to request Google re-evaluate the page.

Myanmar-specific mobile issue — slow load times: With median mobile speeds of 5.09 Mbps, pages that load slowly on mobile receive poor Core Web Vitals scores. While Mobile Usability focuses on usability rather than speed, low scores here combined with poor Core Web Vitals scores compound your ranking disadvantage. Always cross-reference mobile usability issues with your PageSpeed Insights scores.

Core Web Vitals Report

Shows how your pages perform on the three Core Web Vitals:

  • LCP (Largest Contentful Paint): How quickly the main content loads — target under 2.5 seconds
  • FID/INP (Interaction to Next Paint): How responsive the page is to user interaction — target under 200ms
  • CLS (Cumulative Layout Shift): How much the page layout shifts during loading — target under 0.1

Pages marked "Poor" need speed optimization work (see Article 46 in this series for specific techniques). Pages in "Good" status are contributing positively to your rankings.


How to Submit URLs for Immediate Indexing

When you publish a new page or article, you do not have to wait for Google's crawler to discover it — you can request immediate indexing.

Method 1: URL Inspection tool

  1. Paste your new page URL into the search bar at the top of Search Console
  2. Click "Request Indexing"
  3. Google typically crawls the page within a few days (often within hours for established sites)

Method 2: Keep your sitemap updated If your CMS automatically updates your sitemap (WordPress with Yoast, Ghost, Squarespace all do this), Google will find new pages through the sitemap during its regular crawl cycle. The URL Inspection method is faster for priority pages.

When to use immediate indexing requests:

  • New products or services you want appearing in search quickly
  • Important announcements or time-sensitive content
  • After fixing indexing errors — request re-indexing to confirm the fix worked

Finding Keyword Opportunities in GSC

Google Search Console's Queries report is one of the most powerful — and underused — keyword research tools available.

The "striking distance" technique:

  1. Open the Performance report → Queries tab
  2. Filter for queries where your Average Position is between 4 and 20
  3. Sort by Impressions (highest first)

These queries are where Google almost shows your site on page 1. A focused effort on the pages ranking for these queries — improving the content depth, adding the exact query phrase more prominently, building a few links — can move them to page 1, where they receive significantly more clicks.

Finding content gaps: Look for queries with high impressions but low CTR (below 3%). These are queries where your page title and meta description are failing to convince searchers to click, even though Google is showing your result. Rewrite your title tags and meta descriptions for these pages to be more compelling and relevant to the query.

Burmese query analysis: Filter the Queries report to show only Burmese-script queries. Note any queries with significant impressions that you have not explicitly created content for — these represent real demand from Burmese-speaking searchers that you can address with new or updated content.


Integrating Search Console with Google Analytics 4

Linking GSC with Google Analytics 4 allows you to connect search performance data (what searches brought visitors) with on-site behavior data (what those visitors did after clicking).

How to link:

  1. In Google Analytics 4, go to Admin → Property Settings → Search Console Links
  2. Select your Search Console property and confirm
  3. Data begins appearing in GA4 under Reports → Acquisition → Search Console

What this unlocks: You can now see which search queries bring visitors who convert (buy, fill out a contact form, sign up), not just which queries bring traffic. This is significantly more powerful for prioritizing your SEO efforts — focus on ranking for queries that bring buyers, not just visitors.


Common Myanmar-Specific Issues in Search Console

Zawgyi vs. Unicode encoding errors: Pages built with Zawgyi encoding — the older non-standard Burmese font encoding used widely before 2019 — may appear indexed in Search Console but display incorrectly for modern users and have garbled search snippets. The fix is to re-encode affected content in Unicode (UTF-8) and declare the correct encoding in the page HTML. Myanmar's official standard has been Unicode since 2019.

Mobile usability failures from Burmese text rendering: Some older Burmese font implementations cause text overflow issues on mobile (text running outside the viewport). This shows up as "Content wider than screen" in the Mobile Usability report. The solution is typically updating to a properly configured Unicode font with correct CSS word-wrap settings.

Low crawl rate due to server performance: If your server is slow (high TTFB) or experiences frequent downtime (as is more common with local Myanmar hosting), Google's crawler may crawl your site less frequently. This means new content and fixes take longer to be discovered. Monitoring your server response times and switching to Singapore-based hosting if needed can improve crawl frequency.

Indexing gaps from electricity-related downtime: Sites hosted on local Myanmar infrastructure that experience frequent downtime (linked to electricity supply issues affecting data centers) may receive "Server error (5xx)" reports in the Coverage section. Monitoring your hosting uptime and switching to a more reliable host is the solution — consider Singapore-based providers for more reliable uptime.


A Monthly GSC Review Routine

Make this a monthly habit — it takes 20–30 minutes and provides the data you need to make informed decisions:

  1. Performance report: Check total clicks and impressions vs. last month. Up or down?
  2. Queries tab: Review top queries. Any new Burmese queries appearing? Any striking distance opportunities?
  3. Pages tab: Which pages drive the most clicks? Are these your most important business pages?
  4. Coverage report: Any new errors? Resolve immediately.
  5. Mobile Usability: Any new issues? Fix within the week.
  6. Core Web Vitals: Any pages moving from Good to Needs Improvement? Investigate.
  7. Sitemaps: Confirm your sitemap is still submitting successfully.

Frequently Asked Questions

Q: How long does it take for Search Console to show data after I set it up? Search Console starts accumulating data immediately after verification, but it displays data from the past 16 months and can only show historical data from the date you verified ownership forward. You will start seeing clicks and impressions data within a few days of setup — though a newly launched site with little Google presence may show very little data initially. Full data typically stabilizes within 2–4 weeks of setup.

Q: I verified my site but the Performance report shows no data. What is wrong? If your site is new, it may have very few impressions because Google has not indexed many pages yet. Submit your sitemap, use the URL Inspection tool to request indexing on your key pages, and wait 2–4 weeks. If an older site shows no data, check that you verified the correct version of your URL (https:// vs http://, www vs non-www). A domain property captures all versions; a URL prefix property only captures the exact URL you entered.

Q: Can I use Google Search Console for multiple websites? Yes. You can add unlimited properties to a single Search Console account. You can also grant other Google accounts access to your property (Settings → Users and Permissions) — useful for giving a digital marketing agency access without sharing your Google account password.

Q: My pages are showing "Discovered — currently not indexed." What does this mean? Google found your URL (via your sitemap or internal links) but has not crawled it yet. This is common for large sites where Google's crawl budget does not immediately cover all pages. For your most important pages, use the URL Inspection → Request Indexing tool to prioritize them. For lower-priority pages, they will typically be crawled within a few weeks.

Q: Should I use Google Search Console or Google Analytics — or both? Both — they answer different questions. Search Console tells you what happens in Google Search before visitors click through to your site: search terms, rankings, impressions, and indexing issues. Google Analytics tells you what visitors do after they arrive: which pages they visit, how long they stay, and whether they convert. The two tools complement each other, and linking them (as described above) gives you the most complete picture of your search performance.