Technology

How to use Google’s New launch Robots Tag ” indexifembedded ” ?

robots tag indexifembedded
Written by Elan

Google introduce new robots tag indexifembedded On 21st Jan 2022. Before knowing this new robot’s tag let’s discuss the previously use tags like index,noindex, follow, Nofollow, Noarchive, Nosnippet,nocache,noimageindex.

1. No Index Tag

No Index tag command to goole robot that don’t index my specific page.

<meta name=”robots” content=”noindex”>

2. Index Tag

Index tag allow to google robot to show this page in google search engine result.

<meta name=”robots” content=’index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1′ />

3. Nofollow Tag

A ‘nofollow’ tag’ tells google bots to do not follow the link on a specific page:

4. Noarchive Tag

‘Noarchive’ Tag tell to google robots that don’t show cached links to this page on a SERP.

5. Noimageindex Tag

‘Noimageindex’ tag tells google robots that don’t index my image on a specific page and post.

6. Nosnippet Tag

‘Nosnippet’ tag tells to the crawler that do not show meta description of page on search engine

7. indexifembedded Tag

‘indexifembedded’ tag tells google bots that index this content if and only if when embedded on another page. This tag is use with ‘noindex’.

Here is the code for use this tag:

<meta name=”robots” content=”noindex” />

<meta name=”robots” content=”indexifembedded” />

<—OR —>

<meta name=”robots” content=”noindex, indexifembedded” />

Like this post? Share with your friends