aptible / www.aptible.com

Deprecated - see `www` repository.
https://www.aptible.com
17 stars 19 forks source link

Compliance sites #610

Closed mjp closed 6 years ago

mjp commented 6 years ago

Compliance microsites for HIPAA and GDPR:

https://www.aptible-staging.com/hipaa/ https://www.aptible-staging.com/gdpr/

krallin commented 6 years ago

@mjp a few pieces of feedback:

krallin commented 6 years ago

Ah, it looks like you do have the redirect setup (but it does not seem to redirect on aptible-staging, so I'm not sure why). How did you deploy to aptible-staging? I'm guessing that might be simply the reason why here

mjp commented 6 years ago

@krallin I deployed it to staging with: bundle exec rake deploy:staging

skylar-anderson commented 6 years ago

To @krallin's point, it looks like the entirety of each page is indexed. Looks like this could be fixed with some simple whitelist/blacklist tags made available by swiftype? https://swiftype.com/documentation/site-search/crawler-features#content_inclusion_exclusion

skylar-anderson commented 6 years ago

I might consider flipping the default visibility of .compliance__expandable__content to display:block rather than display:none. As it stands right now, with JS disabled, the sidebar will be hidden. I'm not sure if there are SEO implications for this, but I'm pretty sure Google will ignore links that are display:none in an effort to combat hidden link farms.