Romance Novel Readers Disrupt Goodreads Recommendations with Political Titles

Romance Novel Readers Disrupt Goodreads Recommendations with Political Titles
source: gettyimages
September 21, 2025

On September 21, 2025, an interesting trend has emerged among romance novel enthusiasts on Goodreads. Readers are breaking the platform's recommendation algorithm to suggest On Tyranny to those exploring A Wedding to Protect Her Fortune. This unusual cross-over highlights how book communities sometimes subvert digital suggestions to share messages they care about.

Follow topics and authors related to this story to keep updated on similar adventures in literature curation, directly on your personalized homepage feed or through email notifications.

Terrence O'Brien reports on this fascinating intersection of romance fandom and political awareness, reflecting how readers can influence digital content in unexpected ways.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 146 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6644143,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}