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

Desktop Communities Page SEO Updates & Title Text #308

Closed
WishingWell13 opened this issue Dec 24, 2024 · 0 comments · Fixed by #313
Closed

Desktop Communities Page SEO Updates & Title Text #308

WishingWell13 opened this issue Dec 24, 2024 · 0 comments · Fixed by #313
Assignees

Comments

@WishingWell13
Copy link
Contributor

Requires #304

See #306 (review)

it'd be better if all the community info is always rendered, one after the other. Then, the diamond icons can just link to each section

like

<div class="communities">
  <a href="#ai">AI diamond</a>
  <a href="#cyber">Cyber diamond</a>
  <a href="#hack">Hack diamond</a>
  <a href="#design">Design diamond</a>
</div>

<div id="ai">...</div>
<div id="cyber">...</div>
<div id="hack">...</div>
<div id="design">...</div>

This just makes things simpler accessibility wise, plus it probably helps with SEO (this way, for example, when Google scrapes /communities, it can find the link to https://ai.acmucsd.org/)

@WishingWell13 WishingWell13 changed the title Communities Page SEO Updates Communities Page SEO Updates & Title Text Dec 25, 2024
@WishingWell13 WishingWell13 self-assigned this Dec 25, 2024
@WishingWell13 WishingWell13 mentioned this issue Dec 26, 2024
14 tasks
@WishingWell13 WishingWell13 changed the title Communities Page SEO Updates & Title Text Desktop Communities Page SEO Updates & Title Text Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant