Bepaal hoe Google uw inhoud indexeert met metatags
Er zijn veel zoekmachines, maar het grootste deel van de tijd zijn eigenaars van sites geïnteresseerd in het indexeren van hun site op de almachtige Google. Een manier om beter te presteren in de zoekmachine is om meta-robottags te gebruiken .
The meta
robot tag is a consensus meta tag among search engines like Google, Yahoo, and Bing. The use of the meta tag is to let web developers have accessibility control for web pages, against search engine crawlers. For instance, something like noindex
will prevent all robots from the search engines from putting your web page in their index.
Google’s own robot is called Googlebot. In this post we will see how we address Googlebot exclusively through meta tags.
Addressing Googlebot
To address Googlebot, specify the meta name
as googlebot
instead of just robots
. This example will prevent Googlebot from putting your web page in their index but still allow bots from Bing and Yahoo to crawl the page. Thus your web pages may still appear in Bing and Yahoo search results.
Google has a number of special robots that crawl through different kinds of content such as Image, News, Video, Ads and Mobile. Google allows you to block these robots individually. If you do not want your website to appear in Google Mobile search results, for example, you can specify the meta robot tag this way:
The full list of Google bot types can be found in the Google’s Website Crawlers page.
Prevent Image Indexing
It’s a real irritating when you find your copyrighted image used by someone else without your prior permission. If you want to minimize this from happening, you can prevent Google from putting your images on their index.
Specify the meta robot tag with the value of noimageindex
. This will prevent the robot from indexing all the images in the page and your images will not appear in Google Image Search results, which is where people usually search for images.
Alternatively, you can set the meta name as googlebot-image
to specifically prevent Google’s robots from crawling your site for images.
Prevent Translating
Google Chrome offers the translation of a site in foreign language to the visitor’s favorite or local language, with the help of Google Translate. While Google Translate translation is getting better, it’s far from perfect for some languages. The translation output could sometimes be really quirky.
If you don’t want Google to translate your web pages, set the googlebot meta with the value of notranslate
, like so.
If you want to prevent a certain section of the page from being translated, you can add the notranslate
class within the element wrapping the content:
Google will ignore this You can also prevent Google from indexing your web pages after certain period of time. This will be particularly useful for web pages which are only relevant within a timeframe, such as an event registration page, for example. In this case, you probably want to tell the robot to not crawl and index this page after the event has ended, thereby preventing it from showing up in Google’s search results. To do this, specify the meta tag with the value of Giving the above example, Google robot will not crawl the page after 29-Sep-14. The page will eventually disappear from the index, yet you can still retain the page for archiving in your website. 20 Beste Google Pixel 2 en Pixel 2 XL-hoesjes Zoals de meeste andere smartphones van tegenwoordig, volgt Google Pixel 2 dezelfde trend van slank en breekbaar lichaam . Als je de nieuwste Pixel-telefoon hebt, zou je waarschijnlijk een beschermhoes willen aanschaffen.Of je nu een duidelijke hoes wilt, minimaal, stevig, gebreid of zelfs een houten, ik zorg dat je gedekt bent 15 Tips & Tricks om het beste uit Android 7 Nougat te halen Android 7.0 (codernaam Nougat), officieel uitgegeven op 22 augustus 2016 voor Nexus- en Pixel-apparaten, wordt langzaam uitgerold voor mobiele apparaten over de hele wereld.Terwijl je reikhalzend uitkijkt naar het uitproberen van de nieuwste Android op je telefoon of tablet, bieden we je een lijst met handige tips & tricks om het meeste te halen uit nieuwe functies en verbeteringen in Android NougatPrevent Indexing After A Specified Time
unavailable_after
then followed by the time info. The time format should comply with the RFC-850 format, for example: Thursday, 26-Sep-14 10:00:00 UTC