새 로봇 태그인 indexifembedded를 소개합니다. 이 태그를 사용하면 콘텐츠의 색인 생성 시기를 더 효과적으로 제어할 수 있습니다. indexifembedded 태그를 사용하면 콘텐츠 페이지에 noindex 태그가 있더라도 iframes 및 유사한 HTML 태그로 다른 페이지에 삽입된 콘텐츠가 여전히 색인 생성 대상임을 Google에 알릴 수 있습니다.
indexifembedded 태그는 미디어 게시자에게 특히 영향을 미치는 일반적인 문제를 해결합니다. 게시자는 서드 파티 페이지에 삽입된 콘텐츠의 색인이 생성되기를 원하지만, 소유한 미디어 페이지의 색인이 생성되기를 원하지는 않을 수 있습니다. 미디어 페이지의 색인이 생성되지 않기를 원하므로 이러한 페이지에는 현재 noindex 태그를 사용합니다. 그러나 noindex 태그는 색인을 생성하는 동안 다른 페이지에 콘텐츠를 삽입하는 것을 방지합니다.
새 로봇 태그인 indexifembedded는 noindex 태그를 포함한 페이지가 iframe이나 유사한 HTML 태그(예: object)로 다른 페이지에 삽입될 때만 noindex 태그와 함께 작동합니다.
예를 들어 podcast.host.example/playpage?podcast=12345에 noindex 및 indexifembedded 태그가 모두 있는 경우 Google은 색인을 생성하는 동안 페이지에서 호스팅된 콘텐츠를 recipe.site.example/my-recipes.html에 삽입할 수 있습니다.
콘텐츠가 다른 페이지에 삽입된 경우에만 콘텐츠의 색인이 생성되도록 하려면 indexifembedded 태그와 noindex를 함께 추가해야 합니다. 예:
[[["이해하기 쉬움","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"]],[],[[["Google introduces a new robots tag, `indexifembedded`, allowing content to be indexed when embedded on other sites, even if the original page has a `noindex` tag."],["This tag addresses the issue faced by media publishers who want their content indexed when embedded but not as standalone pages."],["`indexifembedded` should be used in conjunction with the `noindex` tag to enable indexing only when the content is embedded via iframes or similar HTML tags."],["The tag is currently supported by Google only and can be implemented in either the HTML `\u003cmeta\u003e` tag or the HTTP header."]]],["Google introduced the `indexifembedded` robots tag, designed to work with the `noindex` tag. When a page with `noindex` is embedded via `iframe` or similar tags, `indexifembedded` allows Google to index the content during indexing. This addresses media publishers' need to prevent indexing of their media pages while enabling indexing of embedded content on third-party sites. Implement it with `\u003cmeta\u003e` tags or HTTP headers, using `noindex` and `indexifembedded` together. Currently, only Google supports `indexifembedded`.\n"]]