Common problem my team has: Google/DuckDuckGo rank...
# general
a
Common problem my team has: Google/DuckDuckGo ranks the v1 documentation higher than the v2 documentation and keeps confusing my devs.
h
Benjy recently added this warning at the top: https://v1.pantsbuild.org Any other ideas for what we could do? I'm not sure how to influence their SEO rankings
a
Yeah, theyโ€™ve missed it every time ๐Ÿ™ƒ
h
yeah idk what else to say other than teaching them "old ugly docs are bad"
b
Could the warning be made sticky (and larger?), so that it's still visible even when scrolled down in the page?
h
My css skills are meager, but I will try
Since those v1 docs now all link to the v2 docs, I'm hoping that will boost them in the rankings
a
Full screen modal?
g
do you really want to read v1 docs? ok, solve this captcha! ๐Ÿ™‚
h
You have to not be human to read these docs
b
I experimented a bit in my browser tools (maybe that's a little bit too obtrusive, though ๐Ÿ˜… )
Copy code
.deprecated {
  margin: 0;
  font-size: large;
  background-color: lightcoral;
  text-align: center;
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 80px;
  height: 120px;
}
.header {
  margin-top: 120px;
}
g
the only thing missing: marquee + blink... ok, enough wisdom, maybe i should go to sleep ๐Ÿ˜„
f
maybe increase the font size in the header?