Naver Search Advisor Registration Guide
Definition
Naver Search Advisor is Naver's official free webmaster tool and an essential setup for the Korean market, providing site indexing status, sitemap submission, and search visibility analysis.
Summary
If you target the Korean market, registering with Naver Search Advisor is essential. Submit your sitemap and allow Yeti (Naver's bot) in robots.txt to ensure proper Naver indexing. Running it alongside Google Search Console lets you monitor search performance across the Korean market end to end.
What Is Naver Search Advisor?
Naver Search Advisor is Naver's official free tool—the equivalent of Google's Google Search Console. The official URL is https://searchadvisor.naver.com, and you can use it by signing in with a Naver account.
Key features include the following.
- Site registration and ownership verification: The first step to authenticate that you own the site
- Sitemap submission: Directly deliver a list of URLs for crawling to Naver's bot
- Indexing status: Check which pages have been collected by Naver
- Search visibility statistics: Analyze which keywords drove impressions and clicks
- Mobile-friendly test: Check whether the site works well on mobile devices
- Content quality report: Detect duplicate content and crawling errors
Naver can still collect your site without registration, but submitting a sitemap directly significantly improves indexing speed and accuracy.
5 Steps to Register
Step 1: Add Your Site
- Go to https://searchadvisor.naver.com
- Sign in with your Naver account
- Click the Webmaster Tools button in the top-right corner
- Click Add Site and enter your site URL
- Example: https://www.example.com
- Pay attention to www vs. non-www and https vs. http. It must match exactly how users actually access the site
Step 2: Verify Ownership (3 Methods)
Naver requires one of three methods to confirm you are the site owner.
Method 1: HTML File Upload (Recommended)
- Download the HTML file provided by Naver
- Upload it to your site root directory (e.g., https://example.com/naver12345abcde.html)
- Confirm the file is accessible externally, then click Verify Ownership
- This is the most stable method; if the file remains in place, re-verification is easy even if ownership expires later
Method 2: HTML Meta Tag
- Insert the meta tag provided by Naver inside <head>
- Example: <meta name="naver-site-verification" content="abc123..." />
- Suitable when your CMS or framework makes head tag edits easy
Method 3: DNS TXT Record
- Add a TXT record in your domain DNS settings
- DNS propagation can take from several minutes to several hours
- Advantage: can be handled at the domain level without server access
Step 3: Submit Your Sitemap
A sitemap is an XML file that tells crawlers, "Please collect these URLs."
- Select the site in Webmaster Tools
- Click Request > Submit Sitemap in the left menu
- Enter your sitemap URL (e.g., https://example.com/sitemap.xml)
- Click Confirm
If you do not have a sitemap yet, create one first. WordPress can generate one automatically with the Yoast SEO or Rank Math plugin. Next.js can generate one with the next-sitemap package or an App Router sitemap.ts file.
Step 4: Allow Yeti in robots.txt
Naver's crawling bot is Yeti. If Yeti is blocked in robots.txt, pages will not be collected no matter how many sitemaps you submit. Confirm that robots.txt includes the following.
User-agent: Yeti
Allow: /
User-agent: NaverBot
Allow: /
If you applied a blanket AI bot blocking rule, Yeti may have been blocked along with other bots—be sure to add an explicit allow rule. For broader robots.txt management, see How to Allow AI Bots in robots.txt.
Step 5: Set Up Regular Monitoring
Ongoing checks are needed even after registration is complete.
- Review indexing status and crawling errors at least once a month
- Use the direct URL collection request feature when key content is not being collected
- Incorporate search visibility keyword data into your content strategy
Naver may take about 7–10 days after sitemap submission to perform the initial collection of site information.
Post-Registration Checklist
- Site ownership verification complete
- sitemap.xml submitted
- Yeti allowed in robots.txt confirmed
- Key pages indexed confirmed
- No crawling error items
- Mobile-friendly test passed
- Search visibility statistics data received confirmed
Methods by Hosting Platform
Cafe24
Cafe24 Admin > SEO > Naver Search Advisor provides a field to enter the ownership meta tag directly. Sitemaps are generated automatically, so you only need to submit the URL.
imweb
In imweb Admin > Settings > Search Engine Optimization, enter the Naver Search Advisor meta tag. The sitemap URL is typically in the format domain/sitemap.xml.
WordPress (Yoast SEO)
After installing the Yoast SEO plugin, enter the Naver Search Advisor verification code under SEO > General > Webmaster Tools. The sitemap is auto-generated at domain/sitemap_index.xml.
Vercel/Next.js
Place the ownership verification HTML file in the public directory, or add the meta tag to metadata in app/layout.tsx. Generate the sitemap with the next-sitemap package or App Router app/sitemap.ts.
Custom Server
The HTML file upload method is the most universal. Upload the file to the web root or add a route that serves a specific path.
Comparison with Google Search Console
The two tools serve the same role; only the target search engine differs.
| Item | Naver Search Advisor | Google Search Console |
|---|---|---|
| Target search engine | Naver | |
| Cost | Free | Free |
| Crawler name | Yeti | Googlebot |
| Key features | Indexing, sitemap, visibility stats | Indexing, sitemap, performance reports |
| Essential for Korean market | Essential for B2C | Essential for all markets |
If you target the Korean market, you should operate both tools. Naver and Google draw traffic from different sources, so data from only one platform cannot reveal full search performance.
4 Common Problems
1. Ownership verification failure
After uploading the HTML file, access often fails. Check in order: filename typos, incorrect upload path, and server access restrictions.
2. Sitemap submission error
This usually means sitemap.xml does not actually exist, or robots.txt blocks Yeti from accessing the sitemap. Open the URL directly in a browser and confirm you get a normal response (200).
3. Pages not being indexed
Common causes include robots.txt misconfiguration, a noindex meta tag, or pages not linked internally. Use Search Advisor's URL inspection tool to check the page directly.
4. Persistent crawling errors
This may be due to server errors (5xx), redirect chains, or Yeti being blocked by a firewall. Check server access logs to confirm Yeti requests are actually arriving.
Frequently Asked Questions
Q. Can my site appear in Naver search without registering for Naver Search Advisor?
A. Yes. Naver's bot (Yeti) crawls on its own if the site is allowed in robots.txt. However, submitting a sitemap directly speeds up indexing and lets you request collection of pages that were missed, so registration is recommended.
Q. How long does it take to appear in Naver search after registration?
A. Initial collection after sitemap submission can take about 7–10 days. Search visibility after that depends on C-Rank formation and content quality.
Q. Should I run Naver Search Advisor and Google Search Console at the same time?
A. If you target the Korean market, yes. The two platforms operate completely separate indexes. Google Search Console settings do not affect Naver, and vice versa.
Related Sources
- Naver Search Advisor Official Guide: https://searchadvisor.naver.com/guide
- Naver Search Advisor Official Site: https://searchadvisor.naver.com