The
rel="canonical"
HTML <head>
tag tells Google the new preferred search result for each page.You might want to set this up for example if you decide to publish your website both as:but you'd like the OurBigBook Web one to take precedence.
- a static website e.g. under
https://cirosantilli.com
- on OurBigBook Web e.g. under
https://ourbigbook.com/cirosantilli
You can set this up by adding something like the following code to the you might also want to do that for all pages except your homepage with:
<head>
element in your ourbigbook.liquid.html:<link rel="canonical" href="https://ourbigbook.com/cirosantilli/{{ toplevel_id }}">
{% unless is_index_article %}<link rel="canonical" href="https://ourbigbook.com/cirosantilli/{{ toplevel_id }}">{% endunless %}