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

Find a other way to render data with a different url for metadata SEO #15

Open
khesir opened this issue Oct 9, 2024 · 0 comments
Open

Comments

@khesir
Copy link
Owner

khesir commented Oct 9, 2024

image

Idea 1

/read/how-to-download-nodejs/117f2533-8cac-8045-af36-ce7dc81de34b

Idea 2

https://khesir.vercel.app/projects/view/how-to-download-nodejs?id=117f2533-8cac-8045-af36-ce7dc81de34b

For meta data, Add react-helmet for discovery purposes

<Helmet>
        <title>{`Post Title - ${slug}`}</title> {/* Set dynamically */}
        <meta name="description" content={`Read about ${slug}`} />
        <meta name="keywords" content="blog, post, software, {name}" />
</Helmet>

Well with this idea, backend will be edited in a way that fetch page data and its markdown data.. so backend work stuffs too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant