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

[BUG] Fix SEO on Business Profile Pages #372

Closed
elchris opened this issue Nov 2, 2020 · 1 comment
Closed

[BUG] Fix SEO on Business Profile Pages #372

elchris opened this issue Nov 2, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@elchris
Copy link

elchris commented Nov 2, 2020

IMPORTANT NOTE

This issue is superseded by #374 -- Do not work on this issue for the time being. We will likely close it once #374 is completed.

Describe the bug
As far as I can tell, all Business Profile Pages are completely devoid of any information indexable by search engines, despite the fact that they are being server-side generated at build-time.

To Reproduce
Steps to reproduce the behavior:

  1. Look at a business page: https://www.rebuildblackbusiness.com/business/the-startup-life-rec1oAiBOKRDOIyfB
  2. view source
  3. search the source code for the name of the business
  4. search the source code for any other piece of information relating to the business
  5. notice that no information can be found

Expected behavior
at the very least the business name, description and their address should show-up in the source code.

Actual Behavior
Can't find any relevant information

@elchris
Copy link
Author

elchris commented Nov 13, 2020

handled with #374 -- we will give up on SEO for now, but with @racedale 's work on migrating to NextJS on #375 , we will be able to resurrect SEO at that time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants