Hacker News new | ask | show | jobs
by qwerty2020 1372 days ago
For some reason HN keeps changing my URL when I post this article. Supposed to link to https://therentalwire.com/blog/home_prices_interest_rates_se...

But keeps changing it to https://therentalwire.com/#

If anyone has had a similar experience / knows how to resolve please let me know. It's just a simple static site hosted on Github pages but HN keeps replacing submission with root domain.

1 comments

Your page is telling HN to do so with an incorrect <link rel="canonical"> tag in the <head>.
Oof - thanks, appreciate it