Closed alexanderdean closed 8 years ago
To find broken links, I ran a version of github-wiki-link-validator on the homepage. The website doesn't conform to the same rules as a GitHub wiki so there are some false positives. These are the results:
Bad links on page http://snowplowanalytics.com
<a href="/product/the-best-event-data-warehouse.html#your-own-datawarehouse">own data warehouse</a>
<a href="/product/the-best-event-data-warehouse.html#your-own-datawarehouse">own AWS account.</a>
<a href="/product/the-best-event-data-warehouse.html#rich-and-flexible-data-schemas">Rich <em>and</em> flexible</a>
<a href="/product/the-best-event-data-warehouse.html#fast"><em>fast</em>.</a>
<a href="/product/the-best-event-data-warehouse.html#easy">Easy</a>
<a class="cta" href="/product/who-uses-snowplow.html">More companies</a>
<a class="cta" href="/product/who-uses-snowplow.html">Learn more from our users</a>
<a href="/about/jobs.html">Jobs</a>
<a href="/about/partners.html">Partners</a>
Bad links on page http://snowplowanalytics.com/contact/
<a href="/about/jobs.html">Jobs</a>
<a href="/about/partners.html">Partners</a>
Bad links on page http://snowplowanalytics.com/about/
<a href="/about/jobs.html">Jobs</a>
<a href="/about/partners.html">Partners</a>
Bad links on page http://snowplowanalytics.com/technology
<a href="/about/jobs.html">Jobs</a>
<a href="/about/partners.html">Partners</a>
Bad links on page http://snowplowanalytics.com/privacy
<a href="/about/jobs.html">Jobs</a>
<a href="/about/partners.html">Partners</a>
Bad links on page http://snowplowanalytics.com/get-started
<a href="batch">
<div class="plan batch">
<div class="plan-name">Batch Pipeline</div>
<div class="plan-price">
<sup>$</sup><span>1,250</span><span class="per-month"> / mo</span>
</div>
<div class="plan-details">
<div class="plan-detail white">Managed Service</div>
<div class="plan-detail white">Full support and monitoring</div>
<div class="plan-detail">Your own pipeline & data warehouse</div>
<div class="plan-detail">Sophisticated event analytics</div>
</div>
<div class="plan-cta">
<button class="cta-button green" type="button">Start a Free Trial</button>
</div>
</div>
</a>
<a href="real-time">
<div class="plan real-time">
<div class="plan-name">Real-Time Pipeline</div>
<div class="plan-price">
<sup>$</sup><span>5,000</span><span class="per-month"> / mo</span>
</div>
<div class="plan-details">
<div class="plan-detail white">Managed Service</div>
<div class="plan-detail white">Full support and monitoring</div>
<div class="plan-detail">Your own pipeline & data warehouse</div>
<div class="plan-detail">Sophisticated event analytics</div>
<div class="plan-detail">Real-time applications</div>
</div>
<div class="plan-cta">
<button class="cta-button green" type="button">Request a Free Trial</button>
</div>
</div>
</a>
<a href="batch"><button class="cta-button green" type="button">Free trial</button></a>
<a href="real-time"><button class="cta-button green" type="button">Free trial</button></a>
<a href="/about/jobs.html">Jobs</a>
<a href="/about/partners.html">Partners</a>
Bad links on page http://snowplowanalytics.com/documentation
<a href="data-modeling">Data modeling</a>
<a href="data-modeling/sessionization">Sessionization</a>
<a href="recipes/platform-analytics/">Platform analytics</a>
<a href="recipes/customer-analytics/">Customer analytics</a>
<a href="recipes/catalog-analytics/">Catalog analytics</a>
<a href="concepts">Foundational concepts</a>
<a href="tools/sql">Introduction to SQL</a>
<a href="tools/r">Introduction to R</a>
<a href="tools/olap">Introduction to OLAP</a>
<a href="basic-recipes.html">Basic recipes</a>
<a href="/about/jobs.html">Jobs</a>
<a href="/about/partners.html">Partners</a>
Bad links on page http://snowplowanalytics.com/product
<a href="why-warehouse-your-data.html">Why warehouse your web, mobile and other event data?</a>
<a href="the-best-event-data-warehouse.html">What makes Snowplow the best web and mobile datawarehousing platform?</a>
<a href="why-use-snowplow.html">Why use Snowplow?</a>
<a href="who-uses-snowplow.html">Who uses Snowplow?</a>
<a href="why-warehouse-your-data.html"><em>Why</em> warehouse your digital event data?</a>
<a href="the-best-event-data-warehouse.html"><em>What</em> makes Snowplow the best datawarehousing solution for web, mobile and digital event data</a>
<a href="who-uses-snowplow.html"><em>Which</em> companies use Snowplow, and how they use it</a>
<a href="/about/jobs.html">Jobs</a>
<a href="/about/partners.html">Partners</a>
Bad links on page http://snowplowanalytics.com/blog
<a href="/blog/2016/01/07/we-need-to-talk-about-bad-data-architecting-data-pipelines-for-data-quality
/#sources">Causes of bad data</a>
<a href="/blog/2016/01/07/we-need-to-talk-about-bad-data-architecting-data-pipelines-for-data-quality/#reprocess">Reprocessing data from scratch</a>
<a href="/blog/2015/06/03/chema-guru-0.1.0-released-for-deriving-json-schemas-from-jsons/">0.1.0</a>
<a href="/blog/Documentation">Documentation</a>
<a href="/blog/Releases">Releases</a>
<a href="/blog/Other">Other</a>
<a href="/blog/Analytics">Analytics</a>
<a href="/blog/Meetups">Meetups</a>
<a href="/blog/Inside the Plow">Inside the Plow</a>
<a href="/blog/Inside the plow">Inside the plow</a>
<a href="/blog/Integration">Integration</a>
<a href="/blog/Research">Research</a>
<a href="/blog/Recruitment">Recruitment</a>
<a href="/blog/Data Modeling">Data Modeling</a>
<a href="/about/jobs.html">Jobs</a>
<a href="/about/partners.html">Partners</a>
Thanks @fblundun !
Hi @fblundun - I think these are fixed -but would you mind rerunning the validator again please? Thanks!
I changed it to print where it thinks the bad link points to as well as the link element.
Bad links on page http://snowplowanalytics.com
http://snowplowanalytics.com/about/team/, <a href="/about/team/">Team</a>
Bad links on page http://snowplowanalytics.com/about/
http://snowplowanalytics.com/about/team/, <a href="/about/team/">Team</a>
Bad links on page http://snowplowanalytics.com/product/who-uses-snowplow/
http://snowplowanalytics.com/about/team/, <a href="/about/team/">Team</a>
Bad links on page http://snowplowanalytics.com/privacy
http://snowplowanalytics.com/about/team/, <a href="/about/team/">Team</a>
Bad links on page http://snowplowanalytics.com/get-started
http://snowplowanalytics.com/batch, <a href="batch"><button class="cta-button green" type="button">Free trial</button></a>
http://snowplowanalytics.com/real-time, <a href="real-time"><button class="cta-button green" type="button">Free trial</button></a>
http://snowplowanalytics.com/about/team/, <a href="/about/team/">Team</a>
Bad links on page http://snowplowanalytics.com/product/the-best-event-data-warehouse/
http://snowplowanalytics.com/product/the-best-event-data-warehouse/who-uses-snowplow.html, <a href="who-uses-snowplow.html">who uses Snowplow today</a>
http://snowplowanalytics.com/about/team/, <a href="/about/team/">Team</a>
Bad links on page http://snowplowanalytics.com/product/
http://snowplowanalytics.com/product/why-use-snowplow.html, <a href="why-use-snowplow.html">Why use Snowplow?</a>
http://snowplowanalytics.com/about/team/, <a href="/about/team/">Team</a>
Bad links on page http://snowplowanalytics.com/about/partners/
http://snowplowanalytics.com/about/team/, <a href="/about/team/">Team</a>
Bad links on page http://snowplowanalytics.com/contact/
http://snowplowanalytics.com/about/team/, <a href="/about/team/">Team</a>
Bad links on page http://snowplowanalytics.com/product
http://snowplowanalytics.com/why-warehouse-your-data.html, <a href="why-warehouse-your-data.html">Why warehouse your web, mobile and other event data?</a>
http://snowplowanalytics.com/the-best-event-data-warehouse.html, <a href="the-best-event-data-warehouse.html">What makes Snowplow the best web and mobile datawarehousing platform?</a>
http://snowplowanalytics.com/why-use-snowplow.html, <a href="why-use-snowplow.html">Why use Snowplow?</a>
http://snowplowanalytics.com/who-uses-snowplow.html, <a href="who-uses-snowplow.html">Who uses Snowplow?</a>
http://snowplowanalytics.com/why-warehouse-your-data.html, <a href="why-warehouse-your-data.html"><em>Why</em> warehouse your digital event data?</a>
http://snowplowanalytics.com/the-best-event-data-warehouse.html, <a href="the-best-event-data-warehouse.html"><em>What</em> makes Snowplow the best datawarehousing solution for web, mobile and digital event data</a>
http://snowplowanalytics.com/who-uses-snowplow.html, <a href="who-uses-snowplow.html"><em>Which</em> companies use Snowplow, and how they use it</a>
http://snowplowanalytics.com/about/team/, <a href="/about/team/">Team</a>
Bad links on page http://snowplowanalytics.com/about/jobs/
http://snowplowanalytics.com/about/jobs/infrastructure-engineer.html, <a href="/about/jobs/infrastructure-engineer.html">Infrastructure engineer</a>
http://snowplowanalytics.com/about/jobs/support-engineer.html, <a href="/about/jobs/support-engineer.html">Support engineer</a>
http://snowplowanalytics.com/about/jobs/customer-success-associate.html, <a href="/about/jobs/customer-success-associate.html">Customer success associate</a>
http://snowplowanalytics.com/about/jobs/business-development-associate.html, <a href="/about/jobs/business-development-associate.html">Business development associate</a>
http://snowplowanalytics.com/about/team/, <a href="/about/team/">Team</a>
Bad links on page http://snowplowanalytics.com/technology/
http://snowplowanalytics.com/about/team/, <a href="/about/team/">Team</a>
Bad links on page http://snowplowanalytics.com/get-started/
http://snowplowanalytics.com/about/team/, <a href="/about/team/">Team</a>
Bad links on page http://snowplowanalytics.com/
http://snowplowanalytics.com/about/team/, <a href="/about/team/">Team</a>
Bad links on page http://snowplowanalytics.com/documentation/
http://snowplowanalytics.com/about/team/, <a href="/about/team/">Team</a>
Bad links on page http://snowplowanalytics.com/blog/
http://snowplowanalytics.com/blog/2016/01/07/we-need-to-talk-about-bad-data-architecting-data-pipelines-for-data-quality
/, <a href="/blog/2016/01/07/we-need-to-talk-about-bad-data-architecting-data-pipelines-for-data-quality
/#sources">Causes of bad data</a>
http://snowplowanalytics.com/blog/2015/06/03/chema-guru-0.1.0-released-for-deriving-json-schemas-from-jsons/, <a href="/blog/2015/06/03/chema-guru-0.1.0-released-for-deriving-json-schemas-from-jsons/">0.1.0</a>
http://snowplowanalytics.com/blog/Inside the Plow, <a href="/blog/Inside the Plow">Inside the Plow</a>
http://snowplowanalytics.com/blog/Inside the plow, <a href="/blog/Inside the plow">Inside the plow</a>
http://snowplowanalytics.com/blog/Data Modeling, <a href="/blog/Data Modeling">Data Modeling</a>
http://snowplowanalytics.com/about/team/, <a href="/about/team/">Team</a>
A lot of them seem to be down to the "Team" link at the bottom of the page not working.
Most of these links work, no?
Almost all these links worked or had a correct redirect. The ones that were broken are now fixed.
it seems some links I'd like to check out are not working. Not sure if you are aware but wanted to let you know.
Here are a few for reference: http://snowplowanalytics.com/product/who-uses-snowplow.html http://snowplowanalytics.com/product/why-warehouse-your-data.html http://snowplowanalytics.com/product/the-best-event-data-warehouse.html