When the body of a comment linked to a Wordpress post has a @mention, #place, or image. The resulting links are relative and that breaks links in the comment. This causes crawlers to choke and other issues. Is there a way to fix this?
Example:
<div class="comment-content"><p>Hi <a class="mention" href="/u/jonathan1">@jonathan1</a>,</p>
<p>We announced we will be supporting the Pixel 2 and Pixel 2 XL, earlier today.</p>
<aside class="quote">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="20" height="20" src="/user_avatar/forums.republicwireless.com/beng/40/8320_1.png" class="avatar">
<a href="https://forums.republicwireless.com/t/google-pixel-2-and-pixel-2-xl-byop-support/13162?source_topic_id=11985" rel="nofollow noopener">Google Pixel 2 and Pixel 2 XL BYOP Support</a> <a class="badge-wrapper bullet" href="/c/news"><span class="badge-category-bg" style="background-color: #e44e13"></span><span class="badge-category clear-badge" title="Keep up with official Republic Wireless news, releases, and important announcements.">Announcements & News</span></a>
</div>
<blockquote>
We’re excited to announce that we’ll be supporting the <a href="https://store.google.com/product/pixel_2" rel="nofollow noopener">Google Pixel 2 and Pixel 2 XL</a> through our <a href="https://help.republicwireless.com/hc/en-us/articles/115005739967" rel="nofollow noopener">BYOP program</a>!
</blockquote>
</aside>
</div>
I think the integration is fixing the @mention but the other two are broken and the source is wrong for all of them causing crawlers to break.
<p>Read our announcements <a class="hashtag" href="/c/7-news">#<span>news</span></a></p>
Let me know if more detail is needed.