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

Add description per page #7

Open
manishprivet opened this issue Oct 2, 2020 · 9 comments
Open

Add description per page #7

manishprivet opened this issue Oct 2, 2020 · 9 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@manishprivet
Copy link
Owner

manishprivet commented Oct 2, 2020

For SEO, the site description is given by two tags generally

<meta property="description" content="A Description">
<meta property="og:description" content="A Description">

Right now, there's one common description at pages/_document.tsx, and that too only of og:description.

Remove that and add separate relevant description for each page, e.g. index.tsx, create.tsx, vote/index.tsx, vote/[id].tsx, etc.

@smochan
Copy link

smochan commented Oct 2, 2020

i want to contribute in it.

@manishprivet
Copy link
Owner Author

Assigned it you @smochan :)

@manishprivet manishprivet added good first issue Good for newcomers help wanted Extra attention is needed labels Oct 3, 2021
@AmanPachori
Copy link
Contributor

@manishprivet can you please specify what content should be added in discription

@manishprivet
Copy link
Owner Author

@AmanPachori It could be just 1-2 lines about each page.

Right now we have 3,

  1. Create Election
  2. Voting Page
  3. Results Page

@AmanPachori
Copy link
Contributor

AmanPachori commented Oct 6, 2021

@manishprivet So basically I have to add description at these pages

1 .vote/index.tsx
2. result/index.tsx
3. create.tsx

@manishprivet
Copy link
Owner Author

Yup

@AmanPachori
Copy link
Contributor

@manishprivet assign this issue to me

@arushi2715
Copy link

Hey @manishprivet
Is this issue still open?

@satyasahoo210
Copy link

Hi,
If this issue is still open I would like to work on this, please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants