Google은 인식 가능한 URL에 유효한 <a> 태그를 사용하는 링크만 추적할 수 있습니다.
적절한 <a> 태그 사용
Google에서는 href 속성이 포함된 <a> 태그인 경우에만 링크를 추적할 수 있습니다. 다른 형식으로 된 링크는 Google 크롤러가 추적하지 않습니다. Google은 href 속성이 없는 <a> 링크나 스크립트 이벤트로 인해 링크처럼 작동하는 다른 태그는 추적하지 못합니다. 다음은 Google이 추적할 수 있는 링크와 추적할 수 없는 링크의 예입니다.
추적 가능:
<a href="https://example.com">
<a href="/relative/path/file">
추적 불가능:
<a routerLink="some/path">
<span href="https://example.com">
<a onclick="goto('https://example.com')">
인식 가능한 URL에 연결
<a> 태그에 연결된 URL이 Googlebot의 요청을 받을 수 있는 실제 웹 주소인지 확인합니다. 예를 들면 다음과 같습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-11-23(UTC)"],[[["Google uses links to determine page relevancy and discover new content, so ensure your links are crawlable by using the `\u003ca\u003e` HTML element with an `href` attribute containing a resolvable web address."],["Optimize your anchor text by making it descriptive, concise, and relevant to both the linked page and the current page, avoiding generic phrases like \"click here\" and overly long or keyword-stuffed text."],["Utilize internal links to connect related content within your site, helping users and Google navigate your site more easily, and consider external links to establish trustworthiness and provide context when referencing outside sources."],["When linking externally, use `nofollow` only for untrusted sources, and use `sponsored` or `nofollow` for paid links or user-generated content containing links."]]],[]]