Semrush MCP를 AI에 연결하기
세계에서 가장 강력한 트래픽, 가시성, 시장 데이터 세트가 모두 탑재된 AI 어시스턴트를 만나보세요.
Semrush One을 무료로 체험해 보세요
SEO 권위와 AI 가시성을 통합하는 선도 플랫폼입니다.
지금 티켓을 확보하세요
단 하루. 성공적인 마케팅을 위한 핵심 전략을 공유합니다.
2026년 10월 13일런던, 영국
지식 베이스
Semrush 툴킷
SEO
사이트 진단
Why can’t I find URLs from the Audit report on my website?

Why can’t I find URLs from the Audit report on my website?

Your campaign's crawl source dictates which pages our bot finds during the audit.

There are four types of "Pages to crawl" settings in Site Audit:

  • Website
  • Robots.txt sitemap
  • Sitemap URL
  • URLs from file

Why can’t I find URLs from the Audit report on my website? image 1

If you choose one of the Sitemaps options or the URL from file option, our bot will crawl a specific set of pages either from your Sitemap or from the file you upload.

If you have a Website as a crawl source, we are crawling your site starting from the homepage and navigating through the links we see on your page’s code.

You can check incoming internal links of the URL in the Crawled Pages Individual page report if you are not sure how our bot could find a certain link:

Why can’t I find URLs from the Audit report on my website? image 2

In case you can’t find a specific URL in the code of your page, there can be three possible reasons for this:

    1. Our bot received a different version of the page during the crawl. In most cases, this means that the page changed since, and the URL got deleted from the code.

    2. You are looking for an absolute URL and links in your code are relative:
        <a href = http://www.example.com/xyz.html> - absolute link
        <a href = "/xyz.html"> - relative link

    3. The link you see in our report is in decoded format, but in your code the link is in encoded format. This usually happens if a URL contains uncommon symbols (for example, "" quotes):
        <a href = "/"xyz".html"> - decoded URL
        <a href = "/%2F%22xyz%22.html"> - encoded URL

최근 조회