Rebuild-Black-Business / RBB-Website

Website to help connect black-owned businesses with consumers and resources
https://www.rebuildblackbusiness.com/
MIT License
118 stars 73 forks source link

[BUG] Fix SEO on Business Profile Pages #372

Closed elchris closed 4 years ago

elchris commented 4 years ago

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 commented 4 years ago

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.