Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve SEO meta tags #3

Open
kevinabouhanna opened this issue Jul 13, 2024 · 0 comments
Open

Improve SEO meta tags #3

kevinabouhanna opened this issue Jul 13, 2024 · 0 comments
Assignees
Labels

Comments

@kevinabouhanna
Copy link
Owner

    <!-- Meta description for search engines -->
    <meta name="title" content="Abou Hassan Restaurant" />
    <meta name="description" content="Abou Hassan Restaurant" />
    <meta name="keywords" content="Abou Hassan Restaurant"/>
    <meta name="author" content="Kevin Abou Hanna" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <!-- Open Graph description for social media -->
    <meta property="og:title" content="Abou Hassan Restaurant" />
    <meta property="og:description" content="Abou Hassan Restaurant" />
    <meta property="og:type" content="Home Page" />
    <meta property="og:locale" content="en_US" />
    <meta property="og:url" content="https://abouhassan.net/" />
    <!-- TODO replace meta image with logo
    <meta property="og:image" content="https://abouhassan.net/images/logo.jpg" />
    -->
    <!-- Alternate versions for different languages or regions -->
    <link rel="alternate" hreflang="en-au" href="https://abouhassan.net" />
    <!-- Canonical URL -->
    <link rel="canonical" href="https://abouhassan.net" />

Add proper description and keywords

@kevinabouhanna kevinabouhanna self-assigned this Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant