nl.hideout-lastation.com
Paradijs Voor Ontwerpers En Ontwikkelaars


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

completely.

Prevent Indexing After A Specified Time

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 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

  

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.

5 handige gadgets voor smartphones onder de $ 20

5 handige gadgets voor smartphones onder de $ 20

Hoewel de smartphone op zich een zeer nuttig apparaat is, zijn er enkele gadgets en accessoires die je smartphone nog slimmer kunnen maken.Voor dit artikel heb ik vijf gadgets voor smartphones vermeld die mogelijk nuttig voor u kunnen zijn, afhankelijk van hoe u ze gebruikt. En aangezien sommige gadgets potentieel duur kunnen zijn, heb ik een maximumbedrag van USD20 ingesteld voor deze gadgets, wat betekent dat je de bank niet hoeft te verbreken om ze te kopen

(Technische en ontwerptips)

Hoe u Goodreads-beoordelingen kunt krijgen via API

Hoe u Goodreads-beoordelingen kunt krijgen via API

Voor boekenliefhebbers die een voorkeur hebben voor een specifiek genre, zullen ze waarschijnlijk de aanbeveling van een vriend bekijken dan een lijst met bestsellers te volgen. Dit is de reden waarom Amazon's Goodreads een site is met bladwijzers voor enthousiaste lezers. Het is een plaats waar je een uitgebreide database van boeken, aanbevelingen en beoordelingen kunt vinden door boekliefhebbers

(Technische en ontwerptips)