LinkedIn에서 Google 검색 확인하기:
LinkedIn에서 팔로우하고 검색 가능한 사이트를 만드는 방법에 관한 Google 검색 뉴스와 리소스를 확인하세요.
새 로봇 태그: indexifembedded
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
2022년 1월 21일 금요일
새 로봇 태그인 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
를 함께 추가해야 합니다. 예:
<meta name="googlebot" content="noindex" />
<meta name="googlebot" content="indexifembedded" />
<!-- OR -->
<meta name="googlebot" content="noindex,indexifembedded" />
또는 HTTP 헤더에서 태그를 지정하면 됩니다.
X-Robots-Tag: googlebot:noindex
X-Robots-Tag: googlebot:indexifembedded
...
OR
…
X-Robots-Tag: googlebot:noindex,indexifembedded
현재 Google에서만 indexifembedded
태그를 지원합니다.
새 태그가 도움이 되기를 바랍니다. 궁금한 점이나 의견이 있으면 트위터 및 도움말 포럼을 통해 알려주세요.
게시자: 웨이지 왕, 게리 일리즈
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
[null,null,[],[[["\u003cp\u003eGoogle introduces a new robots tag, \u003ccode\u003eindexifembedded\u003c/code\u003e, allowing content to be indexed when embedded on other sites, even if the original page has a \u003ccode\u003enoindex\u003c/code\u003e tag.\u003c/p\u003e\n"],["\u003cp\u003eThis tag addresses the issue faced by media publishers who want their content indexed when embedded but not as standalone pages.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eindexifembedded\u003c/code\u003e should be used in conjunction with the \u003ccode\u003enoindex\u003c/code\u003e tag to enable indexing only when the content is embedded via iframes or similar HTML tags.\u003c/p\u003e\n"],["\u003cp\u003eThe tag is currently supported by Google only and can be implemented in either the HTML \u003ccode\u003e<meta>\u003c/code\u003e tag or the HTTP header.\u003c/p\u003e\n"]]],["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"],null,["# New robots tag: indexifembedded\n\nFriday, January 21, 2022\n\n\nToday, we're introducing a new robots tag,\n[`indexifembedded`](/search/docs/crawling-indexing/robots-meta-tag#indexifembedded),\nthat brings you more control over when your content is indexed. With the\n`indexifembedded` tag, you can tell Google you'd still like your content indexed when\nit's embedded through\n[`iframes`](https://developer.mozilla.org/docs/Web/HTML/Element/iframe)\nand similar HTML tags in other pages, even when the content page has the `noindex` tag.\n\n\nThe `indexifembedded` tag addresses a common issue that especially affects media\npublishers: while they may want their content indexed when it's embedded on third-party pages,\nthey don't necessarily want their media pages indexed on their own. Because they don't want the\nmedia pages indexed, they currently use a `noindex` tag in such pages. However, the\n`noindex` tag also prevents embedding the content in other pages during indexing.\n\n\nThe new robots tag, `indexifembedded`, works in combination with the\n`noindex` tag only when the page with `noindex` is embedded into another\npage through an `iframe` or similar HTML tag, like\n[`object`](https://developer.mozilla.org/docs/Web/HTML/Element/object).\nFor example, if\n`podcast.host.example/playpage?podcast=12345` has both the `noindex` and\n`indexifembedded` tag, it means Google can embed the content hosted on that page in\n`recipe.site.example/my-recipes.html` during indexing.\n\n\nTo enable your content to be indexed only when it's embedded on other pages, make sure to add\n`indexifembedded` in combination with the `noindex` tag. For example: \n\n```ecl\n\u003cmeta name=\"googlebot\" content=\"noindex\" /\u003e\n\u003cmeta name=\"googlebot\" content=\"indexifembedded\" /\u003e\n\u003c!-- OR --\u003e\n\u003cmeta name=\"googlebot\" content=\"noindex,indexifembedded\" /\u003e\n```\n\n\nAlternatively, you can specify the tag in the HTTP header: \n\n```\nX-Robots-Tag: googlebot:noindex\nX-Robots-Tag: googlebot:indexifembedded\n...\nOR\n…\nX-Robots-Tag: googlebot:noindex,indexifembedded\n```\n\nPresently, only Google supports the `indexifembedded` tag.\n\n\nWe hope you find this new tag useful. If you have questions or comments, find us on\n[Twitter](https://twitter.com/googlesearchc) and in our\n[Help Forums](https://support.google.com/webmasters/community).\n\n\nPosted by [Weizi Wang](https://www.linkedin.com/in/weizi-wang-2a32ab111/) and [Gary Illyes](https://garyillyes.com/+)"]]