# Using the `hreflang` Element Google's CrawlerBot will eventually find your translated page if there are any links to it. However, if the content there is not marked appropriately, it will not be given the same SEO scores as your main content. In fact, it may even be treated as duplicate content, and a scoring penalty may be applied. To prevent this from happening, you need to provide the GoogleBot with information on how the translated sites relate to the original. The easiest way to do this is the `` element. These elements have to be placed in the page head (i.e. before the HTML body), and have two rules that must be satisfied in order for the GoogleBot to consider them: - `hreflang` elements must be reciprocal: if a link points to a translated site, the translated site must point back to the original as well. - `hreflang` elements must be circular: each language must also refer to itself with a link. Consider the following HTML snippet from an imaginary site at `http://example.com`: ```