Out of the box awesome SEO
2024, Sep 23
Adding SEO is as easy as adding this tag to your <head>
section:
{#seo page site /}
It will automatically use the Frontmatter data to fill the tags. Read the Roq documentation for more...
Like this:
<!-- SEO TITLE -->
<title>Out of the box awesome SEO - Hello, world! I'm Roq</title>
<meta property="og:title" content="Out of the box awesome SEO" />
<meta name="twitter:title" content="Out of the box awesome SEO">
<meta property="og:site_name" content="Hello, world! I'm Roq">
<!-- SEO DESCRIPTION -->
<meta name="description" content="Learn how to implement SEO in Roq in a blink of an eye.">
<meta property="og:description" content="Learn how to implement SEO in Roq in a blink of an eye." />
<meta name="twitter:description" content="Learn how to implement SEO in Roq in a blink of an eye.">
<!-- SEO AUTHOR -->
<meta property="article:author" content="ia3andy" />
<meta name="author" content="ia3andy" />
<!-- SEO URL -->
<link rel="canonical" href="https://pages.quarkiverse.io/quarkus-roq/posts/out-of-the-box-awesome-seo" />
<meta property="og:url" content="https://pages.quarkiverse.io/quarkus-roq/posts/out-of-the-box-awesome-seo" />
<meta name="twitter:url" content="https://pages.quarkiverse.io/quarkus-roq/posts/out-of-the-box-awesome-seo">
<!-- SEO TYPE -->
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2024-09-23T12:00Z[Etc/UTC]" />
<!-- SEO IMAGE -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image:src" content="https://images.unsplash.com/photo-1562577309-2592ab84b1bc?q=80&w=3474&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" />
<meta property="og:image" content="https://images.unsplash.com/photo-1562577309-2592ab84b1bc?q=80&w=3474&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" />
<!-- SEO COLLECTION PAGES -->
<link rel="prev" href="https://pages.quarkiverse.io/quarkus-roq/posts/the-first-roq-plugin-is-for-tagging-with-pagination" />
<link rel="next" href="https://pages.quarkiverse.io/quarkus-roq/posts/mastering-pagination-in-roq" />
<!-- SEO LOCALE -->
<meta property="og:locale" content="en" />
<!-- SEO GENERATOR -->
<meta name="generator" content="Quarkus Roq v999-SNAPSHOT" />