Skip to content

Adding seo to pages #301

Closed Answered by lucacasonato
discoverlance-com asked this question in Q&A
Discussion options

You must be logged in to vote
import { Head } from "$fresh/runtime.ts";

export default function Page() {
  return (
    <div>
      <Head>
        <title>Title can go here</title>
      </Head>
      <h1>My page</h1>
    </div>
  );
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@PhoneDroid
Comment options

Answer selected by lucacasonato
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants