<!doctype html><html lang="en" data-application-name="titan" data-application-version="7cf40e1d57bfc0095d0a9e8e41710015a2da1434" data-rendered-by="titan-renderer" data-render-mode="standard-ssr"><head><script id="syntaxErrorCounter" type="application/javascript">
// IE11 doesn't support the URL object which allows easy manipulation of a url.
// Since we don't always want the full url, only, at most, the top level directory
// and nothing after that, we've rolled our own. Thanks Microsoft.
// NB. This function has it's tests in get-url-top-level-directory.spec.js in this
// directory, but copy and pasted into here. Any changes here should be reflected
// there, and visa-versa.
function getUrlToTopLevelDirectory(url) {
  if (!url) {
    return '';
  }
  var parts = url.split('/');
  if (parts.length < 3) {
    return '';
  }
  var fourthPart = parts.length > 3 ? parts[3] : '';
  var topLevelDirectory = fourthPart.split('?')[0];

  return parts[2] + '/' + topLevelDirectory;
}

window.onerror = function(message, source, lineno, colno, error) {
  if(error && error.name && error.name.toLowerCase() === "syntaxerror") {
    var xhr = new XMLHttpRequest();
    xhr.open("POST", "/titan/instrumentation", true);
    xhr.setRequestHeader('Content-Type', 'application/json');
    xhr.send(JSON.stringify({
      metricKey: 'titan_client_syntax_error_count',
      labels: {
        source: getUrlToTopLevelDirectory(source)
      }
    }))
  }
}
      </script><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="manifest" href="/manifest.json"/><link rel="apple-touch-icon" sizes="180x180" href="/titan/static/apple-touch-icon.png"/><link id="custom-typefaces" rel="stylesheet" href="https://use.typekit.net/qgg2jpb.css"/><script type="text/javascript">
/*! modernizr 3.6.0 (Custom Build) | MIT *
 * https://modernizr.com/download/?-webp-setclasses !*/
 !(function(e, n, A) {
  function o(e, n) {
    return typeof e === n;
  }
  function t() {
    var e, n, A, t, a, i, l;
    for (var f in r)
      if (r.hasOwnProperty(f)) {
        if (
          ((e = []),
          (n = r[f]),
          n.name &&
            (e.push(n.name.toLowerCase()),
            n.options && n.options.aliases && n.options.aliases.length))
        )
          for (A = 0; A < n.options.aliases.length; A++)
            e.push(n.options.aliases[A].toLowerCase());
        for (t = o(n.fn, 'function') ? n.fn() : n.fn, a = 0; a < e.length; a++)
          (i = e[a]),
            (l = i.split('.')),
            1 === l.length
              ? (Modernizr[l[0]] = t)
              : (!Modernizr[l[0]] ||
                  Modernizr[l[0]] instanceof Boolean ||
                  (Modernizr[l[0]] = new Boolean(Modernizr[l[0]])),
                (Modernizr[l[0]][l[1]] = t)),
            s.push((t ? '' : 'no-') + l.join('-'));
      }
  }
  function a(e) {
    var n = u.className,
      A = Modernizr._config.classPrefix || '';
    if ((c && (n = n.baseVal), Modernizr._config.enableJSClass)) {
      var o = new RegExp('(^|\s)' + A + 'no-js(\s|$)');
      n = n.replace(o, '$1' + A + 'js$2');
    }
    Modernizr._config.enableClasses &&
      ((n += ' ' + A + e.join(' ' + A)),
      c ? (u.className.baseVal = n) : (u.className = n));
  }
  function i(e, n) {
    if ('object' == typeof e) for (var A in e) f(e, A) && i(A, e[A]);
    else {
      e = e.toLowerCase();
      var o = e.split('.'),
        t = Modernizr[o[0]];
      if ((2 == o.length && (t = t[o[1]]), 'undefined' != typeof t))
        return Modernizr;
      (n = 'function' == typeof n ? n() : n),
        1 == o.length
          ? (Modernizr[o[0]] = n)
          : (!Modernizr[o[0]] ||
              Modernizr[o[0]] instanceof Boolean ||
              (Modernizr[o[0]] = new Boolean(Modernizr[o[0]])),
            (Modernizr[o[0]][o[1]] = n)),
        a([(n && 0 != n ? '' : 'no-') + o.join('-')]),
        Modernizr._trigger(e, n);
    }
    return Modernizr;
  }
  var s = [],
    r = [],
    l = {
      _version: '3.6.0',
      _config: {
        classPrefix: '',
        enableClasses: !0,
        enableJSClass: !0,
        usePrefixes: !0,
      },
      _q: [],
      on: function(e, n) {
        var A = this;
        setTimeout(function() {
          n(A[e]);
        }, 0);
      },
      addTest: function(e, n, A) {
        r.push({ name: e, fn: n, options: A });
      },
      addAsyncTest: function(e) {
        r.push({ name: null, fn: e });
      },
    },
    Modernizr = function() {};
  (Modernizr.prototype = l), (Modernizr = new Modernizr());
  var f,
    u = n.documentElement,
    c = 'svg' === u.nodeName.toLowerCase();
  !(function() {
    var e = {}.hasOwnProperty;
    f =
      o(e, 'undefined') || o(e.call, 'undefined')
        ? function(e, n) {
            return n in e && o(e.constructor.prototype[n], 'undefined');
          }
        : function(n, A) {
            return e.call(n, A);
          };
  })(),
    (l._l = {}),
    (l.on = function(e, n) {
      this._l[e] || (this._l[e] = []),
        this._l[e].push(n),
        Modernizr.hasOwnProperty(e) &&
          setTimeout(function() {
            Modernizr._trigger(e, Modernizr[e]);
          }, 0);
    }),
    (l._trigger = function(e, n) {
      if (this._l[e]) {
        var A = this._l[e];
        setTimeout(function() {
          var e, o;
          for (e = 0; e < A.length; e++) (o = A[e])(n);
        }, 0),
          delete this._l[e];
      }
    }),
    Modernizr._q.push(function() {
      l.addTest = i;
    }),
    Modernizr.addAsyncTest(function() {
      function e(e, n, A) {
        function o(n) {
          var o = n && 'load' === n.type ? 1 == t.width : !1,
            a = 'webp' === e;
          i(e, a && o ? new Boolean(o) : o), A && A(n);
        }
        var t = new Image();
        (t.onerror = o), (t.onload = o), (t.src = n);
      }
      var n = [
          {
            uri:
              'data:image/webp;base64,UklGRiQAAABXRUJQVlA4IBgAAAAwAQCdASoBAAEAAwA0JaQAA3AA/vuUAAA=',
            name: 'webp',
          },
          {
            uri:
              'data:image/webp;base64,UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAABBxAR/Q9ERP8DAABWUDggGAAAADABAJ0BKgEAAQADADQlpAADcAD++/1QAA==',
            name: 'webp.alpha',
          },
          {
            uri:
              'data:image/webp;base64,UklGRlIAAABXRUJQVlA4WAoAAAASAAAAAAAAAAAAQU5JTQYAAAD/////AABBTk1GJgAAAAAAAAAAAAAAAAAAAGQAAABWUDhMDQAAAC8AAAAQBxAREYiI/gcA',
            name: 'webp.animation',
          },
          {
            uri:
              'data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAAAAAAfQ//73v/+BiOh/AAA=',
            name: 'webp.lossless',
          },
        ],
        A = n.shift();
      e(A.name, A.uri, function(A) {
        if (A && 'load' === A.type)
          for (var o = 0; o < n.length; o++) e(n[o].name, n[o].uri);
      });
    }),
    t(),
    a(s),
    delete l.addTest,
    delete l.addAsyncTest;
  for (var p = 0; p < Modernizr._q.length; p++) Modernizr._q[p]();
  e.Modernizr = Modernizr;
})(window, document);
</script><script id="environmentBootstrap" type="text/javascript">dataLayer = [{"tree":"unknown","person_count":"unknown","login_status":"false","gedcom_user":"unknown","free_tree_hints_remaining":3,"is_library":"false","current_relationship_type":[],"length_relationship_days":null,"free_trial":"False","titan":true}, {'event': 'optimize.activate'}]; environment = 'production';</script><title data-rh="true">Findmypast UK Blog | Blog | findmypast.co.uk</title><meta data-rh="true" name="theme-color" content="#242048"/><meta data-rh="true" property="og:title" content="Findmypast UK Blog | Blog"/><meta data-rh="true" name="twitter:title" content="Findmypast UK Blog | Blog"/><meta data-rh="true" name="description" content="Findmypast - Genealogy, Ancestry, History blog from Findmypast"/><meta data-rh="true" property="og:description" content="Findmypast - Genealogy, Ancestry, History blog from Findmypast"/><meta data-rh="true" name="twitter:description" content="Findmypast - Genealogy, Ancestry, History blog from Findmypast"/><meta data-rh="true" property="og:url" content="https://www.findmypast.co.uk/blog"/><meta data-rh="true" name="apple-itunes-app" content="app-id=1444898210"/><meta data-rh="true" property="og:site_name" content="Findmypast - Genealogy, Ancestry, History blog from Findmypast"/><meta data-rh="true" property="og:type" content="website"/><meta data-rh="true" name="twitter:url" content="https://www.findmypast.co.uk/blog"/><meta data-rh="true" property="og:locale" content="en_GB"/><meta data-rh="true" name="twitter:card" content="summary"/><meta data-rh="true" name="twitter:site" content="@Findmypast"/><link data-rh="true" rel="canonical" href="https://www.findmypast.co.uk/blog"/><link data-rh="true" rel="alternate" href="https://www.findmypast.com.au/blog" hrefLang="en-au"/><link data-rh="true" rel="alternate" href="https://www.findmypast.co.uk/blog" hrefLang="en-gb"/><link data-rh="true" rel="alternate" href="https://www.findmypast.ie/blog" hrefLang="en-ie"/><link data-rh="true" rel="alternate" href="https://www.findmypast.com/blog" hrefLang="en-us"/><link data-rh="true" rel="alternate" href="https://www.findmypast.co.uk/blog" hrefLang="x-default"/><script data-rh="true" type="application/ld+json" async="">{"@context":"http://schema.org","@type":"Organization","address":{"@type":"PostalAddress","addressLocality":"London, England","postalCode":"EC1R 3AU","streetAddress":"Clerk’s Court, 18-20 Farringdon Lane"},"email":"support@findmypast.co.uk","name":"Findmypast","alternateName":"Find My Past","url":"https://www.findmypast.co.uk/blog","logo":"https://d3nd02ak4v4ued.cloudfront.net/titan/dist/logo-for-external-use-df0aa.png","contactPoint":{"@type":"ContactPoint","telephone":"+44 (0)20 3326 6300","contactType":"customer service","areaServed":["GB"],"availableLanguage":"English"},"sameAs":["https://www.facebook.com/findmypast","https://twitter.com/findmypast","https://www.youtube.com/user/findmypast","https://en.wikipedia.org/wiki/Findmypast","https://plus.google.com/+findmypast","https://www.linkedin.com/company/findmypast"]}</script><link data-chunk="router" rel="stylesheet" href="https://d3nd02ak4v4ued.cloudfront.net/titan/dist/stylesheets/vendors~router.d049fb5d1a4de2966396.css"/><link data-chunk="router" rel="stylesheet" href="https://d3nd02ak4v4ued.cloudfront.net/titan/dist/stylesheets/router.ec9f95ec5596f0cdd221.css"/><style data-styled="" data-styled-version="5.2.0">.ZOmIM{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;border-radius:4px;}/*!sc*/
.ZOmIM:visited,.ZOmIM:hover,.ZOmIM:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.bJgGxJ{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;background-color:#f3f0ec;border-radius:0;z-index:-1;}/*!sc*/
.bJgGxJ:visited,.bJgGxJ:hover,.bJgGxJ:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.bKmBEU{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background-color:#f3f0ec;border-radius:0;color:#242048;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:3rem;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-left:0rem;padding-right:0rem;}/*!sc*/
.bKmBEU:visited,.bKmBEU:hover,.bKmBEU:focus{-webkit-text-decoration:none;text-decoration:none;color:#242048;}/*!sc*/
@media screen and (min-width:768px){.bKmBEU{height:4rem;}}/*!sc*/
@media screen and (min-width:960px){.bKmBEU{padding-left:1rem;padding-right:1rem;}}/*!sc*/
.hleGCP{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;border-radius:4px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}/*!sc*/
.hleGCP:visited,.hleGCP:hover,.hleGCP:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
@media screen and (min-width:1280px){.hleGCP{-webkit-flex:1 0 0px;-ms-flex:1 0 0px;flex:1 0 0px;}}/*!sc*/
.gKvhNh{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;width:auto;min-width:3rem;height:100%;border-radius:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#242048;text-align:center;padding-left:1rem;padding-right:1rem;}/*!sc*/
.gKvhNh:visited,.gKvhNh:hover,.gKvhNh:focus{-webkit-text-decoration:none;text-decoration:none;color:#242048;}/*!sc*/
@media screen and (min-width:960px){.gKvhNh{min-width:4rem;}}/*!sc*/
.fUllly{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:4px;}/*!sc*/
.fUllly:visited,.fUllly:hover,.fUllly:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.bWiHiP{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;height:2rem;width:3.6313136508589654rem;border-radius:4px;}/*!sc*/
.bWiHiP:visited,.bWiHiP:hover,.bWiHiP:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
@media screen and (min-width:960px){.bWiHiP{height:2.75rem;width:4.993056269931078rem;}}/*!sc*/
.eqQNDi{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;border-radius:4px;}/*!sc*/
.eqQNDi:visited,.eqQNDi:hover,.eqQNDi:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.grVQcc{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:4px;display:none;padding-left:0.5rem;padding-right:0.5rem;}/*!sc*/
.grVQcc:visited,.grVQcc:hover,.grVQcc:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
@media screen and (min-width:768px){.grVQcc{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}/*!sc*/
.eyFCxf{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;border-radius:4px;display:none;}/*!sc*/
.eyFCxf:visited,.eyFCxf:hover,.eyFCxf:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
@media screen and (min-width:1280px){.eyFCxf{display:block;}}/*!sc*/
.kgwaHG{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;width:100%;min-width:3rem;height:100%;border-radius:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#242048;}/*!sc*/
.kgwaHG:visited,.kgwaHG:hover,.kgwaHG:focus{-webkit-text-decoration:none;text-decoration:none;color:#242048;}/*!sc*/
@media screen and (min-width:960px){.kgwaHG{min-width:4rem;}}/*!sc*/
.jTsqtS{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;border-radius:4px;display:none;margin-right:1rem;}/*!sc*/
.jTsqtS:visited,.jTsqtS:hover,.jTsqtS:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
@media screen and (min-width:1280px){.jTsqtS{display:block;}}/*!sc*/
.htXavT{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;border-radius:4px;display:block;}/*!sc*/
.htXavT:visited,.htXavT:hover,.htXavT:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
@media screen and (min-width:1280px){.htXavT{display:none;}}/*!sc*/
.cKLKzT{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;font-size:1.375rem;border-radius:4px;}/*!sc*/
.cKLKzT:visited,.cKLKzT:hover,.cKLKzT:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.gRgVJc{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background-color:#f3f0ec;color:#242048;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border-radius:0;padding-bottom:1rem;}/*!sc*/
.gRgVJc:visited,.gRgVJc:hover,.gRgVJc:focus{-webkit-text-decoration:none;text-decoration:none;color:#242048;}/*!sc*/
.cdkLld{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0;color:#242048;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:3rem;padding-left:1rem;padding-right:1rem;text-align:left;width:100%;}/*!sc*/
.cdkLld:visited,.cdkLld:hover,.cdkLld:focus{-webkit-text-decoration:none;text-decoration:none;color:#242048;}/*!sc*/
@media screen and (min-width:768px){.cdkLld{padding-left:2rem;padding-right:2rem;}}/*!sc*/
.BeOFS{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;border-radius:4px;display:block;padding:1rem;}/*!sc*/
.BeOFS:visited,.BeOFS:hover,.BeOFS:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
@media screen and (min-width:768px){.BeOFS{display:none;}}/*!sc*/
.bMtRfd{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;width:4x;height:4x;border-radius:4px;}/*!sc*/
.bMtRfd:visited,.bMtRfd:hover,.bMtRfd:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.kEvysl{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;background-color:#242048;border-radius:0;font-size:0.75rem;width:100%;}/*!sc*/
.kEvysl:visited,.kEvysl:hover,.kEvysl:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
@media screen and (min-width:768px){.kEvysl{font-size:0.875rem;}}/*!sc*/
.cXJhES{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;border-radius:0;background-color:#80B5A5;height:40px;width:100%;color:#242048;}/*!sc*/
.cXJhES:visited,.cXJhES:hover,.cXJhES:focus{-webkit-text-decoration:none;text-decoration:none;color:#242048;}/*!sc*/
.kEiwqg{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:4px;}/*!sc*/
.kEiwqg:visited,.kEiwqg:hover,.kEiwqg:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.cwpRtM{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;border-radius:4px;margin:auto;padding-top:2rem;width:320px;}/*!sc*/
.cwpRtM:visited,.cwpRtM:hover,.cwpRtM:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
@media screen and (min-width:768px){.cwpRtM{width:720px;}}/*!sc*/
@media screen and (min-width:960px){.cwpRtM{width:960px;}}/*!sc*/
.iEuuWS{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;border-radius:4px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:1rem;}/*!sc*/
.iEuuWS:visited,.iEuuWS:hover,.iEuuWS:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
@media screen and (min-width:960px){.iEuuWS{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}}/*!sc*/
.hYvhHD{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;margin:auto;display:table;padding-bottom:2rem;border-radius:4px;}/*!sc*/
.hYvhHD:visited,.hYvhHD:hover,.hYvhHD:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.disLuY{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;border-radius:4px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/
.disLuY:visited,.disLuY:hover,.disLuY:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
@media screen and (min-width:960px){.disLuY{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}}/*!sc*/
.jKYCEo{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;border-radius:4px;padding-top:0.5rem;width:160px;}/*!sc*/
.jKYCEo:visited,.jKYCEo:hover,.jKYCEo:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
@media screen and (min-width:768px){.jKYCEo{width:240px;}}/*!sc*/
.dhqWor{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;padding-top:9px;border-radius:4px;}/*!sc*/
.dhqWor:visited,.dhqWor:hover,.dhqWor:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.cAlseb{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border-radius:4px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:visible;}/*!sc*/
.cAlseb:visited,.cAlseb:hover,.cAlseb:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.eKOErB{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;border-radius:4px;min-width:0px;}/*!sc*/
.eKOErB:visited,.eKOErB:hover,.eKOErB:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.fzQUzG{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;border-radius:4px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/
.fzQUzG:visited,.fzQUzG:hover,.fzQUzG:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
@media screen and (min-width:768px){.fzQUzG{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}}/*!sc*/
.gKDicP{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;font-size:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:0.5rem;border-radius:4px;}/*!sc*/
.gKDicP:visited,.gKDicP:hover,.gKDicP:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.eyDfhS{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;border-radius:0;max-width:100%;}/*!sc*/
.eyDfhS:visited,.eyDfhS:hover,.eyDfhS:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.gLgGaF{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;margin-top:2rem;border-radius:4px;}/*!sc*/
.gLgGaF:visited,.gLgGaF:hover,.gLgGaF:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.iCGQPh{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;border-radius:4px;display:block;height:100%;}/*!sc*/
.iCGQPh:visited,.iCGQPh:hover,.iCGQPh:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
@media screen and (min-width:1280px){.iCGQPh{display:none;}}/*!sc*/
.kglVJy{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;display:none;padding:1rem;border-radius:4px;}/*!sc*/
.kglVJy:visited,.kglVJy:hover,.kglVJy:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.iHTwMo{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;display:none;border-radius:4px;}/*!sc*/
.iHTwMo:visited,.iHTwMo:hover,.iHTwMo:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.mrSrD{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;position:relative;width:100%;border-radius:4px;}/*!sc*/
.mrSrD:visited,.mrSrD:hover,.mrSrD:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.diCCEU{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;position:absolute;padding-right:0.5rem;right:0rem;top:0rem;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.5rem;border-radius:4px;}/*!sc*/
.diCCEU:visited,.diCCEU:hover,.diCCEU:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.nShOh{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;width:1x;height:1x;border-radius:4px;}/*!sc*/
.nShOh:visited,.nShOh:hover,.nShOh:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.jGPeER{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0;padding:0;display:inline-block;padding:1rem;border-radius:4px;}/*!sc*/
.jGPeER:visited,.jGPeER:hover,.jGPeER:focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
data-styled.g1[id="sc-1mc62z-0"]{content:"ZOmIM,bJgGxJ,bKmBEU,hleGCP,gKvhNh,fUllly,bWiHiP,eqQNDi,grVQcc,eyFCxf,kgwaHG,jTsqtS,htXavT,cKLKzT,gRgVJc,cdkLld,BeOFS,bMtRfd,kEvysl,cXJhES,kEiwqg,cwpRtM,iEuuWS,hYvhHD,disLuY,jKYCEo,dhqWor,cAlseb,eKOErB,fzQUzG,gKDicP,eyDfhS,gLgGaF,iCGQPh,kglVJy,iHTwMo,mrSrD,diCCEU,nShOh,jGPeER,"}/*!sc*/
.eQNrhc{line-height:1;}/*!sc*/
data-styled.g2[id="sc-199ijl2-0"]{content:"eQNrhc,"}/*!sc*/
.gEjFfS{font-weight:700;}/*!sc*/
data-styled.g3[id="sc-8sy8yy-0"]{content:"gEjFfS,"}/*!sc*/
.bZJFOD{height:100%;}/*!sc*/
data-styled.g5[id="sc-1siauqq-0"]{content:"bZJFOD,"}/*!sc*/
.slBXh{padding:20rem 0;color:#242048;font-size:4em;}/*!sc*/
.fytKIE{padding:0 0;color:#242048;font-size:1em;}/*!sc*/
data-styled.g8[id="sc-ti4w69-2"]{content:"slBXh,fytKIE,"}/*!sc*/
.fQrEoO{width:1em;height:1em;margin:auto;}/*!sc*/
data-styled.g9[id="sc-ti4w69-3"]{content:"fQrEoO,"}/*!sc*/
.kyudrf{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0rem;padding:0rem;overflow:hidden;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);white-space:nowrap;position:relative;text-align:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:9999px;padding-left:1rem;padding-right:1rem;padding-top:0.25rem;padding-bottom:0.25rem;width:100%;height:2.5rem;-webkit-transition:background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out;background-color:#60A38E;color:#000000;padding-left:2rem;padding-right:2rem;}/*!sc*/
.kyudrf.kyudrf:active,.kyudrf.kyudrf[data-loading]{box-shadow:none;}/*!sc*/
.kyudrf:hover:not([disabled]),.kyudrf.focus-visible:not([disabled]),.kyudrf[data-loading]{-webkit-transition:none;transition:none;box-shadow:0 0 5px 0 rgba(45,43,36,0.2);}/*!sc*/
.kyudrf:hover,.kyudrf:focus,.kyudrf:active,.kyudrf:visited{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.kyudrf.kyudrf[disabled]:not([data-loading]){color:#dcd7d2;background-color:#7c7c7c;border-color:#7c7c7c;}/*!sc*/
.kyudrf.kyudrf.focus-visible{box-shadow:0 0 0 4px #29ffff;outline:none;}/*!sc*/
.kyudrf:hover,.kyudrf:focus,.kyudrf:active,.kyudrf:visited{color:#000000;}/*!sc*/
.kyudrf:hover:not([disabled]),.kyudrf.focus-visible:not([disabled]),.kyudrf[data-loading]{background-color:#80B5A5;}/*!sc*/
.kLnJrU{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0rem;padding:0rem;overflow:hidden;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);white-space:nowrap;position:relative;text-align:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:9999px;padding-left:1rem;padding-right:1rem;padding-top:0.25rem;padding-bottom:0.25rem;width:100%;height:2.5rem;-webkit-transition:background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out;background-color:#60A38E;color:#000000;}/*!sc*/
.kLnJrU.kLnJrU:active,.kLnJrU.kLnJrU[data-loading]{box-shadow:none;}/*!sc*/
.kLnJrU:hover:not([disabled]),.kLnJrU.focus-visible:not([disabled]),.kLnJrU[data-loading]{-webkit-transition:none;transition:none;box-shadow:0 0 5px 0 rgba(45,43,36,0.2);}/*!sc*/
.kLnJrU:hover,.kLnJrU:focus,.kLnJrU:active,.kLnJrU:visited{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.kLnJrU.kLnJrU[disabled]:not([data-loading]){color:#dcd7d2;background-color:#7c7c7c;border-color:#7c7c7c;}/*!sc*/
.kLnJrU.kLnJrU.focus-visible{box-shadow:0 0 0 4px #29ffff;outline:none;}/*!sc*/
.kLnJrU:hover,.kLnJrU:focus,.kLnJrU:active,.kLnJrU:visited{color:#000000;}/*!sc*/
.kLnJrU:hover:not([disabled]),.kLnJrU.focus-visible:not([disabled]),.kLnJrU[data-loading]{background-color:#80B5A5;}/*!sc*/
data-styled.g19[id="sc-bps2kl-0"]{content:"kyudrf,kLnJrU,"}/*!sc*/
.dQFVQb{height:100%;position:relative;pointer-events:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:inherit;-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;}/*!sc*/
data-styled.g20[id="sc-bps2kl-1"]{content:"dQFVQb,"}/*!sc*/
.dyQfTT{pointer-events:none;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:1em;height:1em;}/*!sc*/
.gqebRn{pointer-events:none;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:0.5rem;width:1em;height:1em;}/*!sc*/
.hlhayD{pointer-events:none;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;vertical-align:bottom;width:1.5rem;height:1.5rem;}/*!sc*/
.pQudb{pointer-events:none;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:1.5rem;height:1.5rem;vertical-align:bottom;}/*!sc*/
data-styled.g32[id="IconWrapper"]{content:"dyQfTT,gqebRn,hlhayD,pQudb,"}/*!sc*/
.ixWLtE{margin:-0.5rem 0 0 -0.5rem;}/*!sc*/
.ixWLtE > .sc-2qz573-1{padding:0.5rem 0 0 0.5rem;}/*!sc*/
.cPLjuQ{margin:-1rem 0 0 -1rem;}/*!sc*/
.cPLjuQ > .sc-2qz573-1{padding:1rem 0 0 1rem;}/*!sc*/
.ggwlCk{margin:-0.25rem 0 0 -0.25rem;}/*!sc*/
.ggwlCk > .sc-2qz573-1{padding:0.25rem 0 0 0.25rem;}/*!sc*/
data-styled.g45[id="sc-2qz573-0"]{content:"ixWLtE,cPLjuQ,ggwlCk,"}/*!sc*/
.lesKSw{-moz-appearance:none;-webkit-appearance:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:2.5rem;padding:0 0.5rem;width:100%;border-radius:4px;box-shadow:inset 0 0 0 1px #7c7c7c;border:none;color:#242048;font-size:1rem;}/*!sc*/
.lesKSw.focus-visible{box-shadow:inset 0 0 0 1px #7c7c7c,0 0 0 4px #29ffff;outline:none;}/*!sc*/
.lesKSw::-webkit-input-placeholder{color:#7c7c7c;}/*!sc*/
.lesKSw:-moz-placeholder{color:#7c7c7c;}/*!sc*/
.lesKSw::-moz-placeholder{color:#7c7c7c;}/*!sc*/
.lesKSw:-ms-input-placeholder{color:#7c7c7c;}/*!sc*/
data-styled.g61[id="sc-1yb4bvh-0"]{content:"lesKSw,"}/*!sc*/
.dOqRxR{display:block;padding-bottom:0.25rem;}/*!sc*/
input[disabled] ~ .sc-1yb4bvh-1{color:#7c7c7c;}/*!sc*/
data-styled.g62[id="sc-1yb4bvh-1"]{content:"dOqRxR,"}/*!sc*/
.hnSwfn{text-align:center;}/*!sc*/
.hnSwfn:hover,.hnSwfn.focus-visible{box-shadow:none;outline:none;background-color:#242048;color:#e6716e;}/*!sc*/
.iTbiKw:hover,.iTbiKw.focus-visible{box-shadow:none;outline:none;background-color:#242048;color:#e6716e;}/*!sc*/
.gdBnHD{text-align:left;}/*!sc*/
.gdBnHD:hover,.gdBnHD.focus-visible{box-shadow:none;outline:none;background-color:#242048;color:#e6716e;}/*!sc*/
data-styled.g216[id="sc-15m20dt-0"]{content:"hnSwfn,iTbiKw,gdBnHD,"}/*!sc*/
.djRTpp{white-space:nowrap;}/*!sc*/
data-styled.g218[id="sc-15m20dt-2"]{content:"djRTpp,"}/*!sc*/
.iykkng{z-index:4;background:hsla(0,0%,0%,0.33);position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;}/*!sc*/
data-styled.g219[id="sc-15m20dt-3"]{content:"iykkng,"}/*!sc*/
.fmZBYI .logoMy{fill:#e6716e;}/*!sc*/
.fmZBYI .logoText{fill:currentColor;}/*!sc*/
*:hover > .sc-15m20dt-7 .logoMy{fill:currentColor;}/*!sc*/
.fmZBYI #darkPoppyLogo,.fmZBYI #lightPoppyLogo{width:100%;height:auto;}/*!sc*/
data-styled.g223[id="sc-15m20dt-7"]{content:"fmZBYI,"}/*!sc*/
@media print{.dUVjSZ{display:none;}}/*!sc*/
data-styled.g224[id="sc-15m20dt-8"]{content:"dUVjSZ,"}/*!sc*/
html[data-special-layout="fullscreen"] .sc-15m20dt-9{box-shadow:0 0 20px 0 rgba(45,43,36,0.2);}/*!sc*/
data-styled.g225[id="sc-15m20dt-9"]{content:"bYdjV,"}/*!sc*/
.ldRPyV{position:fixed;top:3rem;max-height:calc(100vh - 3rem);border-radius:0;overflow:auto;width:100%;display:none;}/*!sc*/
@media screen and (min-width:960px){.ldRPyV{top:4rem;}}/*!sc*/
.ldRPyV[data-expanded]{display:block;}/*!sc*/
data-styled.g226[id="sc-15m20dt-10"]{content:"ldRPyV,"}/*!sc*/
.daOCVw,.daOCVw a,.daOCVw a:hover,.daOCVw a:visited,.daOCVw a:focus{color:#f3f0ec;}/*!sc*/
.daOCVw a.focus-visible{color:black;}/*!sc*/
@media print{.daOCVw{display:none;}}/*!sc*/
data-styled.g230[id="sc-1f24ugd-0"]{content:"daOCVw,"}/*!sc*/
.eIYmpf{-webkit-transition:background 0.2s ease-in-out;transition:background 0.2s ease-in-out;}/*!sc*/
.eIYmpf:hover,.eIYmpf.focus-visible{background-color:#BFDAD2;}/*!sc*/
data-styled.g231[id="sc-1f24ugd-1"]{content:"eIYmpf,"}/*!sc*/
.jOUOKN{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
data-styled.g232[id="sc-1f24ugd-2"]{content:"jOUOKN,"}/*!sc*/
.ndrEU{font-weight:bold;width:18px;margin:0 1rem 1.5rem 0;}/*!sc*/
data-styled.g233[id="sc-1f24ugd-3"]{content:"ndrEU,"}/*!sc*/
.cQeJPT:focus-visible img{border-radius:0.25rem;outline:0.125rem solid #29ffff;}/*!sc*/
data-styled.g234[id="sc-1f24ugd-4"]{content:"cQeJPT,"}/*!sc*/
.kSMrbm{text-align:left;}/*!sc*/
data-styled.g235[id="sc-1f24ugd-5"]{content:"kSMrbm,"}/*!sc*/
.hCDtON{position:-webkit-sticky;position:sticky;top:0;z-index:5;}/*!sc*/
data-styled.g236[id="sc-16sezfh-0"]{content:"hCDtON,"}/*!sc*/
.iqpEiw{height:1px;width:1px;overflow:hidden;position:absolute;top:-10px;}/*!sc*/
.iqpEiw:focus{height:initial;width:initial;overflow:initial;position:initial;top:initial;}/*!sc*/
data-styled.g237[id="sc-16sezfh-1"]{content:"iqpEiw,"}/*!sc*/
.ipKSZi{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/
data-styled.g238[id="sc-16sezfh-2"]{content:"ipKSZi,"}/*!sc*/
.QVtAW{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;position:relative;min-height:100vh;}/*!sc*/
data-styled.g239[id="sc-16sezfh-3"]{content:"QVtAW,"}/*!sc*/
.eCwDwL{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;list-style:none;display:block;margin:0rem;padding:0rem;position:relative;}/*!sc*/
data-styled.g308[id="sc-1se22i5-1"]{content:"eCwDwL,"}/*!sc*/
.eVOsgT{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}/*!sc*/
data-styled.g314[id="sc-dbert2-0"]{content:"eVOsgT,"}/*!sc*/
.lHLxx{height:100%;padding-left:1rem;padding-right:1rem;font-size:1.125rem;border-right:solid 1px #dcd7d2;}/*!sc*/
.lHLxx:hover,.lHLxx.focus-visible{background-color:#f7f7f7;}/*!sc*/
data-styled.g315[id="sc-dbert2-1"]{content:"lHLxx,"}/*!sc*/
.eZVGlj{float:center;text-align:center;padding-right:12px;padding-left:12px;padding-top:6px;padding-bottom:6px;border-right:1px solid #eeebe4;font-style:normal;font-stretch:normal;line-height:1.38;-webkit-letter-spacing:normal;-moz-letter-spacing:normal;-ms-letter-spacing:normal;letter-spacing:normal;display:inline-block;font-size:0.875rem;}/*!sc*/
.eZVGlj.eZVGlj{-webkit-text-decoration:none;text-decoration:none;color:#242048;}/*!sc*/
@media (min-width:96.875em){.eZVGlj{font-size:1rem;}}/*!sc*/
@media (min-width:106.25em){.eZVGlj{display:inline-block;font-size:1.125rem;}}/*!sc*/
data-styled.g316[id="sc-lgicrs-0"]{content:"eZVGlj,"}/*!sc*/
.irTsdx{border-right:none;}/*!sc*/
data-styled.g317[id="sc-lgicrs-1"]{content:"irTsdx,"}/*!sc*/
.cAXPY{background-color:#ffffff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;box-shadow:0 2px 4px 0 rgba(0,0,0,0.5);-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:5rem;}/*!sc*/
data-styled.g318[id="sc-qzs86-0"]{content:"cAXPY,"}/*!sc*/
.jyRUbX{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}/*!sc*/
data-styled.g319[id="sc-qzs86-1"]{content:"jyRUbX,"}/*!sc*/
.jSbKSI{padding-top:0.5rem;padding-bottom:0.5rem;-webkit-text-decoration:none;text-decoration:none;display:none;font-size:0.875rem;}/*!sc*/
@media (min-width:87.5em){.jSbKSI{padding-top:1rem;}}/*!sc*/
data-styled.g643[id="sc-vgnw5r-0"]{content:"jSbKSI,"}/*!sc*/
.kyOvdA{padding-bottom:1rem;-webkit-text-decoration:none;text-decoration:none;padding-top:1rem;font-size:1rem;}/*!sc*/
data-styled.g644[id="sc-vgnw5r-1"]{content:"kyOvdA,"}/*!sc*/
.ctksyF{width:70%;padding-left:1rem;}/*!sc*/
@media (min-width:48em){.ctksyF{width:100%;padding-left:0rem;}}/*!sc*/
@media (min-width:87.5em){.ctksyF{width:100%;padding-left:0rem;}}/*!sc*/
data-styled.g645[id="sc-vgnw5r-2"]{content:"ctksyF,"}/*!sc*/
.fODakw{width:100%;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding-bottom:1rem;-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.fODakw picture{width:50%;display:block;}/*!sc*/
@media (min-width:48em){.fODakw{width:50%;display:block;padding-left:2rem;}.fODakw picture{width:100%;display:block;}}/*!sc*/
@media (min-width:87.5em){.fODakw{width:25%;display:block;padding-left:2rem;}.fODakw picture{width:100%;display:block;}}/*!sc*/
.fODakw:hover{-webkit-text-decoration:none !important;text-decoration:none !important;}/*!sc*/
data-styled.g646[id="sc-vgnw5r-3"]{content:"fODakw,"}/*!sc*/
.eRXdJR{padding-bottom:1rem;font-size:1.5rem;padding-top:2rem;text-align:center;}/*!sc*/
@media (min-width:48em){.eRXdJR{padding-top:2rem;}}/*!sc*/
@media (min-width:87.5em){.eRXdJR{padding-top:1rem;}}/*!sc*/
data-styled.g647[id="sc-1x06i0r-0"]{content:"eRXdJR,"}/*!sc*/
.ghpTnJ{width:100%;padding-left:1rem;padding-right:1rem;}/*!sc*/
@media (min-width:48em){.ghpTnJ{padding:2rem 6rem;width:768px;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}}/*!sc*/
@media (min-width:87.5em){.ghpTnJ{padding:1rem;width:1400px;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}}/*!sc*/
data-styled.g648[id="sc-1x06i0r-1"]{content:"ghpTnJ,"}/*!sc*/
.kCSLzq{width:100%;padding-top:2rem;padding-bottom:2rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}/*!sc*/
data-styled.g649[id="sc-1x06i0r-2"]{content:"kCSLzq,"}/*!sc*/
.gYmxVw{width:90%;margin:auto;position:relative;top:-3rem;}/*!sc*/
.gYmxVw a:hover{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
@media (min-width:48em){.gYmxVw{width:50%;margin:auto;top:-2rem;}}/*!sc*/
data-styled.g650[id="sc-1y3lb0e-0"]{content:"gYmxVw,"}/*!sc*/
.kvOuth{border:2px solid white;border-radius:4px;box-shadow:2px 2px 7px 0 rgba(111,108,108,0.5);color:#242048;padding:1rem;left:0rem;position:relative;background:#ffffff;}/*!sc*/
@media (min-width:48em){.kvOuth{padding:1.5rem 1rem 2rem;left:-10rem;top:7rem;max-width:31rem;min-width:31rem;}}/*!sc*/
@media (min-width:87.5em){.kvOuth{padding:1rem 1rem 3rem;left:-6rem;top:7rem;max-width:46rem;min-width:46rem;}}/*!sc*/
data-styled.g651[id="sc-1y3lb0e-1"]{content:"kvOuth,"}/*!sc*/
.fOHpnK{text-align:left;font-size:0.875rem;}/*!sc*/
@media only screen and (min-width:767px) and (max-width:960px){.fOHpnK{display:none;}}/*!sc*/
data-styled.g652[id="sc-1y3lb0e-2"]{content:"fOHpnK,"}/*!sc*/
.cijEgN{font-size:1.375rem;font-weight:bold;text-align:center;}/*!sc*/
@media (min-width:48em){.cijEgN{text-align:left;font-size:1.5rem;margin-bottom:1rem;}}/*!sc*/
@media (min-width:87.5em){.cijEgN{font-size:2rem;}}/*!sc*/
data-styled.g653[id="sc-1y3lb0e-3"]{content:"cijEgN,"}/*!sc*/
.kMVXMk{font-size:1.125rem;}/*!sc*/
@media (max-width:47.9375em){.kMVXMk{display:none;}}/*!sc*/
data-styled.g654[id="sc-1y3lb0e-4"]{content:"kMVXMk,"}/*!sc*/
.dteWSu{margin-top:0 !important;width:100%;background:#ffffff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:3rem;padding-bottom:0rem;}/*!sc*/
@media (min-width:48em){.dteWSu{padding:2rem 2rem 5rem;}}/*!sc*/
@media (min-width:87.5em){.dteWSu{padding-bottom:2rem;margin-bottom:2rem;}}/*!sc*/
data-styled.g655[id="sc-1p4iykj-0"]{content:"dteWSu,"}/*!sc*/
.blYLCx{width:70%;margin:auto;}/*!sc*/
@media (min-width:48em){.blYLCx{width:50%;}.blYLCx picture{right:-1rem;position:relative;float:right;}}/*!sc*/
@media (min-width:87.5em){.blYLCx{width:50%;}.blYLCx picture{right:-1rem;position:relative;float:right;}}/*!sc*/
data-styled.g656[id="sc-1p4iykj-1"]{content:"blYLCx,"}/*!sc*/
.bDZYka{width:50%;}/*!sc*/
.bDZYka p,.bDZYka h3{text-align:left;color:#242048;}/*!sc*/
@media (min-width:87.5em){.bDZYka p,.bDZYka h3{text-align:center;}}/*!sc*/
.bDZYka p{font-size:0.875rem;}/*!sc*/
.bDZYka h3{font-size:1rem;}/*!sc*/
@media (min-width:48em){.bDZYka h3{font-size:1.25rem;}}/*!sc*/
@media (min-width:48em){.bDZYka{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:1rem;width:60%;word-wrap:break-word;border:2px solid white;border-radius:0px 4px 4px 0px;box-shadow:2px 2px 7px 0 rgba(111,108,108,0.5);background:#ffffff;}}/*!sc*/
@media (min-width:87.5em){.bDZYka{border-radius:4px;width:360px;}}/*!sc*/
data-styled.g657[id="sc-hg9htz-0"]{content:"bDZYka,"}/*!sc*/
.ganBBx{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}/*!sc*/
@media (min-width:48em){.ganBBx{width:100%;height:235px;}}/*!sc*/
@media (min-width:87.5em){.ganBBx{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:288px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;}}/*!sc*/
.ganBBx:hover{-webkit-text-decoration:none !important;text-decoration:none !important;}/*!sc*/
data-styled.g658[id="sc-hg9htz-1"]{content:"ganBBx,"}/*!sc*/
.eUbCvN{width:150px;height:150px;object-fit:cover;margin-right:1rem;border-radius:4px;}/*!sc*/
@media (min-width:48em){.eUbCvN{margin-right:0;height:235px;width:235px;}}/*!sc*/
data-styled.g659[id="sc-hg9htz-2"]{content:"eUbCvN,"}/*!sc*/
.jXjnjQ{margin-bottom:1rem;font-size:0.875rem;}/*!sc*/
data-styled.g660[id="sc-hg9htz-3"]{content:"jXjnjQ,"}/*!sc*/
.bqhsSm{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.bqhsSm.bqhsSm{font-size:1rem;}/*!sc*/
@media (min-width:48em){.bqhsSm{padding-bottom:1rem;}}/*!sc*/
@media (min-width:87.5em){.bqhsSm{height:4.2em;}}/*!sc*/
data-styled.g661[id="sc-hg9htz-4"]{content:"bqhsSm,"}/*!sc*/
.gtEqnQ{display:block;display:-webkit-box;max-width:100%;height:4.2em;margin:0 auto;font-size:0.875rem;line-height:1.4;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}/*!sc*/
@media (max-width:47.9375em){.gtEqnQ{display:none;}}/*!sc*/
@media (min-width:48em){.gtEqnQ{font-size:1rem;height:7em;-webkit-line-clamp:5;}}/*!sc*/
@media (min-width:87.5em){.gtEqnQ{height:2.8em;-webkit-line-clamp:2;}}/*!sc*/
@media (min-width:87.5em){.gtEqnQ{font-size:1rem;}}/*!sc*/
data-styled.g662[id="sc-hg9htz-5"]{content:"gtEqnQ,"}/*!sc*/
.cslRDh{width:100%;background:#F0D48C;padding:2rem 1rem 1.5rem;}/*!sc*/
.cslRDh >:not(:first-child){margin-top:1rem;}/*!sc*/
@media (min-width:48em){.cslRDh{padding:1.5rem 3rem;}.cslRDh > :not(:first-child){margin-top:2rem;}}/*!sc*/
@media (min-width:87.5em){.cslRDh{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.cslRDh > :not(:first-child){margin-top:0rem;margin-left:7rem;}}/*!sc*/
data-styled.g663[id="sc-1215hha-0"]{content:"cslRDh,"}/*!sc*/
.jHvLVR{background:#f3f0ec;}/*!sc*/
data-styled.g664[id="sc-d1wy2k-0"]{content:"jHvLVR,"}/*!sc*/
.cyHGJt{text-align:center;font-size:1.5rem;margin-bottom:1rem;}/*!sc*/
.cyHGJt.cyHGJt{margin-top:1rem;}/*!sc*/
@media (min-width:48em){.cyHGJt{font-size:2rem;}}/*!sc*/
data-styled.g665[id="sc-d1wy2k-1"]{content:"cyHGJt,"}/*!sc*/
</style><script id="__LOADABLE_REQUIRED_CHUNKS__" type="application/json" defer="">["vendors~layout~navbar~old-browser-notification~router","vendors~layout~navbar~router","vendors~router","layout~navbar~router","router","layout~messaging-page~navbar","layout","vendors~old-browser-notification","old-browser-notification","maintenance-banner-wrapper","vendors~blog-article-page~blog-author-page~blog-category-page~blog-landing-page~blog-search-results-~90740a50","blog-landing-page"]</script><script id="__LOADABLE_REQUIRED_CHUNKS___ext" type="application/json" defer="">{"namedChunks":["router","layout","old-browser-notification","maintenance-banner-wrapper","blog-landing-page"]}</script><script data-chunk="app" src="https://d3nd02ak4v4ued.cloudfront.net/titan/dist/app.4ed9bfd1d9d203b505c1.js" defer=""></script><script data-chunk="router" src="https://d3nd02ak4v4ued.cloudfront.net/titan/dist/vendors~layout~navbar~old-browser-notification~router.cb01f01db9198373997b.js" defer=""></script><script data-chunk="router" src="https://d3nd02ak4v4ued.cloudfront.net/titan/dist/vendors~layout~navbar~router.52f19b966b5bc8070dca.js" defer=""></script><script data-chunk="router" src="https://d3nd02ak4v4ued.cloudfront.net/titan/dist/vendors~router.f46c7379ca645581e43e.js" defer=""></script><script data-chunk="router" src="https://d3nd02ak4v4ued.cloudfront.net/titan/dist/layout~navbar~router.b17a852eecc430125719.js" defer=""></script><script data-chunk="router" src="https://d3nd02ak4v4ued.cloudfront.net/titan/dist/router.30898a34342cb929ad73.js" defer=""></script><script data-chunk="layout" src="https://d3nd02ak4v4ued.cloudfront.net/titan/dist/layout~messaging-page~navbar.5fb18f817e29605e3b7a.js" defer=""></script><script data-chunk="layout" src="https://d3nd02ak4v4ued.cloudfront.net/titan/dist/layout.8a44dd4a96de89f4e25d.js" defer=""></script><script data-chunk="old-browser-notification" src="https://d3nd02ak4v4ued.cloudfront.net/titan/dist/vendors~old-browser-notification.dfab65da58966a4c428d.js" defer=""></script><script data-chunk="old-browser-notification" src="https://d3nd02ak4v4ued.cloudfront.net/titan/dist/old-browser-notification.2f9d860ce0bf1cfe1033.js" defer=""></script><script data-chunk="maintenance-banner-wrapper" src="https://d3nd02ak4v4ued.cloudfront.net/titan/dist/maintenance-banner-wrapper.6930630b7d45aedb2af3.js" defer=""></script><script data-chunk="blog-landing-page" src="https://d3nd02ak4v4ued.cloudfront.net/titan/dist/vendors~blog-article-page~blog-author-page~blog-category-page~blog-landing-page~blog-search-results-~90740a50.28a9692d7bf5c7b88aeb.js" defer=""></script><script data-chunk="blog-landing-page" src="https://d3nd02ak4v4ued.cloudfront.net/titan/dist/blog-landing-page.bbcc40191f755c29a836.js" defer=""></script><script type="text/javascript"><!-- Google Tag Manager -->
      (function(w, d, s, l, i) {
        w[l] = w[l] || [];
        w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' });
        var f = d.getElementsByTagName(s)[0],
          j = d.createElement(s),
          dl = l != 'dataLayer' ? '&l=' + l : '';
        j.async = true;
        j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
        f.parentNode.insertBefore(j, f);
      })(window, document, 'script', 'dataLayer', 'GTM-KRFXR3');</script></head><body><noscript><iframe title="google-tag-manager" src="https://www.googletagmanager.com/ns.html?id=GTM-KRFXR3" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><div id="root"><div id="appRoot" class="sc-1siauqq-0 bZJFOD"><div class="sc-16sezfh-2 ipKSZi"><a id="skip-to-content-link" data-tr="layout-skip-to-content" href="#main" class="sc-16sezfh-1 iqpEiw">Skip to content</a><div class="sc-16sezfh-0 hCDtON"><div class="sc-1mc62z-0 sc-15m20dt-8 ZOmIM dUVjSZ"><nav class="sc-1mc62z-0 bJgGxJ"><div id="nav-bar" class="sc-1mc62z-0 sc-15m20dt-9 bKmBEU bYdjV"><div class="sc-1mc62z-0 hleGCP"><a target="_self" aria-label="FindMyPast" class="sc-1mc62z-0 sc-15m20dt-0 sc-15m20dt-2 gKvhNh hnSwfn djRTpp" href="/"><div remembrancetheme="0" class="sc-1mc62z-0 sc-15m20dt-7 fUllly fmZBYI"><div class="sc-1mc62z-0 bWiHiP"><svg viewBox="0 0 176.5 97.21"><g class="logoMy" fill="#e6716e"><path fill="none" d="M-2.42 29.86h94.81v54.73H-2.42z"></path><path d="M33.88 76.36c0 .4-.12.75-.38 1.05-.25.3-.55.54-.9.71-.35.18-.71.31-1.09.41-.38.1-.69.15-.94.15-1.05 0-1.95-.56-2.7-1.69s-1.38-2.38-1.88-3.75c-.5-1.38-.86-2.66-1.09-3.86-.23-1.2-.34-1.85-.34-1.95-.3.55-.61 1.47-.94 2.77-.33 1.3-.71 2.61-1.16 3.94-.45 1.33-1.01 2.5-1.69 3.53-.67 1.03-1.54 1.54-2.59 1.54-.5 0-.98-.3-1.42-.9-.45-.6-.88-1.38-1.28-2.33-.4-.95-.79-2.03-1.16-3.23-.38-1.2-.75-2.37-1.12-3.52-.38-1.15-.74-2.24-1.09-3.26-.35-1.02-.7-1.84-1.05-2.44-.3.75-.56 1.78-.79 3.08-.23 1.3-.41 2.66-.56 4.09-.15 1.43-.28 2.84-.38 4.24-.1 1.4-.15 2.62-.15 3.67 0 .7-.19 1.2-.56 1.5s-.76.45-1.16.45c-.55 0-1.1-.36-1.65-1.09-.55-.72-1.1-1.66-1.65-2.81-.55-1.15-1.06-2.45-1.54-3.9-.48-1.45-.9-2.9-1.27-4.35-.38-1.45-.66-2.84-.86-4.16-.2-1.32-.3-2.44-.3-3.34 0-.65.02-1.25.08-1.8.05-.45.09-.87.11-1.28.02-.4.04-.62.04-.67 0-.15-.04-.25-.11-.3-.07-.05-.11-.17-.11-.38 0-.15.19-.39.56-.71.38-.32.76-.49 1.16-.49.7 0 1.16.15 1.39.45.23.3.34.65.34 1.05 0 .15-.01.38-.04.67-.03.3-.04.98-.04 2.03 0 .7.12 1.75.38 3.15.25 1.4.55 2.83.9 4.28.35 1.45.71 2.79 1.09 4.01.38 1.23.69 1.99.94 2.29.1-.2.16-.44.19-.71.02-.27.06-.49.11-.64L8 65.71c.2-1.55.61-3.19 1.24-4.91.62-1.73 1.29-3.06 1.99-4.01.25-.4.52-.6.83-.6.3 0 .57.22.82.67.85 1.4 1.49 2.79 1.91 4.16.42 1.38.8 2.73 1.12 4.05.32 1.33.7 2.65 1.12 3.98.42 1.33 1.09 2.66 1.99 4.01.4-.65.9-1.71 1.5-3.19.6-1.47 1.21-2.96 1.84-4.46.62-1.5 1.21-2.81 1.76-3.94.55-1.12.98-1.69 1.28-1.69.15 0 .4.03.75.08s.6.08.75.08c.45 0 .82.51 1.12 1.54.3 1.03.56 2.23.79 3.6.23 1.38.45 2.75.68 4.12.23 1.38.49 2.41.79 3.11.2.5.5.97.9 1.42.4.45.8.88 1.2 1.27.5.46 1 .91 1.5 1.36zM55.55 48.31c-.65 3.45-1.25 6.78-1.8 9.97-.25 1.35-.5 2.76-.75 4.24-.25 1.48-.49 2.92-.71 4.35-.23 1.42-.43 2.77-.6 4.05-.18 1.27-.31 2.44-.41 3.49-.2 1.6-.35 3.43-.45 5.47-.1 2.05-.2 4-.3 5.85-.1 2.15-.15 4.32-.15 6.52 0 .45-.05.95-.15 1.5-.1.55-.15 1.1-.15 1.65 0 .5-.11.92-.34 1.28-.22.35-.56.52-1.01.52-.4 0-.71-.31-.94-.94-.23-.63-.41-1.35-.56-2.17s-.25-1.65-.3-2.47c-.05-.83-.07-1.41-.07-1.76V88.4c0-.58.04-1.42.11-2.55.08-1.12.19-2.6.34-4.42.15-1.83.38-4.21.68-7.16 0-.05-.34-.3-1.01-.75-.67-.45-1.5-1.01-2.48-1.69-.97-.67-1.98-1.41-3-2.21-1.03-.8-1.89-1.58-2.59-2.33-.1-.1-.25-.32-.45-.67-.2-.35-.3-.77-.3-1.28 0-.25.12-.51.38-.79.25-.27.52-.41.83-.41.2 0 .4.1.6.3 1.15 1 2.47 2.11 3.97 3.34s2.97 2.34 4.43 3.34c.1-.9.31-2.27.64-4.12.32-1.85.66-3.84 1.01-5.96s.69-4.19 1.01-6.19c.32-2 .56-3.6.71-4.8 0-.2.05-.53.15-.97.1-.45.25-.9.45-1.35.2-.45.42-.84.67-1.16.25-.33.52-.49.83-.49.15 0 .47.14.97.41.49.26.74.87.74 1.82z"></path></g><g class="logoText" fill="currentColor"><path d="M21.11.4H.82C.37.4 0 .77 0 1.22v37.41c0 .45.37.82.82.82h7.33c.45 0 .82-.37.82-.82V23.96c0-.18.14-.32.32-.32h9.28c.45 0 .82-.37.82-.82v-5.89c0-.45-.37-.82-.82-.82H9.29c-.18 0-.32-.14-.32-.32V8.62c0-.18.14-.32.32-.32h11.82c.45 0 .82-.37.82-.82V1.22c0-.45-.37-.82-.82-.82zM33.63 12.88h-6.92c-.45 0-.82.37-.82.82v24.94c0 .45.37.82.82.82h6.92c.45 0 .82-.37.82-.82V13.69c0-.45-.37-.81-.82-.81z"></path><ellipse cx="30.17" cy="4.86" rx="4.91" ry="4.86"></ellipse><path d="M54.82 12.29c-3.46 0-6.17 1.49-7.91 2.84v-1.44c0-.45-.37-.82-.82-.82h-6.82c-.45 0-.82.37-.82.82v24.94c0 .45.37.82.82.82h6.92c.45 0 .82-.37.82-.82V21.94c0-.1.05-.2.12-.25 1.2-.89 3.05-1.95 5.08-1.95 1.13 0 1.97.34 2.57 1.03.61.71.84 1.66.84 3.49v14.38c0 .45.37.82.82.82h6.92c.45 0 .82-.37.82-.82v-15.7c0-3.79-.7-6.15-2.35-7.91-1.7-1.77-4.19-2.74-7.01-2.74zM94.26.4h-6.92c-.45 0-.82.37-.82.82v11.76c-1.48-.59-3.05-.88-4.78-.88-8 0-14.03 6.23-14.03 14.5 0 7.66 5.37 13.43 12.49 13.43 2.34 0 4.62-.67 6.48-1.88v1.29h7.58c.45 0 .82-.37.82-.82V1.23c0-.46-.37-.83-.82-.83zM82.27 32.91c-3.61 0-5.95-2.62-5.95-6.69 0-4.19 2.46-6.9 6.27-6.9 1.28 0 2.55.28 3.76.83.11.05.18.16.18.29v11.05c0 .12-.06.22-.15.28a8.192 8.192 0 0 1-4.11 1.14zM84.54 46.92c-2.24 0-4.37.59-6.2 1.71V47.5h-7.7c-.52 0-.94.42-.94.94v36.6c0 .52.42.94.94.94h6.92c.52 0 .94-.42.94-.94V74.06c1.03.42 2.6.85 4.77.85 8.11 0 13.99-5.97 13.99-14.21.01-7.85-5.46-13.78-12.72-13.78zm3.87 14.21c0 3.96-2.41 6.51-6.14 6.51-1.67 0-3.01-.51-3.66-.82a.182.182 0 0 1-.1-.17v-10.9c0-.07.03-.13.08-.16 1.16-.77 2.54-1.2 3.89-1.2 4.09.01 5.93 3.39 5.93 6.74zM126.7 47.63l-5.3.92c-.04.01-.07 0-.11-.02a15.41 15.41 0 0 0-6.84-1.6c-8.29 0-14.31 6.11-14.31 14.52 0 7.68 5.47 13.46 12.72 13.46 2.37 0 4.63-.64 6.3-1.78v.25c0 .52.42.94.94.94h6.76c.52 0 .94-.42.94-.94V48.56a.938.938 0 0 0-1.1-.93zm-7.71 7.73v10.96c0 .07-.04.14-.09.17-1.24.71-2.66 1.11-3.98 1.11-3.55 0-5.93-2.64-5.93-6.57 0-4.05 2.41-6.67 6.14-6.67 1.19 0 2.45.28 3.75.83.07.02.11.09.11.17zM147.12 57.69c-1.02-.25-1.97-.43-2.81-.58-2.42-.45-3.58-.71-3.58-1.76 0-1.34 2.11-1.48 3.02-1.48 2.1 0 5.64.72 8.8 2.32.3.15.65.14.93-.03s.44-.47.44-.79v-5.63c0-.38-.22-.71-.55-.87-2.69-1.22-6.35-1.95-9.79-1.95-7.1 0-11.72 3.54-11.77 9.01 0 4.1 2.51 6.55 8.12 7.94 1.08.28 2.08.46 2.96.62 2.43.45 3.59.71 3.59 1.82 0 .41 0 1.64-3.17 1.64-2.07 0-5.74-.66-9.27-2.51a.93.93 0 0 0-.94.03c-.28.17-.45.47-.45.8V72c0 .37.21.71.55.86 2.78 1.28 6.56 2.05 10.11 2.05 7.29 0 12.03-3.62 12.09-9.22 0-5.25-3.98-6.94-8.28-8zM176.09 66.18a.967.967 0 0 0-.89-.09c-.14.06-.3.13-.48.21-.99.43-2.49 1.08-3.85 1.08-1.88 0-2.65-1.18-2.65-4.08v-8.18c0-.11.09-.19.19-.19h5.75c.52 0 .94-.42.94-.94v-5.54c0-.52-.42-.94-.94-.94h-5.75a.19.19 0 0 1-.19-.19V40.4c0-.28-.12-.54-.33-.72s-.49-.26-.77-.21l-6.92 1.18c-.45.08-.78.47-.78.93v22.57c0 3.79.73 6.27 2.38 8.05 1.64 1.75 4.15 2.71 7.06 2.71 3.47 0 6.38-1.47 7.18-1.93.29-.16.47-.47.47-.82v-5.21c-.01-.3-.16-.6-.42-.77z"></path></g></svg></div></div></a></div><ul class="sc-1mc62z-0 eqQNDi"><li class="sc-1mc62z-0 grVQcc"></li><li class="sc-1mc62z-0 eyFCxf"><button data-testid="logInButton" class="sc-1mc62z-0 sc-15m20dt-0 sc-15m20dt-2 kgwaHG iTbiKw djRTpp">Log in</button></li><li class="sc-1mc62z-0 jTsqtS"><button class="sc-1mc62z-0 sc-15m20dt-0 sc-15m20dt-2 kgwaHG iTbiKw djRTpp">Sign up</button></li><li class="sc-1mc62z-0 grVQcc"><a class="sc-bps2kl-0 kyudrf" href="/family-tree"><span class="sc-bps2kl-1 dQFVQb">Start your family tree</span></a></li><li class="sc-1mc62z-0 htXavT"><button aria-label="Open navigation menu" id="burger-menu-button" class="sc-1mc62z-0 sc-15m20dt-0 sc-15m20dt-2 kgwaHG iTbiKw djRTpp"><div class="sc-1mc62z-0 cKLKzT"><svg viewBox="0 0 100 100" height="1em" width="1em"><line style="transform-origin:50px 10px;transform:translate3d(0px, 0px, 0px) rotate(0deg)" x1="0" y1="10" x2="100" y2="10" stroke="currentColor" stroke-width="15"></line><line style="opacity:1" x1="0" y1="50" x2="100" y2="50" stroke="currentColor" stroke-width="15"></line><line style="transform-origin:50px 90px;transform:translate3d(0px, 0px, 0px) rotate(0deg)" x1="0" y1="90" x2="100" y2="90" stroke="currentColor" stroke-width="15"></line></svg></div></button></li></ul></div></nav><div id="logged-out-burger-menu" class="sc-15m20dt-10 ldRPyV"><ul class="sc-1mc62z-0 gRgVJc"><script>
  if (document.querySelector('html').dataset.renderMode === 'static-ssr') {
    window.addEventListener('DOMContentLoaded', function() {
      var burgerMenu = document.querySelector('#logged-out-burger-menu');
      var burgerMenuButton = document.querySelector('#burger-menu-button');
      
      burgerMenuButton.addEventListener('click', function() {
        if ('expanded' in burgerMenu.dataset) {
          delete burgerMenu.dataset.expanded;
        } else {
          burgerMenu.dataset.expanded = '';
        };
      });
    })
  };
</script><li class="sc-1mc62z-0 ZOmIM"><button class="sc-1mc62z-0 sc-15m20dt-0 cdkLld gdBnHD">Log in</button></li><li class="sc-1mc62z-0 ZOmIM"><button class="sc-1mc62z-0 sc-15m20dt-0 cdkLld gdBnHD">Sign up</button></li><li class="sc-1mc62z-0 BeOFS"><a class="sc-bps2kl-0 kLnJrU" href="/family-tree"><span class="sc-bps2kl-1 dQFVQb">Start your family tree</span></a></li></ul></div></div></div><main id="main" class="sc-16sezfh-3 QVtAW"><div class="sc-d1wy2k-0 jHvLVR"><div class="sc-qzs86-0 cAXPY"><div class="sc-1mc62z-0 iCGQPh"><button aria-haspopup="true" aria-controls="menu" class="sc-1se22i5-1 eCwDwL sc-dbert2-1 lHLxx" id="menu-button--menu" type="button" data-reach-menu-button="">Categories<svg viewBox="0 0 448 512" data-canopy-icon="" class="IconWrapper gqebRn"><path fill="currentColor" d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"></path></svg></button><span></span></div><div class="sc-1mc62z-0 eyFCxf"><a rel="noopener" class="sc-lgicrs-0 eZVGlj" href="/blog/getting-started">Getting Started</a><a rel="noopener" class="sc-lgicrs-0 eZVGlj" href="/blog/family-tree">Build Your Family Tree</a><a rel="noopener" class="sc-lgicrs-0 eZVGlj" href="/blog/dna">DNA</a><a rel="noopener" class="sc-lgicrs-0 eZVGlj" href="/blog/family-records">Family Records</a><a rel="noopener" class="sc-lgicrs-0 eZVGlj" href="/blog/new">What&#x27;s New?</a><a rel="noopener" class="sc-lgicrs-0 eZVGlj" href="/blog/help">Help Hub</a><a rel="noopener" class="sc-lgicrs-0 eZVGlj" href="/blog/discoveries">Discoveries</a><a rel="noopener" class="sc-lgicrs-0 eZVGlj" href="/blog/history">History Hub</a><a rel="noopener" class="sc-lgicrs-0 sc-lgicrs-1 eZVGlj irTsdx" href="/blog/community">The Findmypast Community</a></div><form class="sc-qzs86-1 jyRUbX"><button type="button" class="sc-1mc62z-0 kglVJy"><svg viewBox="0 0 24 24" data-canopy-icon="" class="IconWrapper hlhayD"><line x1="2" y1="2" x2="22" y2="22" stroke="currentColor" stroke-width="2"></line><line x1="22" y1="2" x2="2" y2="22" stroke="currentColor" stroke-width="2"></line></svg></button><div class="sc-1mc62z-0 iHTwMo"><div class="sc-1mc62z-0 sc-2qz573-0 cAlseb ggwlCk"><div class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><label for="blogSearchInput" data-visually-hidden="true" class="sc-1yb4bvh-1 dOqRxR">Search our articles</label><div id="typeahead--blogSearchInput" class="sc-1mc62z-0 mrSrD" data-reach-combobox="" data-state="idle"><input aria-autocomplete="both" aria-controls="listbox--typeahead--blogSearchInput" aria-expanded="false" aria-haspopup="listbox" role="combobox" id="blogSearchInput" autoComplete="off" disabled="" placeholder="Search our articles..." class="sc-1yb4bvh-0 lesKSw" data-reach-combobox-input="" data-state="idle" value=""/></div></div></div></div><button type="button" class="sc-1mc62z-0 jGPeER"><svg viewBox="0 0 512 512" data-canopy-icon="" class="IconWrapper pQudb"><path fill="currentColor" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg></button></form></div><h1 class="sc-d1wy2k-1 cyHGJt">Findmypast Blog</h1><div class="sc-1p4iykj-0 dteWSu"><div class="sc-1p4iykj-1 blYLCx"><a href="/blog/family-records/1921-census"><picture class="sc-199ijl2-0 eQNrhc"><img alt="" src="https://images.prismic.io/findmypast-titan/9c3ad913-7225-41cf-bf82-9b38159635a6_blog-header-040122+%281%29.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture></a></div><div class="sc-1y3lb0e-0 gYmxVw"><a data-testid="blog-leading-article-link" href="/blog/family-records/1921-census"><div class="sc-1y3lb0e-1 kvOuth"><p class="sc-1y3lb0e-2 fOHpnK">Family Records</p><p data-testid="blog-leading-article-title" class="sc-1y3lb0e-3 cijEgN">The 1921 Census is now online for the very first time</p><p class="sc-1y3lb0e-4 kMVXMk">In partnership with The National Archives, the 1921 Census of England &amp; Wales is now exclusively online at Findmypast.</p></div></a></div></div><div class="sc-1215hha-0 cslRDh"><a data-testid="blog-featured-article-0-link" class="sc-hg9htz-1 ganBBx" href="/blog/family-records/1921-census-tips"><picture class="sc-199ijl2-0 eQNrhc"><img alt="1921 Census search tips" src="https://images.prismic.io/findmypast-titan/5f05d07a-8939-4791-8b3f-f9b7e04fd0a9_blog-header-checklist071021.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS sc-hg9htz-2 eUbCvN"/></picture><div class="sc-hg9htz-0 bDZYka"><p class="sc-hg9htz-3 jXjnjQ">Family Records</p><h3 data-testid="blog-featured-article-0-title" class="sc-hg9htz-4 bqhsSm">21 ways to make the most of the 1921 Census</h3><p class="sc-hg9htz-5 gtEqnQ">The 1921 Census of England &amp; Wales is now available online for the first time, only at Findmypast. Get the best from it with our handy, interactive checklist.</p></div></a><a data-testid="blog-featured-article-1-link" class="sc-hg9htz-1 ganBBx" href="/blog/new/50-million-newspaper-pages"><picture class="sc-199ijl2-0 eQNrhc"><img alt="50 million newspaper pages on Findmypast" src="https://images.prismic.io/findmypast-titan/fad5b751-54f9-44cc-b64f-ff670662cdd8_blog-header-040821.jpg?auto=compress,format&amp;rect=267,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS sc-hg9htz-2 eUbCvN"/></picture><div class="sc-hg9htz-0 bDZYka"><p class="sc-hg9htz-3 jXjnjQ">What&#x27;s New?</p><h3 data-testid="blog-featured-article-1-title" class="sc-hg9htz-4 bqhsSm">Hold the front page! We&#x27;ve hit 50 million</h3><p class="sc-hg9htz-5 gtEqnQ">Our partnership with the British Library has reached an incredible milestone with over 50 million newspaper pages digitised and now available online at Findmypast and the British Newspaper Archive.</p></div></a><a data-testid="blog-featured-article-2-link" class="sc-hg9htz-1 ganBBx" href="/blog/history/life-in-1920s-britain"><picture class="sc-199ijl2-0 eQNrhc"><img alt="Life in the 1920s Britain" src="https://images.prismic.io/findmypast-titan/763841f0-a30e-46cd-b444-ce19c64dc5c6_blog-header-lifebritain20s.jpg?auto=compress,format&amp;rect=172,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS sc-hg9htz-2 eUbCvN"/></picture><div class="sc-hg9htz-0 bDZYka"><p class="sc-hg9htz-3 jXjnjQ">History Hub</p><h3 data-testid="blog-featured-article-2-title" class="sc-hg9htz-4 bqhsSm">What was life like in 1920s Britain?</h3><p class="sc-hg9htz-5 gtEqnQ">The 1921 Census of England and Wales will reveal where your relatives were, what they were doing and who they were doing it with that summer. But what was life in 1920s Britain like for them at the time?</p></div></a></div><h2 class="sc-1x06i0r-0 eRXdJR">What&#x27;s New?</h2><div class="sc-1x06i0r-1 ghpTnJ"><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/new/1950-us-census"><picture class="sc-199ijl2-0 eQNrhc"><img alt="" src="https://images.prismic.io/findmypast-titan/1393edfc-1afc-46c6-8afd-091c917281c9_blog-article-header-042822.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">What&#x27;s New?</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">Commence the voyage through US history with this week&#x27;s release</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/new/salford-roman-catholic"><picture class="sc-199ijl2-0 eQNrhc"><img alt="" src="https://images.prismic.io/findmypast-titan/609f9a35-c39d-4634-9f99-a6428ed03539_blog-article-header-042122.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">What&#x27;s New?</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">This week, continue getting carried away with your Catholic research </h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/new/scottish-roman-catholic"><picture class="sc-199ijl2-0 eQNrhc"><img alt="" src="https://images.prismic.io/findmypast-titan/e5b73037-9c32-4151-a39b-64ccd6fb4ded_blog-article-header-041422.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">What&#x27;s New?</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">Spotlight your Scottish heritage with this week&#x27;s release</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/new/50-million-newspaper-pages"><picture class="sc-199ijl2-0 eQNrhc"><img alt="50 million newspaper pages on Findmypast" src="https://images.prismic.io/findmypast-titan/fad5b751-54f9-44cc-b64f-ff670662cdd8_blog-header-040821.jpg?auto=compress,format&amp;rect=267,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">What&#x27;s New?</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">Hold the front page! We&#x27;ve hit 50 million</h3></div></a></div><h2 class="sc-1x06i0r-0 eRXdJR">Getting Started</h2><div class="sc-1x06i0r-1 ghpTnJ"><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/family-records/uk-census-records"><picture class="sc-199ijl2-0 eQNrhc"><img alt="Guide to UK census records" src="https://images.prismic.io/findmypast-titan/6a75eb8b-9ef8-41ba-9fab-b5f961e1d8d7_UK-census-rebrand.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">Family Records</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">Everything you need to know about UK census records</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/getting-started/search-genealogy-records"><picture class="sc-199ijl2-0 eQNrhc"><img alt="How to search Findmypast records" src="https://images.prismic.io/findmypast-titan/b5e6eb59-bf19-4eb3-884a-9eabd8b85a3a_blog-header-gettingstarted-120821.jpg?auto=compress,format&amp;rect=132,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">Getting Started</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">A beginner&#x27;s guide on how to search Findmypast&#x27;s family records</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/community/virtual-family-gathering"><picture class="sc-199ijl2-0 eQNrhc"><img alt="virtual family gathering" src="https://images.prismic.io/findmypast-titan/976c6124-0b17-44e7-aafe-1c3697d64526_virtual-family-gathering-blog-header.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">The Findmypast Community</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">How to bring your family together online</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/getting-started/how-to-trace-living-relatives"><picture class="sc-199ijl2-0 eQNrhc"><img alt="" src="https://images.prismic.io/findmypast-titan/4bf6f880-6bf8-4358-a15a-af2e572fbd68_livingblog.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">Getting Started</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">How to find long lost family</h3></div></a></div><h2 class="sc-1x06i0r-0 eRXdJR">Build Your Family Tree</h2><div class="sc-1x06i0r-1 ghpTnJ"><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/family-tree/royal-family-tree"><picture class="sc-199ijl2-0 eQNrhc"><img alt="queen elizabeth genealogy" src="https://images.prismic.io/findmypast-titan/70464ad5-9027-4bcc-b58d-8f6057d1d30f_blog-queen-030822.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">Build Your Family Tree</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">Who&#x27;s who on the Queen&#x27;s family tree?</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/family-tree/tree-builder-faqs"><picture class="sc-199ijl2-0 eQNrhc"><img alt="family tree builder" src="https://images.prismic.io/findmypast-titan/e0e069e7-cd22-4951-a008-cd7cffb2ad7a_Blog-tree-troubleshoot.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">Build Your Family Tree</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">Your family tree questions answered</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/family-tree/findmypast-family-tree-advanced-features"><picture class="sc-199ijl2-0 eQNrhc"><img alt="How to use the Findmypast family tree" src="https://images.prismic.io/findmypast-titan/fa084633-e310-4957-9241-f829fda1a4b2_blog-header.JPG?auto=compress,format&amp;rect=91,0,675,583&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">Build Your Family Tree</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">How to bring your Findmypast family tree to life</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/family-tree/how-to-use-hints-findmypast-family-tree"><picture class="sc-199ijl2-0 eQNrhc"><img alt="Findmypast family tree hints" src="https://images.prismic.io/findmypast-titan/21ec43ef-38a8-4111-a225-4dcd7b076504_family-tree-hints.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">Build Your Family Tree</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">How to use Findmypast hints to grow your family tree</h3></div></a></div><h2 class="sc-1x06i0r-0 eRXdJR">DNA</h2><div class="sc-1x06i0r-1 ghpTnJ"><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/dna/dna-glossary"><picture class="sc-199ijl2-0 eQNrhc"><img alt="What is DNA?" src="https://images.prismic.io/findmypast-titan%2F3654b2cb-1cce-459f-aa85-7398720951cb_dna-hero-768.jpg?auto=compress,format&amp;rect=0,0,440,380&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">DNA</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">11 questions everyone asks about DNA tests</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/dna/findmypastdna-reveals-family-roots-of-reality-stars-vicky-pattison-and"><picture class="sc-199ijl2-0 eQNrhc"><img alt="findmypastdna-reveals-family-roots-of-reality-stars-vicky-pattison-and-header" src="https://images.prismic.io/findmypast-titan/1fc4788284b5a06c19dfd6c8de9d79adcf08c7ad_1200x800.jpg?auto=compress,format" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">DNA</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">Reality revealed: Do we truly know our family roots?</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/dna/findmypast-dna-privacy-policy"><picture class="sc-199ijl2-0 eQNrhc"><img alt="findmypast-dna-privacy-policy-header" src="https://images.prismic.io/findmypast-titan/72f0af9f8e96fa1cadbce4488bbae26349be4e43_1200x800.png?auto=compress,format" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">DNA</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">Why Findmypast DNA is the best ancestry test for protecting your privacy</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/dna/why-findmypast-dna-is-best-for-family-history-genealogy"><picture class="sc-199ijl2-0 eQNrhc"><img alt="x-reasons-findmypast-dna-is-the-best-test-for-header" src="https://images.prismic.io/findmypast-titan/be239e56da08e72f4b11dbe240573080b2805f83_1200x800.png?auto=compress,format" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">DNA</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">5 reasons Findmypast DNA is the best ancestry test for family history</h3></div></a></div><h2 class="sc-1x06i0r-0 eRXdJR">Family Records</h2><div class="sc-1x06i0r-1 ghpTnJ"><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/family-records/census-connections"><picture class="sc-199ijl2-0 eQNrhc"><img alt="UK 1921 and US 1920 Censuses" src="https://images.prismic.io/findmypast-titan/14814492-88ff-4203-82a8-81722b501f32_blog-header-connections-150222.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">Family Records</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">Gain a global view of your family&#x27;s past by connecting census records</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/history/diversity-and-diaspora-in-the-1921-census"><picture class="sc-199ijl2-0 eQNrhc"><img alt="" src="https://images.prismic.io/findmypast-titan/09ddbe3c-7828-4700-aa6b-1d08f8827796_blog-header-diaspora1921-130122.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">History Hub</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">Diversity and diaspora in the 1921 Census</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/family-records/1921-census-tips"><picture class="sc-199ijl2-0 eQNrhc"><img alt="1921 Census search tips" src="https://images.prismic.io/findmypast-titan/5f05d07a-8939-4791-8b3f-f9b7e04fd0a9_blog-header-checklist071021.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">Family Records</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">21 ways to make the most of the 1921 Census</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/family-records/census-search-tips"><picture class="sc-199ijl2-0 eQNrhc"><img alt="How to search census records online" src="https://images.prismic.io/findmypast-titan/f98e3428-d8f0-4ed5-93f2-aa23a6295882_Blog-census.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">Family Records</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">5 essential tips to remember when searching census records</h3></div></a></div><h2 class="sc-1x06i0r-0 eRXdJR">Help Hub</h2><div class="sc-1x06i0r-1 ghpTnJ"><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/help/genealogists-guide-to-latin"><picture class="sc-199ijl2-0 eQNrhc"><img alt="Latin in genealogy" src="https://images.prismic.io/findmypast-titan/1e62506d-7282-4c59-acf2-94f69794f41d_latin-blog-header.JPG?auto=compress,format&amp;rect=309,0,604,522&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">Help Hub</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">A genealogist&#x27;s guide to Latin in family history records</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/help/lgbt-ancestors"><picture class="sc-199ijl2-0 eQNrhc"><img alt="" src="https://images.prismic.io/findmypast-titan/417bcaa3-d10d-46f0-ae57-1d58463c372c_blog-lgbt-ancestors-010222+%281%29.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">Help Hub</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">How to trace LGBT ancestors</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/help/house-design-history"><picture class="sc-199ijl2-0 eQNrhc"><img alt="who lived in my house" src="https://images.prismic.io/findmypast-titan/b867c566-c85c-4bd7-8e2f-f9fb88ce0eed_blog-header190122-houses.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">Help Hub</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">10 ways to find out what your house was like generations ago</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/help/1911-census-address-search-reintroduced-to-findmypast"><picture class="sc-199ijl2-0 eQNrhc"><img alt="history of house by address" src="https://images.prismic.io/findmypast-titan/5a225521-1648-4c16-8916-eff3ca6a3dc7_house-history-address-search.jpg?auto=compress,format&amp;rect=0,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">Help Hub</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">Discover who lived in your house before you with address search</h3></div></a></div><h2 class="sc-1x06i0r-0 eRXdJR">Discoveries</h2><div class="sc-1x06i0r-1 ghpTnJ"><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/history/genealogists-in-1921"><picture class="sc-199ijl2-0 eQNrhc"><img alt="" src="https://images.prismic.io/findmypast-titan/065b46fc-1d7b-48be-ae04-f4a13d70e862_blog-header-genealogists1921+%282%29.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">History Hub</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">Genealogists in 1921: discover a profession that stands the test of time</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/discoveries/who-were-the-real-bridgertons"><picture class="sc-199ijl2-0 eQNrhc"><img alt="regency dancing" src="https://images.prismic.io/findmypast-titan/7535a5d4-ce8c-4ab6-bfb5-1c31d74124f3_bridgerton2.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">Discoveries</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">Who were the real Bridgertons?</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/discoveries/englands-most-famous-female-footballers-in-the-1921"><picture class="sc-199ijl2-0 eQNrhc"><img alt="carmen pomies and florrie redford in 1925, blog header image" src="https://images.prismic.io/findmypast-titan/6859b387-3e09-4aba-b48e-0b50ee39543d_blog-header-womenfootball1921-010322.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">Discoveries</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">England’s most famous female footballers in the 1921 Census</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/discoveries/first-female-police-officers"><picture class="sc-199ijl2-0 eQNrhc"><img alt="the first female police officers" src="https://images.prismic.io/findmypast-titan/4c613158-04a6-4334-8d64-0295f054cca2_blog-header-womenpolice1921-010322.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">Discoveries</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">Who were the UK&#x27;s first female police officers?</h3></div></a></div><h2 class="sc-1x06i0r-0 eRXdJR">History Hub</h2><div class="sc-1x06i0r-1 ghpTnJ"><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/history/rise-of-tourism-1921"><picture class="sc-199ijl2-0 eQNrhc"><img alt="" src="https://images.prismic.io/findmypast-titan/475df903-c903-4678-8ddc-daf3ddfd66d6_blog-header-tourism1921.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">History Hub</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">Seaside escape or city break? Discover the incredible rise of tourism in the 1921 Census</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/history/genealogists-in-1921"><picture class="sc-199ijl2-0 eQNrhc"><img alt="" src="https://images.prismic.io/findmypast-titan/065b46fc-1d7b-48be-ae04-f4a13d70e862_blog-header-genealogists1921+%282%29.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">History Hub</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">Genealogists in 1921: discover a profession that stands the test of time</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/history/real-downton-abbey"><picture class="sc-199ijl2-0 eQNrhc"><img alt="" src="https://images.prismic.io/findmypast-titan/fc3eed58-0f8e-4904-a6e1-88b5fe195be2_downton+abbey.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">History Hub</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">Peer into the dramatic past of the REAL Downton Abbey</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/history/black-friday-1921"><picture class="sc-199ijl2-0 eQNrhc"><img alt="Black Friday 1921 - Miner&#x27;s strike" src="https://images.prismic.io/findmypast-titan/9b35618f-2971-45ff-b6f8-4c089810d1c4_black-friday-1921-miners-strike.jpg?auto=compress,format&amp;rect=223,0,834,720&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">History Hub</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">How Black Friday 1921 led to the census being postponed for the first time in history</h3></div></a></div><h2 class="sc-1x06i0r-0 eRXdJR">Findmypast Community</h2><div class="sc-1x06i0r-1 ghpTnJ"><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/community/1921-census-community-discoveries"><picture class="sc-199ijl2-0 eQNrhc"><img alt="1921 census community discoveries" src="https://images.prismic.io/findmypast-titan/05f0e3cb-f6e7-471d-88d9-958475109ec8_blog-community1921-033122-1921+%281%29.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">The Findmypast Community</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">Using the 1921 Census to uncover hidden family stories</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/help/lgbt-ancestors"><picture class="sc-199ijl2-0 eQNrhc"><img alt="" src="https://images.prismic.io/findmypast-titan/417bcaa3-d10d-46f0-ae57-1d58463c372c_blog-lgbt-ancestors-010222+%281%29.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">Help Hub</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">How to trace LGBT ancestors</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/community/new-year-message-2021"><picture class="sc-199ijl2-0 eQNrhc"><img alt="" src="https://images.prismic.io/findmypast-titan/c445c623-7ed1-47e4-9c36-8fc13d850b97_blog-header-dorothyl-241221.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">The Findmypast Community</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">A New Year message from our CEO</h3></div></a><a data-testid="blog-article-link" class="sc-vgnw5r-3 fODakw" href="/blog/new/1921-census-roadshow"><picture class="sc-199ijl2-0 eQNrhc"><img alt="Findmypast 1921 Census roadshow" src="https://images.prismic.io/findmypast-titan/34d1ca8e-eaa3-49e5-8ea1-9aaebeffc7fd_1921-roadshow-blog-header.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475" class="sc-1mc62z-0 eyDfhS"/></picture><div class="sc-vgnw5r-2 ctksyF"><p class="sc-vgnw5r-0 jSbKSI">What&#x27;s New?</p><h3 data-testid="blog-article-title" class="sc-vgnw5r-1 kyOvdA">We&#x27;re hitting the road (virtually) with the 1921 Census</h3></div></a></div></div></main><footer class="sc-1mc62z-0 sc-1f24ugd-0 kEvysl daOCVw"><button id="back-to-top-button" aria-hidden="true" tabindex="-1" class="sc-1mc62z-0 sc-1f24ugd-1 cXJhES eIYmpf"><div class="sc-1mc62z-0 kEiwqg"><svg height="0.75em" width="0.75em" viewBox="0 0 100 100"><polygon points="0 75 100 75 50 25" stroke="none" fill="currentColor"></polygon></svg>Back to top</div></button><script>
            document
            .getElementById('back-to-top-button')
            .addEventListener('click', function() {
              window.scrollTo({ top: 0, behavior: 'smooth' });
            });
          </script><div class="sc-1mc62z-0 sc-1f24ugd-5 cwpRtM kSMrbm"><p class="sc-8sy8yy-0 gEjFfS">Search for surnames by letter</p><div class="sc-1mc62z-0 iEuuWS"><a class="sc-1f24ugd-3 ndrEU" href="/surnames/a">A</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/b">B</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/c">C</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/d">D</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/e">E</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/f">F</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/g">G</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/h">H</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/i">I</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/j">J</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/k">K</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/l">L</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/m">M</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/n">N</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/o">O</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/p">P</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/q">Q</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/r">R</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/s">S</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/t">T</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/u">U</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/v">V</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/w">W</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/x">X</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/y">Y</a><a class="sc-1f24ugd-3 ndrEU" href="/surnames/z">Z</a></div></div><div class="sc-1mc62z-0 hYvhHD"><div class="sc-1mc62z-0 disLuY"><div class="sc-1mc62z-0 jKYCEo"><p class="sc-8sy8yy-0 gEjFfS">Find your past</p><div class="sc-1mc62z-0 dhqWor"><ul class="sc-1mc62z-0 sc-2qz573-0 cAlseb ixWLtE"><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="/family-tree">Build your Family Tree</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="/1921-census">1921 Census</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="https://search.findmypast.co.uk/search-world-records">Search family records</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="/page/free-ancestry-records">Free genealogy records</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="/free-trial?event_location=footer">Take a free trial</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="/subscribe?event_location=footer">Take a subscription</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="/1939register">1939 Register</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="/help">FAQ</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="/tree/fmp-000000-000000/tree">Queen Elizabeth II’s family tree</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="/surname">Surname Origin</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="/1881-census">1881 Census</a></li></ul></div></div><div class="sc-1mc62z-0 jKYCEo"><p class="sc-8sy8yy-0 gEjFfS">About Findmypast</p><div class="sc-1mc62z-0 dhqWor"><ul class="sc-1mc62z-0 sc-2qz573-0 cAlseb ixWLtE"><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="/page/about-us">About Us</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="/page/partners">Our Partners</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="/careers">Careers</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="/help/sections/4411058333841-terms-conditions">Terms &amp; Conditions</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="/help/sections/4411074088593-privacy-policy">Privacy Policy</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="/cookies-policy">Cookie Policy</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="/help/contact">Contact Us</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="/page/affiliates">Affiliates</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="/page/ancestry-dna-testing">DNA Testing</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="/sitemap">Sitemap</a></li></ul></div></div></div><div class="sc-1mc62z-0 fzQUzG"><div class="sc-1mc62z-0 jKYCEo"><p class="sc-8sy8yy-0 gEjFfS">Visit our other sites</p><div class="sc-1mc62z-0 dhqWor"><ul class="sc-1mc62z-0 sc-2qz573-0 cAlseb ixWLtE"><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="https://www.findmypast.co.uk/">Findmypast.co.uk</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="https://www.findmypast.ie/">Findmypast.ie</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="https://www.findmypast.com/">Findmypast.com</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="https://www.findmypast.com.au/">Findmypast.com.au</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="https://www.britishnewspaperarchive.co.uk/">The British Newspaper Archive</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="https://www.genesreunited.co.uk/">Genes Reunited</a></li></ul></div></div><div class="sc-1mc62z-0 ZOmIM"><div class="sc-1mc62z-0 jKYCEo"><p class="sc-8sy8yy-0 gEjFfS">Connect with us</p><div class="sc-1mc62z-0 dhqWor"><ul class="sc-1mc62z-0 sc-2qz573-0 cAlseb cPLjuQ"><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="/blog"><i class="sc-1mc62z-0 gKDicP"><svg viewBox="0 0 20 20" data-canopy-icon="" class="IconWrapper dyQfTT"><path fill="currentColor" d="M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zM5.556 5.556v2.36A7.059 7.059 0 0 1 12.639 15H15c0-5.206-4.238-9.444-9.444-9.444zm0 3.333v2.444A3.646 3.646 0 0 1 9.222 15h2.445c0-3.361-2.75-6.111-6.111-6.111zm0 3.333V15h2.777a2.777 2.777 0 0 0-2.777-2.778z"></path></svg></i>Read our blog</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="https://twitter.com/findmypast"><i class="sc-1mc62z-0 gKDicP"><svg viewBox="0 0 20 20" data-canopy-icon="" class="IconWrapper dyQfTT"><path fill="currentColor" d="M10 0c5.523 0 10 4.477 10 10 0 5.43-4.327 9.848-9.72 9.996L10 20C4.477 20 0 15.523 0 10S4.477 0 10 0zm2.071 5.641a2.204 2.204 0 0 0-2.152 2.702 6.278 6.278 0 0 1-4.553-2.3c-.58.99-.3 2.284.683 2.94a2.215 2.215 0 0 1-1-.276c-.025 1.02.709 1.973 1.771 2.185a2.212 2.212 0 0 1-.997.038 2.209 2.209 0 0 0 2.064 1.529 4.453 4.453 0 0 1-3.272.91c.979.625 2.14.99 3.387.99 4.102 0 6.42-3.451 6.28-6.547a4.48 4.48 0 0 0 1.103-1.14 4.427 4.427 0 0 1-1.27.347c.457-.272.807-.703.972-1.218a4.43 4.43 0 0 1-1.403.535 2.213 2.213 0 0 0-1.613-.695z"></path></svg></i>Twitter</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="https://www.facebook.com/findmypast"><i class="sc-1mc62z-0 gKDicP"><svg viewBox="0 0 20 20" data-canopy-icon="" class="IconWrapper dyQfTT"><path fill="currentColor" d="M10 0c5.523 0 10 4.477 10 10 0 5.43-4.327 9.848-9.72 9.996L10 20C4.477 20 0 15.523 0 10S4.477 0 10 0zm2.79 3.956h-1.686c-1.811 0-2.628.797-2.628 2.324v1.628H7.21v2.067h1.266v6.07h2.434V9.949h1.7l.18-2.041h-1.88V6.745c0-.48.098-.671.563-.671h1.317V3.956z"></path></svg></i>Facebook</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="https://www.instagram.com/findmypast/"><i class="sc-1mc62z-0 gKDicP"><svg viewBox="0 0 20 20" data-canopy-icon="" class="IconWrapper dyQfTT"><path fill="currentColor" d="M10 0c5.523 0 10 4.477 10 10 0 5.43-4.327 9.848-9.72 9.996L10 20C4.477 20 0 15.523 0 10S4.477 0 10 0zm0 4.517c-1.49 0-1.676.006-2.26.033-.584.027-.983.12-1.332.255-.36.14-.666.328-.97.633-.306.304-.493.61-.633.97-.136.35-.229.748-.255 1.332-.027.585-.033.771-.033 2.26 0 1.49.006 1.676.033 2.26.026.585.12.983.255 1.332.14.36.327.666.632.97.305.306.61.493.971.634.349.135.748.228 1.331.254.585.027.772.033 2.26.033 1.49 0 1.676-.006 2.261-.033.584-.026.982-.12 1.331-.254.36-.14.667-.328.971-.633.306-.305.493-.61.633-.971.136-.349.228-.747.255-1.331.027-.585.033-.772.033-2.26 0-1.49-.006-1.676-.033-2.261-.027-.584-.12-.982-.255-1.331a2.684 2.684 0 0 0-.633-.971 2.691 2.691 0 0 0-.97-.633c-.35-.136-.748-.228-1.332-.255-.585-.027-.771-.033-2.26-.033zm2.216 1.02c.534.025.824.114 1.017.19.256.098.44.217.631.409.192.192.31.375.41.63.075.194.164.484.19 1.019.024.546.03.73.031 1.983V10c0 1.464-.006 1.638-.032 2.216-.025.535-.114.825-.19 1.018-.098.256-.217.438-.409.63-.192.192-.375.311-.63.41-.194.076-.484.165-1.018.19-.547.024-.731.03-1.984.031H10c-1.464 0-1.638-.006-2.216-.032-.534-.024-.825-.113-1.018-.189a1.695 1.695 0 0 1-.63-.41 1.703 1.703 0 0 1-.41-.63c-.076-.193-.165-.483-.19-1.018-.024-.546-.03-.731-.031-1.983V10c0-1.464.006-1.637.032-2.215.024-.535.113-.825.189-1.018.099-.256.218-.44.41-.631.192-.192.374-.31.63-.41.193-.075.484-.164 1.018-.19.546-.024.731-.03 1.983-.031H10c1.464 0 1.637.006 2.216.032zM10 7.185a2.816 2.816 0 1 0 0 5.63 2.816 2.816 0 0 0 0-5.63zm0 .988a1.827 1.827 0 1 1 0 3.655 1.827 1.827 0 0 1 0-3.655z"></path></svg></i>Instagram</a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a class="sc-1f24ugd-2 jOUOKN" href="https://www.youtube.com/user/findmypast?feature=mhum"><i class="sc-1mc62z-0 gKDicP"><svg viewBox="0 0 20 20" data-canopy-icon="" class="IconWrapper dyQfTT"><path fill="currentColor" d="M10 0c5.523 0 10 4.478 10 10 0 5.43-4.327 9.848-9.72 9.996L10 20C4.477 20 0 15.523 0 10 0 4.478 4.477 0 10 0zm.327 5.255h-.389c-.775.005-3.641.037-4.438.271-.51.15-.912.59-1.049 1.149-.215.88-.243 2.594-.247 3.026v.202c.004.432.032 2.145.247 3.026.137.56.539 1 1.049 1.149.829.243 3.895.268 4.52.27h.33c.807-.005 3.626-.038 4.415-.27.51-.15.912-.59 1.049-1.149.226-.925.245-2.768.247-3.081v-.092c-.002-.313-.021-2.156-.247-3.081-.137-.56-.539-1-1.049-1.149-.797-.234-3.662-.266-4.438-.27zm-.99 2.628l3.375 1.92-3.374 1.918V7.883z"></path></svg></i>YouTube</a></li></ul></div></div><div class="sc-1mc62z-0 jKYCEo"><p class="sc-8sy8yy-0 gEjFfS">Download our app</p><div class="sc-1mc62z-0 dhqWor"><ul class="sc-1mc62z-0 sc-2qz573-0 cAlseb ixWLtE"><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a aria-label="Download our app on the Apple App Store" class="sc-1f24ugd-4 cQeJPT" href="https://apps.apple.com/gb/app/findmypast/id1444898210"><picture class="sc-199ijl2-0 eQNrhc"><source srcSet="https://d3nd02ak4v4ued.cloudfront.net/titan/dist/app-store-185f4.webp, https://d3nd02ak4v4ued.cloudfront.net/titan/dist/app-store@2x-e705c.webp 2x,https://d3nd02ak4v4ued.cloudfront.net/titan/dist/app-store@3x-9ecfe.webp 3x" type="image/webp"/><img alt="" src="https://d3nd02ak4v4ued.cloudfront.net/titan/dist/app-store-185f4.png" srcSet="https://d3nd02ak4v4ued.cloudfront.net/titan/dist/app-store@2x-e705c.png 2x,https://d3nd02ak4v4ued.cloudfront.net/titan/dist/app-store@3x-9ecfe.png 3x" class="sc-1mc62z-0 eyDfhS"/></picture></a></li><li class="sc-1mc62z-0 sc-2qz573-1 eKOErB"><a aria-label="Download our app on Google Play" class="sc-1f24ugd-4 cQeJPT" href="https://play.google.com/store/apps/details?id=com.findmypast.prod&amp;hl=en_GB"><picture class="sc-199ijl2-0 eQNrhc"><source srcSet="https://d3nd02ak4v4ued.cloudfront.net/titan/dist/play-3d367.webp, https://d3nd02ak4v4ued.cloudfront.net/titan/dist/play@2x-5ae6d.webp 2x,https://d3nd02ak4v4ued.cloudfront.net/titan/dist/play@3x-e1693.webp 3x" type="image/webp"/><img alt="" src="https://d3nd02ak4v4ued.cloudfront.net/titan/dist/play-3d367.png" srcSet="https://d3nd02ak4v4ued.cloudfront.net/titan/dist/play@2x-5ae6d.png 2x,https://d3nd02ak4v4ued.cloudfront.net/titan/dist/play@3x-e1693.png 3x" class="sc-1mc62z-0 eyDfhS"/></picture></a></li></ul></div></div></div></div><div class="sc-1mc62z-0 gLgGaF">©<!-- -->2022<!-- --> Findmypast</div></div></footer></div></div></div><div id="preloadedData" style="display:none">{&quot;hostname&quot;:&quot;www.findmypast.co.uk&quot;,&quot;user&quot;:{&quot;ip_address&quot;:&quot;74.125.76.90&quot;,&quot;ldKey&quot;:&quot;ea600bb3-fb0b-48c4-b226-ccb0a4c7d29a&quot;,&quot;analytics&quot;:{&quot;tree&quot;:&quot;unknown&quot;,&quot;person_count&quot;:&quot;unknown&quot;,&quot;login_status&quot;:&quot;false&quot;,&quot;gedcom_user&quot;:&quot;unknown&quot;,&quot;free_tree_hints_remaining&quot;:3,&quot;is_library&quot;:&quot;false&quot;,&quot;current_relationship_type&quot;:[],&quot;length_relationship_days&quot;:null,&quot;free_trial&quot;:&quot;False&quot;,&quot;titan&quot;:true}},&quot;apolloState&quot;:{&quot;FeatureToggle:auth0-password-reset-flow&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;auth0-password-reset-flow&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:auth0-standalone-security-settings-page&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;auth0-standalone-security-settings-page&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:block-registration-screen&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;block-registration-screen&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:ci-integration-test&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;ci-integration-test&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:create-a-tree-after-purchase&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;create-a-tree-after-purchase&quot;,&quot;variation&quot;:{&quot;experimentId&quot;:&quot;8n_VIR6sRg2u80pa8dOIaA&quot;,&quot;experimentName&quot;:&quot;The-Lab-Encourage-Users-To-Create-A-Tree-After-Purchase-March-22&quot;,&quot;inExperiment&quot;:true,&quot;variant&quot;:1}},&quot;FeatureToggle:dashboard-dna-progress-stepper&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;dashboard-dna-progress-stepper&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:dashboard-show-sub-heading&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;dashboard-show-sub-heading&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:disable-filmstrip-feature&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;disable-filmstrip-feature&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:disable-ppv-payments-in-drawer&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;disable-ppv-payments-in-drawer&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:display-add-fact-on-drawer&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;display-add-fact-on-drawer&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:display-facts-and-events-on-drawer&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;display-facts-and-events-on-drawer&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:dna-black-friday-promo&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;dna-black-friday-promo&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:enable-1921-address-search&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;enable-1921-address-search&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:enable-1921-transcript-error-report-page&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;enable-1921-transcript-error-report-page&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:enable-1939-close-record-page&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;enable-1939-close-record-page&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:enable-file-attachment-1921-close-record-page&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;enable-file-attachment-1921-close-record-page&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:enable-kafka-transactional-email-events&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;enable-kafka-transactional-email-events&quot;,&quot;variation&quot;:&quot;true&quot;},&quot;FeatureToggle:enable-old-browser-deprecation-banner&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;enable-old-browser-deprecation-banner&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:enable-private-messaging&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;enable-private-messaging&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:enable-private-messaging-emojis&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;enable-private-messaging-emojis&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:enable-private-messaging-inbox&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;enable-private-messaging-inbox&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:enable-private-messaging-unread-indicator&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;enable-private-messaging-unread-indicator&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:enable-search-free-to-view-newspaper&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;enable-search-free-to-view-newspaper&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:example-tree-ui&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;example-tree-ui&quot;,&quot;variation&quot;:&quot;{\&quot;experimentId\&quot;:\&quot;DwgDrZkhTSm4V7YNpdl4zw\&quot;,\&quot;experimentName\&quot;:\&quot;example-tree-ui\&quot;,\&quot;variant\&quot;:1}&quot;},&quot;FeatureToggle:flipper-database&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;flipper-database&quot;,&quot;variation&quot;:0},&quot;FeatureToggle:free-access&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;free-access&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:funnel-onboarding-in-the-tree&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;funnel-onboarding-in-the-tree&quot;,&quot;variation&quot;:{&quot;experimentId&quot;:&quot;eC8Sw8PsS6-rXJti7d3nog&quot;,&quot;experimentName&quot;:&quot;The-Lab-Funnel-Active-Onboarding-InThe-Tree-April-22-v3&quot;,&quot;inExperiment&quot;:true,&quot;variant&quot;:0}},&quot;FeatureToggle:gedcom-import-available&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;gedcom-import-available&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:gift-subscription&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;gift-subscription&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:hint-ftu-tooltip-v3&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;hint-ftu-tooltip-v3&quot;,&quot;variation&quot;:&quot;false&quot;},&quot;FeatureToggle:layout-cards-in-upgrade-experiment&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;layout-cards-in-upgrade-experiment&quot;,&quot;variation&quot;:{&quot;variant&quot;:2,&quot;experimentId&quot;:&quot;aTm6jyTuTN6CePINxjgVUg&quot;,&quot;experimentName&quot;:&quot;Aurum-Layout-For-Cards-In-Upgrade-April-22&quot;,&quot;inExperiment&quot;:true}},&quot;FeatureToggle:library-hide-member-specific-options&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;library-hide-member-specific-options&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:library-view&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;library-view&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:lucky-bamboo&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;lucky-bamboo&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:migrate-lapsed-legacy-users&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;migrate-lapsed-legacy-users&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:new-layout-cards-in-update-experiment&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;new-layout-cards-in-update-experiment&quot;,&quot;variation&quot;:&quot;A&quot;},&quot;FeatureToggle:op-use-cdn&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;op-use-cdn&quot;,&quot;variation&quot;:&quot;true&quot;},&quot;FeatureToggle:record-merge-counts-experiment&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;record-merge-counts-experiment&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:record-search-zendesk-live-chat&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;record-search-zendesk-live-chat&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:search-predictive-count&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;search-predictive-count&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:search-results-create-a-tree-modals&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;search-results-create-a-tree-modals&quot;,&quot;variation&quot;:{}},&quot;FeatureToggle:search-results-facet-counts&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;search-results-facet-counts&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:search-tree&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;search-tree&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:show-1921-census-offer-banner&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;show-1921-census-offer-banner&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:show-add-existing-relative&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;show-add-existing-relative&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:show-navigation-button-for-new-profile-page&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;show-navigation-button-for-new-profile-page&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:show-trustpilot-widget&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;show-trustpilot-widget&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:stories-experiment-legacy-tree&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;stories-experiment-legacy-tree&quot;,&quot;variation&quot;:&quot;excluded&quot;},&quot;FeatureToggle:subscribe-page-free-dna-kit&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;subscribe-page-free-dna-kit&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:suggested-nodes&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;suggested-nodes&quot;,&quot;variation&quot;:{&quot;experimentName&quot;:&quot;Beehive-Free-Hints-Suggested-Spouse-March-22-v2&quot;,&quot;variant&quot;:1,&quot;experimentId&quot;:&quot;LrYuaVubSG2MAZNodLDJww&quot;}},&quot;FeatureToggle:titan-search-results-error-message&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;titan-search-results-error-message&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:titan-use-launchdarkly-sdk&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;titan-use-launchdarkly-sdk&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:use-1-12-plans-in-subscribe-and-upgrade-pages&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;use-1-12-plans-in-subscribe-and-upgrade-pages&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:use-google-recaptcha&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;use-google-recaptcha&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:1921-discount&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;1921-discount&quot;,&quot;variation&quot;:&quot;{\&quot;label\&quot;:\&quot;\&quot;,\&quot;discount\&quot;:0,\&quot;enabled\&quot;:false}&quot;},&quot;FeatureToggle:acorn-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;acorn-log-level&quot;,&quot;variation&quot;:&quot;warn&quot;},&quot;FeatureToggle:ajw-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;ajw-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:ajw-test-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;ajw-test-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:all-recordsets-enable-debug&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;all-recordsets-enable-debug&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:analytics-api-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;analytics-api-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:antraxx-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;antraxx-log-level&quot;,&quot;variation&quot;:&quot;error&quot;},&quot;FeatureToggle:apptest-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;apptest-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:asset-service-proxy-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;asset-service-proxy-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:athena-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;athena-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:atitest-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;atitest-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:bdd-doc-store-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;bdd-doc-store-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:birth-date-newspaper-recipe-enable&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;birth-date-newspaper-recipe-enable&quot;,&quot;variation&quot;:&quot;true&quot;},&quot;FeatureToggle:birth-date-newspaper-recipe-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;birth-date-newspaper-recipe-log-level&quot;,&quot;variation&quot;:&quot;warn&quot;},&quot;FeatureToggle:blizzard-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;blizzard-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:bna-workflow-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;bna-workflow-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:brat-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;brat-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:catholic-heritage-archive-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;catholic-heritage-archive-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:chaostest-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;chaostest-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:chargebacks-ui-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;chargebacks-ui-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:culture-club-bot-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;culture-club-bot-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:cupid-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;cupid-log-level&quot;,&quot;variation&quot;:&quot;warn&quot;},&quot;FeatureToggle:cupid-matches&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;cupid-matches&quot;,&quot;variation&quot;:&quot;on&quot;},&quot;FeatureToggle:curated-world-events-recipe-enable&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;curated-world-events-recipe-enable&quot;,&quot;variation&quot;:&quot;true&quot;},&quot;FeatureToggle:curated-world-events-recipe-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;curated-world-events-recipe-log-level&quot;,&quot;variation&quot;:&quot;error&quot;},&quot;FeatureToggle:customer-service-app-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;customer-service-app-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:dashboard-banner-kill-swtich&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;dashboard-banner-kill-swtich&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:data-catalogue-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;data-catalogue-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:dataset-search-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;dataset-search-log-level&quot;,&quot;variation&quot;:&quot;warn&quot;},&quot;FeatureToggle:death-date-updater-stream-processor-enable&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;death-date-updater-stream-processor-enable&quot;,&quot;variation&quot;:&quot;true&quot;},&quot;FeatureToggle:death-date-updater-stream-processor-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;death-date-updater-stream-processor-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:delete-me-service-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;delete-me-service-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:disable-already-seen-ticks&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;disable-already-seen-ticks&quot;,&quot;variation&quot;:&quot;false&quot;},&quot;FeatureToggle:disable-suggested-records&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;disable-suggested-records&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:disable-tree-features-on-the-transcript-page&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;disable-tree-features-on-the-transcript-page&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:disable-tree-tile&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;disable-tree-tile&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:disable-usage-limit-checks&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;disable-usage-limit-checks&quot;,&quot;variation&quot;:&quot;false&quot;},&quot;FeatureToggle:display-hint-notification-tile&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;display-hint-notification-tile&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:ecomm-gate-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;ecomm-gate-log-level&quot;,&quot;variation&quot;:&quot;info&quot;},&quot;FeatureToggle:enable-logged-in-1921-library-access&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;enable-logged-in-1921-library-access&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:enable-maintenance-banner-for-all-applicable-pages&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;enable-maintenance-banner-for-all-applicable-pages&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:enable-maintenance-banner-for-logged-in-homepage&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;enable-maintenance-banner-for-logged-in-homepage&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:enable-maintenance-banner-for-payment-pages&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;enable-maintenance-banner-for-payment-pages&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:enable-maintenance-banner-for-search&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;enable-maintenance-banner-for-search&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:enable-maintenance-banner-for-sign-in-and-register&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;enable-maintenance-banner-for-sign-in-and-register&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:enable-maintenance-banner-for-tree&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;enable-maintenance-banner-for-tree&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:enable-maintenance-banner-for-treematches-disable-node-transcript-fetching&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;enable-maintenance-banner-for-treematches-disable-node-transcript-fetching&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:fact-change-processor-enable-consumer&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;fact-change-processor-enable-consumer&quot;,&quot;variation&quot;:&quot;true&quot;},&quot;FeatureToggle:fact-change-processor-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;fact-change-processor-log-level&quot;,&quot;variation&quot;:&quot;warn&quot;},&quot;FeatureToggle:family-fact-change-processor-enable-consumer&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;family-fact-change-processor-enable-consumer&quot;,&quot;variation&quot;:&quot;true&quot;},&quot;FeatureToggle:family-fact-change-processor-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;family-fact-change-processor-log-level&quot;,&quot;variation&quot;:&quot;warn&quot;},&quot;FeatureToggle:family-search-test-environment&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;family-search-test-environment&quot;,&quot;variation&quot;:&quot;beta&quot;},&quot;FeatureToggle:familysearch-treematches-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;familysearch-treematches-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:first-xmas-newspaper-cover-recipe-enable&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;first-xmas-newspaper-cover-recipe-enable&quot;,&quot;variation&quot;:&quot;true&quot;},&quot;FeatureToggle:first-xmas-newspaper-cover-recipe-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;first-xmas-newspaper-cover-recipe-log-level&quot;,&quot;variation&quot;:&quot;error&quot;},&quot;FeatureToggle:flipper-consistency&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;flipper-consistency&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:gdpr-deletion-service-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;gdpr-deletion-service-log-level&quot;,&quot;variation&quot;:&quot;error&quot;},&quot;FeatureToggle:gedcom-stats-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;gedcom-stats-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:general-newspaper-cover-recipe-enable&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;general-newspaper-cover-recipe-enable&quot;,&quot;variation&quot;:&quot;false&quot;},&quot;FeatureToggle:general-newspaper-cover-recipe-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;general-newspaper-cover-recipe-log-level&quot;,&quot;variation&quot;:&quot;error&quot;},&quot;FeatureToggle:generator-test-recipe-enable&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;generator-test-recipe-enable&quot;,&quot;variation&quot;:&quot;false&quot;},&quot;FeatureToggle:generator-test-recipe-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;generator-test-recipe-log-level&quot;,&quot;variation&quot;:&quot;error&quot;},&quot;FeatureToggle:genesis-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;genesis-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:geodude-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;geodude-log-level&quot;,&quot;variation&quot;:&quot;warn&quot;},&quot;FeatureToggle:graphql-schema-manager-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;graphql-schema-manager-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:hannibal-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;hannibal-log-level&quot;,&quot;variation&quot;:&quot;warn&quot;},&quot;FeatureToggle:havana-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;havana-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:hint-polling&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;hint-polling&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:hint-polling-kill-switch&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;hint-polling-kill-switch&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:hints-analytics-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;hints-analytics-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:hints-management-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;hints-management-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:hints-ui-component-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;hints-ui-component-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:hints-ui-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;hints-ui-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:image-cache-warmer-processor-enable&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;image-cache-warmer-processor-enable&quot;,&quot;variation&quot;:&quot;false&quot;},&quot;FeatureToggle:image-cache-warmer-processor-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;image-cache-warmer-processor-log-level&quot;,&quot;variation&quot;:&quot;error&quot;},&quot;FeatureToggle:irma-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;irma-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:janus-fs-enabled&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;janus-fs-enabled&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:janus-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;janus-log-level&quot;,&quot;variation&quot;:&quot;warn&quot;},&quot;FeatureToggle:jd-delete-me-5-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;jd-delete-me-5-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:jigsaw-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;jigsaw-log-level&quot;,&quot;variation&quot;:&quot;warn&quot;},&quot;FeatureToggle:jigsaw-node-updated-rabbitmq-hint-message&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;jigsaw-node-updated-rabbitmq-hint-message&quot;,&quot;variation&quot;:&quot;on&quot;},&quot;FeatureToggle:jigsaw-nodes-in-view-kafka-messaging&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;jigsaw-nodes-in-view-kafka-messaging&quot;,&quot;variation&quot;:&quot;on&quot;},&quot;FeatureToggle:jira-tools-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;jira-tools-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:kbstest-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;kbstest-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:kubetest-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;kubetest-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:landing-page-canopy-components-optog&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;landing-page-canopy-components-optog&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:librarian-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;librarian-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:marriage-date-newspaper-cover-recipe-enable&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;marriage-date-newspaper-cover-recipe-enable&quot;,&quot;variation&quot;:&quot;true&quot;},&quot;FeatureToggle:marriage-date-newspaper-cover-recipe-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;marriage-date-newspaper-cover-recipe-log-level&quot;,&quot;variation&quot;:&quot;warn&quot;},&quot;FeatureToggle:member-event-stream-processor-enable&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;member-event-stream-processor-enable&quot;,&quot;variation&quot;:&quot;true&quot;},&quot;FeatureToggle:member-event-stream-processor-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;member-event-stream-processor-log-level&quot;,&quot;variation&quot;:&quot;warn&quot;},&quot;FeatureToggle:merckx-enable-delete-old-notifications&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;merckx-enable-delete-old-notifications&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:merckx-enable-generate-notifications-producer&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;merckx-enable-generate-notifications-producer&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:merckx-enable-production-of-first-and-normal-hints&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;merckx-enable-production-of-first-and-normal-hints&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:merckx-enable-selligent-api-communication&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;merckx-enable-selligent-api-communication&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:merckx-generate-notifications-consumer-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;merckx-generate-notifications-consumer-log-level&quot;,&quot;variation&quot;:&quot;trace&quot;},&quot;FeatureToggle:merckx-graphql-api-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;merckx-graphql-api-log-level&quot;,&quot;variation&quot;:&quot;info&quot;},&quot;FeatureToggle:merckx-hint-actions-upload&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;merckx-hint-actions-upload&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:merckx-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;merckx-log-level&quot;,&quot;variation&quot;:&quot;warn&quot;},&quot;FeatureToggle:merckx-max-topic-dependency-level-to-consume&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;merckx-max-topic-dependency-level-to-consume&quot;,&quot;variation&quot;:&quot;no-restrictions&quot;},&quot;FeatureToggle:merckx-private-messaging-analytics-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;merckx-private-messaging-analytics-log-level&quot;,&quot;variation&quot;:&quot;trace&quot;},&quot;FeatureToggle:merckx-private-messaging-emails-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;merckx-private-messaging-emails-log-level&quot;,&quot;variation&quot;:&quot;trace&quot;},&quot;FeatureToggle:merckx-relation-service-consumer-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;merckx-relation-service-consumer-log-level&quot;,&quot;variation&quot;:&quot;trace&quot;},&quot;FeatureToggle:merckx-should-consume-fulfillments-topic&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;merckx-should-consume-fulfillments-topic&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:merckx-should-consume-hint-notification-topic&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;merckx-should-consume-hint-notification-topic&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:merckx-should-consume-transactional-email-topic&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;merckx-should-consume-transactional-email-topic&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:merckx-should-consume-transcription-error-corrections&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;merckx-should-consume-transcription-error-corrections&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:merckx-should-produce-transcription-error-processed-emails&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;merckx-should-produce-transcription-error-processed-emails&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:merckx-transactional-emails-upload&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;merckx-transactional-emails-upload&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:metier-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;metier-log-level&quot;,&quot;variation&quot;:&quot;warn&quot;},&quot;FeatureToggle:microservice-manager-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;microservice-manager-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:microservice-manager-messaging&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;microservice-manager-messaging&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:mike-test-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;mike-test-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:ml_jupyter-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;ml_jupyter-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:mock-purchase-record-recurly-response-for-load-test-users&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;mock-purchase-record-recurly-response-for-load-test-users&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:my-best-service-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;my-best-service-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:my-test-service-jd-1-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;my-test-service-jd-1-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:myapp-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;myapp-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:myoverapp-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;myoverapp-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:mytestapp-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;mytestapp-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:name-directory-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;name-directory-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:new-titan-marshal&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;new-titan-marshal&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:node-antracks-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;node-antracks-log-level&quot;,&quot;variation&quot;:&quot;warn&quot;},&quot;FeatureToggle:node-backfill-filter-stream-processor-enable&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;node-backfill-filter-stream-processor-enable&quot;,&quot;variation&quot;:&quot;true&quot;},&quot;FeatureToggle:node-backfill-filter-stream-processor-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;node-backfill-filter-stream-processor-log-level&quot;,&quot;variation&quot;:&quot;error&quot;},&quot;FeatureToggle:node-family-fact-change-generator-stream-processor-enable&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;node-family-fact-change-generator-stream-processor-enable&quot;,&quot;variation&quot;:&quot;true&quot;},&quot;FeatureToggle:node-family-fact-change-generator-stream-processor-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;node-family-fact-change-generator-stream-processor-log-level&quot;,&quot;variation&quot;:&quot;error&quot;},&quot;FeatureToggle:node-generator-test-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;node-generator-test-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:node-person-fact-change-generator-stream-processor-enable&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;node-person-fact-change-generator-stream-processor-enable&quot;,&quot;variation&quot;:&quot;true&quot;},&quot;FeatureToggle:node-person-fact-change-generator-stream-processor-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;node-person-fact-change-generator-stream-processor-log-level&quot;,&quot;variation&quot;:&quot;error&quot;},&quot;FeatureToggle:nodetestapp-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;nodetestapp-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:number-of-relatives-to-hint-on&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;number-of-relatives-to-hint-on&quot;,&quot;variation&quot;:&quot;3&quot;},&quot;FeatureToggle:opa-bundle-api-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;opa-bundle-api-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:ops-flipper-log-info&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;ops-flipper-log-info&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:ops-flipper-use-datalayer-cache&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;ops-flipper-use-datalayer-cache&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:ops-tweety-pie-log-debug&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;ops-tweety-pie-log-debug&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:orson-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;orson-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:paperboy-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;paperboy-log-level&quot;,&quot;variation&quot;:&quot;warn&quot;},&quot;FeatureToggle:paypal-au-us-autorenewal&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;paypal-au-us-autorenewal&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:pierce-test-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;pierce-test-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:plutus-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;plutus-log-level&quot;,&quot;variation&quot;:&quot;warn&quot;},&quot;FeatureToggle:razer-enable-1921-threshold-notifications&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;razer-enable-1921-threshold-notifications&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:razer-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;razer-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:recruitment-proxy-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;recruitment-proxy-log-level&quot;,&quot;variation&quot;:&quot;info&quot;},&quot;FeatureToggle:redirect-to-auth0-logout&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;redirect-to-auth0-logout&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:regenerate-relatives-hints&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;regenerate-relatives-hints&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:relation-person-to-bio-processor-enable&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;relation-person-to-bio-processor-enable&quot;,&quot;variation&quot;:&quot;true&quot;},&quot;FeatureToggle:relation-person-to-bio-processor-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;relation-person-to-bio-processor-log-level&quot;,&quot;variation&quot;:&quot;error&quot;},&quot;FeatureToggle:rollback-test-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;rollback-test-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:sapi-config-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;sapi-config-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:sapi-reingest-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;sapi-reingest-log-level&quot;,&quot;variation&quot;:&quot;info&quot;},&quot;FeatureToggle:selenium-paypal-testing&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;selenium-paypal-testing&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:session-start-backfill-filter-enable&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;session-start-backfill-filter-enable&quot;,&quot;variation&quot;:&quot;false&quot;},&quot;FeatureToggle:session-start-backfill-filter-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;session-start-backfill-filter-log-level&quot;,&quot;variation&quot;:&quot;warn&quot;},&quot;FeatureToggle:show-poppy&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;show-poppy&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:sixteenth-birthday-recipe-enable&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;sixteenth-birthday-recipe-enable&quot;,&quot;variation&quot;:&quot;true&quot;},&quot;FeatureToggle:sixteenth-birthday-recipe-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;sixteenth-birthday-recipe-log-level&quot;,&quot;variation&quot;:&quot;error&quot;},&quot;FeatureToggle:snoopy-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;snoopy-log-level&quot;,&quot;variation&quot;:&quot;error&quot;},&quot;FeatureToggle:solr_trees_ingest-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;solr_trees_ingest-log-level&quot;,&quot;variation&quot;:&quot;info&quot;},&quot;FeatureToggle:sparkle-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;sparkle-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:split-io-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;split-io-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:squirrel-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;squirrel-log-level&quot;,&quot;variation&quot;:&quot;warn&quot;},&quot;FeatureToggle:ssr-for-titan&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;ssr-for-titan&quot;,&quot;variation&quot;:&quot;ssr-disabled-for-authenticated-users&quot;},&quot;FeatureToggle:starting-secondary-school-recipe-enable&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;starting-secondary-school-recipe-enable&quot;,&quot;variation&quot;:&quot;true&quot;},&quot;FeatureToggle:starting-secondary-school-recipe-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;starting-secondary-school-recipe-log-level&quot;,&quot;variation&quot;:&quot;error&quot;},&quot;FeatureToggle:story-count-polling&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;story-count-polling&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:story-count-polling-kill-switch&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;story-count-polling-kill-switch&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:story-generation-killswitch&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;story-generation-killswitch&quot;,&quot;variation&quot;:&quot;false&quot;},&quot;FeatureToggle:story-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;story-log-level&quot;,&quot;variation&quot;:&quot;error&quot;},&quot;FeatureToggle:story-scorer-enable&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;story-scorer-enable&quot;,&quot;variation&quot;:&quot;true&quot;},&quot;FeatureToggle:story-scorer-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;story-scorer-log-level&quot;,&quot;variation&quot;:&quot;error&quot;},&quot;FeatureToggle:story-update-processor-enable-consumer&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;story-update-processor-enable-consumer&quot;,&quot;variation&quot;:&quot;true&quot;},&quot;FeatureToggle:story-update-processor-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;story-update-processor-log-level&quot;,&quot;variation&quot;:&quot;warn&quot;},&quot;FeatureToggle:test-project-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;test-project-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:test-service-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;test-service-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:test_project-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;test_project-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:testmee-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;testmee-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:testproject-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;testproject-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:titan-disable-bapi-adapter&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;titan-disable-bapi-adapter&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:titan-disable-missing-recordmetadataid-fallback&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;titan-disable-missing-recordmetadataid-fallback&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:titan-disable-sapi-adapter&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;titan-disable-sapi-adapter&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:titan-disable-zendesk-chat&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;titan-disable-zendesk-chat&quot;,&quot;variation&quot;:true},&quot;FeatureToggle:torb-test-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;torb-test-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:tree-delete-processor-stream-processor-enable&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;tree-delete-processor-stream-processor-enable&quot;,&quot;variation&quot;:&quot;true&quot;},&quot;FeatureToggle:tree-delete-processor-stream-processor-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;tree-delete-processor-stream-processor-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:treematches-disable-node-transcript-fetching&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;treematches-disable-node-transcript-fetching&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:treematches-disable-tree-search&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;treematches-disable-tree-search&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:treematches-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;treematches-log-level&quot;,&quot;variation&quot;:&quot;warn&quot;},&quot;FeatureToggle:true-north-bot-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;true-north-bot-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:ttt-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;ttt-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:twenty-first-birthday-newspaper-cover-recipe-enable&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;twenty-first-birthday-newspaper-cover-recipe-enable&quot;,&quot;variation&quot;:&quot;true&quot;},&quot;FeatureToggle:twenty-first-birthday-newspaper-cover-recipe-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;twenty-first-birthday-newspaper-cover-recipe-log-level&quot;,&quot;variation&quot;:&quot;error&quot;},&quot;FeatureToggle:use-ecomm-gate-for-free-sub-redemption&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;use-ecomm-gate-for-free-sub-redemption&quot;,&quot;variation&quot;:&quot;true&quot;},&quot;FeatureToggle:use-special-case-1921-fulfillment-availability&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;use-special-case-1921-fulfillment-availability&quot;,&quot;variation&quot;:false},&quot;FeatureToggle:voyager-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;voyager-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:whodis-auth0-instrumentation-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;whodis-auth0-instrumentation-log-level&quot;,&quot;variation&quot;:&quot;error&quot;},&quot;FeatureToggle:whodis-gdpr-deletion-consumer-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;whodis-gdpr-deletion-consumer-log-level&quot;,&quot;variation&quot;:&quot;debug&quot;},&quot;FeatureToggle:whodis-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;whodis-log-level&quot;,&quot;variation&quot;:&quot;error&quot;},&quot;FeatureToggle:whodis-log-streamer-log-level&quot;:{&quot;__typename&quot;:&quot;FeatureToggle&quot;,&quot;id&quot;:&quot;whodis-log-streamer-log-level&quot;,&quot;variation&quot;:&quot;error&quot;},&quot;ROOT_QUERY&quot;:{&quot;__typename&quot;:&quot;Query&quot;,&quot;featureToggles({})&quot;:[{&quot;__ref&quot;:&quot;FeatureToggle:auth0-password-reset-flow&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:auth0-standalone-security-settings-page&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:block-registration-screen&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:ci-integration-test&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:create-a-tree-after-purchase&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:dashboard-dna-progress-stepper&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:dashboard-show-sub-heading&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:disable-filmstrip-feature&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:disable-ppv-payments-in-drawer&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:display-add-fact-on-drawer&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:display-facts-and-events-on-drawer&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:dna-black-friday-promo&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:enable-1921-address-search&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:enable-1921-transcript-error-report-page&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:enable-1939-close-record-page&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:enable-file-attachment-1921-close-record-page&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:enable-kafka-transactional-email-events&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:enable-old-browser-deprecation-banner&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:enable-private-messaging&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:enable-private-messaging-emojis&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:enable-private-messaging-inbox&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:enable-private-messaging-unread-indicator&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:enable-search-free-to-view-newspaper&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:example-tree-ui&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:flipper-database&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:free-access&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:funnel-onboarding-in-the-tree&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:gedcom-import-available&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:gift-subscription&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:hint-ftu-tooltip-v3&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:layout-cards-in-upgrade-experiment&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:library-hide-member-specific-options&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:library-view&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:lucky-bamboo&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:migrate-lapsed-legacy-users&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:new-layout-cards-in-update-experiment&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:op-use-cdn&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:record-merge-counts-experiment&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:record-search-zendesk-live-chat&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:search-predictive-count&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:search-results-create-a-tree-modals&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:search-results-facet-counts&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:search-tree&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:show-1921-census-offer-banner&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:show-add-existing-relative&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:show-navigation-button-for-new-profile-page&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:show-trustpilot-widget&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:stories-experiment-legacy-tree&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:subscribe-page-free-dna-kit&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:suggested-nodes&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:titan-search-results-error-message&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:titan-use-launchdarkly-sdk&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:use-1-12-plans-in-subscribe-and-upgrade-pages&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:use-google-recaptcha&quot;}],&quot;operationalToggles({})&quot;:[{&quot;__ref&quot;:&quot;FeatureToggle:1921-discount&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:acorn-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:ajw-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:ajw-test-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:all-recordsets-enable-debug&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:analytics-api-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:antraxx-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:apptest-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:asset-service-proxy-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:athena-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:atitest-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:bdd-doc-store-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:birth-date-newspaper-recipe-enable&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:birth-date-newspaper-recipe-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:blizzard-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:bna-workflow-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:brat-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:catholic-heritage-archive-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:chaostest-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:chargebacks-ui-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:culture-club-bot-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:cupid-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:cupid-matches&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:curated-world-events-recipe-enable&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:curated-world-events-recipe-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:customer-service-app-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:dashboard-banner-kill-swtich&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:data-catalogue-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:dataset-search-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:death-date-updater-stream-processor-enable&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:death-date-updater-stream-processor-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:delete-me-service-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:disable-already-seen-ticks&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:disable-suggested-records&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:disable-tree-features-on-the-transcript-page&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:disable-tree-tile&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:disable-usage-limit-checks&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:display-hint-notification-tile&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:ecomm-gate-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:enable-logged-in-1921-library-access&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:enable-maintenance-banner-for-all-applicable-pages&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:enable-maintenance-banner-for-logged-in-homepage&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:enable-maintenance-banner-for-payment-pages&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:enable-maintenance-banner-for-search&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:enable-maintenance-banner-for-sign-in-and-register&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:enable-maintenance-banner-for-tree&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:enable-maintenance-banner-for-treematches-disable-node-transcript-fetching&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:fact-change-processor-enable-consumer&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:fact-change-processor-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:family-fact-change-processor-enable-consumer&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:family-fact-change-processor-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:family-search-test-environment&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:familysearch-treematches-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:first-xmas-newspaper-cover-recipe-enable&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:first-xmas-newspaper-cover-recipe-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:flipper-consistency&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:gdpr-deletion-service-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:gedcom-stats-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:general-newspaper-cover-recipe-enable&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:general-newspaper-cover-recipe-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:generator-test-recipe-enable&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:generator-test-recipe-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:genesis-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:geodude-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:graphql-schema-manager-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:hannibal-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:havana-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:hint-polling&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:hint-polling-kill-switch&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:hints-analytics-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:hints-management-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:hints-ui-component-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:hints-ui-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:image-cache-warmer-processor-enable&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:image-cache-warmer-processor-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:irma-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:janus-fs-enabled&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:janus-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:jd-delete-me-5-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:jigsaw-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:jigsaw-node-updated-rabbitmq-hint-message&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:jigsaw-nodes-in-view-kafka-messaging&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:jira-tools-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:kbstest-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:kubetest-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:landing-page-canopy-components-optog&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:librarian-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:marriage-date-newspaper-cover-recipe-enable&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:marriage-date-newspaper-cover-recipe-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:member-event-stream-processor-enable&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:member-event-stream-processor-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:merckx-enable-delete-old-notifications&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:merckx-enable-generate-notifications-producer&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:merckx-enable-production-of-first-and-normal-hints&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:merckx-enable-selligent-api-communication&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:merckx-generate-notifications-consumer-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:merckx-graphql-api-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:merckx-hint-actions-upload&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:merckx-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:merckx-max-topic-dependency-level-to-consume&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:merckx-private-messaging-analytics-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:merckx-private-messaging-emails-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:merckx-relation-service-consumer-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:merckx-should-consume-fulfillments-topic&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:merckx-should-consume-hint-notification-topic&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:merckx-should-consume-transactional-email-topic&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:merckx-should-consume-transcription-error-corrections&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:merckx-should-produce-transcription-error-processed-emails&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:merckx-transactional-emails-upload&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:metier-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:microservice-manager-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:microservice-manager-messaging&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:mike-test-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:ml_jupyter-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:mock-purchase-record-recurly-response-for-load-test-users&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:my-best-service-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:my-test-service-jd-1-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:myapp-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:myoverapp-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:mytestapp-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:name-directory-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:new-titan-marshal&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:node-antracks-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:node-backfill-filter-stream-processor-enable&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:node-backfill-filter-stream-processor-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:node-family-fact-change-generator-stream-processor-enable&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:node-family-fact-change-generator-stream-processor-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:node-generator-test-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:node-person-fact-change-generator-stream-processor-enable&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:node-person-fact-change-generator-stream-processor-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:nodetestapp-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:number-of-relatives-to-hint-on&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:op-use-cdn&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:opa-bundle-api-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:ops-flipper-log-info&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:ops-flipper-use-datalayer-cache&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:ops-tweety-pie-log-debug&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:orson-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:paperboy-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:paypal-au-us-autorenewal&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:pierce-test-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:plutus-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:razer-enable-1921-threshold-notifications&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:razer-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:recruitment-proxy-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:redirect-to-auth0-logout&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:regenerate-relatives-hints&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:relation-person-to-bio-processor-enable&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:relation-person-to-bio-processor-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:rollback-test-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:sapi-config-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:sapi-reingest-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:selenium-paypal-testing&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:session-start-backfill-filter-enable&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:session-start-backfill-filter-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:show-poppy&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:sixteenth-birthday-recipe-enable&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:sixteenth-birthday-recipe-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:snoopy-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:solr_trees_ingest-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:sparkle-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:split-io-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:squirrel-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:ssr-for-titan&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:starting-secondary-school-recipe-enable&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:starting-secondary-school-recipe-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:story-count-polling&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:story-count-polling-kill-switch&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:story-generation-killswitch&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:story-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:story-scorer-enable&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:story-scorer-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:story-update-processor-enable-consumer&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:story-update-processor-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:test-project-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:test-service-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:test_project-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:testmee-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:testproject-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:titan-disable-bapi-adapter&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:titan-disable-missing-recordmetadataid-fallback&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:titan-disable-sapi-adapter&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:titan-disable-zendesk-chat&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:torb-test-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:tree-delete-processor-stream-processor-enable&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:tree-delete-processor-stream-processor-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:treematches-disable-node-transcript-fetching&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:treematches-disable-tree-search&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:treematches-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:true-north-bot-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:ttt-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:twenty-first-birthday-newspaper-cover-recipe-enable&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:twenty-first-birthday-newspaper-cover-recipe-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:use-ecomm-gate-for-free-sub-redemption&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:use-special-case-1921-fulfillment-availability&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:voyager-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:whodis-auth0-instrumentation-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:whodis-gdpr-deletion-consumer-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:whodis-log-level&quot;},{&quot;__ref&quot;:&quot;FeatureToggle:whodis-log-streamer-log-level&quot;}],&quot;trustpilotTrustScore({\&quot;id\&quot;:\&quot;4bdc84ff000064000505d022\&quot;})&quot;:{&quot;__ref&quot;:&quot;TrustpilotTrustScore:4bdc84ff000064000505d022&quot;},&quot;prismic_blog_landing_page({\&quot;lang\&quot;:\&quot;en-gb\&quot;,\&quot;uid\&quot;:\&quot;blog-landing-page\&quot;})&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_landing_page&quot;,&quot;leading_article&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-06&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;The 1921 Census is now online for the very first time&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;In partnership with The National Archives, the 1921 Census of England &amp; Wales is now exclusively online at Findmypast.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;The 1921 Census is now online for the very first time&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/9c3ad913-7225-41cf-bf82-9b38159635a6_blog-header-040122+%281%29.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/9c3ad913-7225-41cf-bf82-9b38159635a6_blog-header-040122+%281%29.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAM-hEAACIA4YJ1&quot;}},&quot;body&quot;:[{&quot;__typename&quot;:&quot;PrismicBlog_landing_pageBodyFeatured_articles&quot;,&quot;type&quot;:&quot;featured_articles&quot;,&quot;label&quot;:null,&quot;fields&quot;:[{&quot;__typename&quot;:&quot;PrismicBlog_landing_pageBodyFeatured_articlesFields&quot;,&quot;featured_article&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-06&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;21 ways to make the most of the 1921 Census&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;The 1921 Census of England &amp; Wales is now available online for the first time, only at Findmypast. Get the best from it with our handy, interactive checklist.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;1921 Census search tips&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/5f05d07a-8939-4791-8b3f-f9b7e04fd0a9_blog-header-checklist071021.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;1921 Census search tips&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/5f05d07a-8939-4791-8b3f-f9b7e04fd0a9_blog-header-checklist071021.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YWqyGBIAACMAfqzR&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_landing_pageBodyFeatured_articlesFields&quot;,&quot;featured_article&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-04-13&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Hold the front page! We&#x27;ve hit 50 million&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Our partnership with the British Library has reached an incredible milestone with over 50 million newspaper pages digitised and now available online at Findmypast and the British Newspaper Archive.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;50 million newspaper pages on Findmypast&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/fad5b751-54f9-44cc-b64f-ff670662cdd8_blog-header-040821.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;50 million newspaper pages on Findmypast&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/fad5b751-54f9-44cc-b64f-ff670662cdd8_blog-header-040821.jpg?auto=compress,format&amp;rect=267,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YlaHxBEAACQAUKoC&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_landing_pageBodyFeatured_articlesFields&quot;,&quot;featured_article&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-06&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;What was life like in 1920s Britain?&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;The 1921 Census of England and Wales will reveal where your relatives were, what they were doing and who they were doing it with that summer. But what was life in 1920s Britain like for them at the time?&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Life in the 1920s Britain&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/763841f0-a30e-46cd-b444-ce19c64dc5c6_blog-header-lifebritain20s.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Life in the 1920s Britain&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/763841f0-a30e-46cd-b444-ce19c64dc5c6_blog-header-lifebritain20s.jpg?auto=compress,format&amp;rect=172,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YWlXfxIAACAAeNfz&quot;}}}]},{&quot;__typename&quot;:&quot;PrismicBlog_landing_pageBodyBlog_section&quot;,&quot;type&quot;:&quot;blog_section&quot;,&quot;label&quot;:null,&quot;primary&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_landing_pageBodyBlog_sectionPrimary&quot;,&quot;blog_section_id&quot;:null},&quot;fields&quot;:[{&quot;__typename&quot;:&quot;PrismicBlog_landing_pageBodyBlog_sectionFields&quot;,&quot;blog_article&quot;:null}]}],&quot;metaTitle&quot;:&quot;Findmypast UK Blog&quot;,&quot;metaOgTitle&quot;:null,&quot;metaDescription&quot;:null,&quot;metaOgDescription&quot;:null,&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XRST2hAAACAAo6oJ&quot;}},&quot;prismic_allBlog_articles({\&quot;lang\&quot;:\&quot;en-gb\&quot;,\&quot;sortBy\&quot;:\&quot;date_posted_DESC\&quot;,\&quot;tags_in\&quot;:[\&quot;Getting Started\&quot;,\&quot;Build Your Family Tree\&quot;,\&quot;DNA\&quot;,\&quot;Family Records\&quot;,\&quot;What&#x27;s New?\&quot;,\&quot;Help Hub\&quot;,\&quot;Discoveries\&quot;,\&quot;History Hub\&quot;,\&quot;The Findmypast Community\&quot;]})&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionConnection&quot;,&quot;edges&quot;:[{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;author&quot;:{&quot;__typename&quot;:&quot;PrismicAuthors&quot;,&quot;author_name&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;The Findmypast team&quot;,&quot;spans&quot;:[]}],&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XSTJkRAAACIA6uQj&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YmajaxEAAMD7l9pq&quot;},&quot;date_posted&quot;:&quot;2022-04-29&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Seaside escape or city break? Discover the incredible rise of tourism in the 1921 Census&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Our expert Brian Donovan dives into the rise of tourism, holidaymaking, and vacationing in 1920s England and Wales.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Trotting off on a summer holiday? Discover the incredible rise of tourism in the 1921 Census&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/475df903-c903-4678-8ddc-daf3ddfd66d6_blog-header-tourism1921.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/475df903-c903-4678-8ddc-daf3ddfd66d6_blog-header-tourism1921.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;author&quot;:{&quot;__typename&quot;:&quot;PrismicAuthors&quot;,&quot;author_name&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Jessie O&#x27;Hara&quot;,&quot;spans&quot;:[]}],&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YYVhYxEAACIAnkQ1&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:Ymj9sxEAAL3tolKN&quot;},&quot;date_posted&quot;:&quot;2022-04-29&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Commence the voyage through US history with this week&#x27;s release&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Traverse through millions of new US and UK records.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Commence the voyage through US history with this week&#x27;s release&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/1393edfc-1afc-46c6-8afd-091c917281c9_blog-article-header-042822.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/1393edfc-1afc-46c6-8afd-091c917281c9_blog-article-header-042822.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;author&quot;:{&quot;__typename&quot;:&quot;PrismicAuthors&quot;,&quot;author_name&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Jen Baldwin&quot;,&quot;spans&quot;:[]}],&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YmpQNBEAALGYqGIa&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YmJurBEAAL3thUi7&quot;},&quot;date_posted&quot;:&quot;2022-04-27&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Genealogists in 1921: discover a profession that stands the test of time&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Of all the occupations found in the 1921 Census of England &amp; Wales, &#x27;genealogist&#x27; might be our favourite.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Genealogists in 1921: discover a profession that stands the test of time&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/065b46fc-1d7b-48be-ae04-f4a13d70e862_blog-header-genealogists1921+%282%29.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/065b46fc-1d7b-48be-ae04-f4a13d70e862_blog-header-genealogists1921+%282%29.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;author&quot;:{&quot;__typename&quot;:&quot;PrismicAuthors&quot;,&quot;author_name&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Niall Cullen&quot;,&quot;spans&quot;:[]}],&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XSTGlRAAACUA6tkV&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XXtNshAAACIAH8gq&quot;},&quot;date_posted&quot;:&quot;2022-04-26&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Peer into the dramatic past of the REAL Downton Abbey&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Highclere Castle, where Downton Abbey is set, has a history just as eventful as the popular period drama.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/fc3eed58-0f8e-4904-a6e1-88b5fe195be2_downton+abbey.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/fc3eed58-0f8e-4904-a6e1-88b5fe195be2_downton+abbey.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;author&quot;:{&quot;__typename&quot;:&quot;PrismicAuthors&quot;,&quot;author_name&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Jessie O&#x27;Hara&quot;,&quot;spans&quot;:[]}],&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YYVhYxEAACIAnkQ1&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:Yl7DWxEAAL3tdS2a&quot;},&quot;date_posted&quot;:&quot;2022-04-22&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;This week, continue getting carried away with your Catholic research &quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;We&#x27;ve added nearly 500,000 new additions to our English Roman Catholic collections.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;This week, continue getting carried away with your Catholic research &quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/609f9a35-c39d-4634-9f99-a6428ed03539_blog-article-header-042122.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/609f9a35-c39d-4634-9f99-a6428ed03539_blog-article-header-042122.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;author&quot;:{&quot;__typename&quot;:&quot;PrismicAuthors&quot;,&quot;author_name&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;The Findmypast team&quot;,&quot;spans&quot;:[]}],&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XSTJkRAAACIA6uQj&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YlkuahEAACYAXIU8&quot;},&quot;date_posted&quot;:&quot;2022-04-15&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How Black Friday 1921 led to the census being postponed for the first time in history&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Mary McKee explores the unemployment crisis of 1921, how it brought about the decision to postpone that year&#x27;s census, as well as what the census reveals about that critical time.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Black Friday 1921 - Miner&#x27;s strike&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/9b35618f-2971-45ff-b6f8-4c089810d1c4_black-friday-1921-miners-strike.jpg?auto=compress,format&amp;rect=0,0,1280,613&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Black Friday 1921 - Miner&#x27;s strike&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/9b35618f-2971-45ff-b6f8-4c089810d1c4_black-friday-1921-miners-strike.jpg?auto=compress,format&amp;rect=223,0,834,720&amp;w=550&amp;h=475&quot;}}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;author&quot;:{&quot;__typename&quot;:&quot;PrismicAuthors&quot;,&quot;author_name&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Jessie O&#x27;Hara&quot;,&quot;spans&quot;:[]}],&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YYVhYxEAACIAnkQ1&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YlafpBEAACUAURTj&quot;},&quot;date_posted&quot;:&quot;2022-04-15&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Spotlight your Scottish heritage with this week&#x27;s release&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Discover nearly 15,000 exclusive Catholic records, and celebrate an incredible milestone with our newspaper archive.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Spotlight your Scottish heritage with this week&#x27;s release&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/e5b73037-9c32-4151-a39b-64ccd6fb4ded_blog-article-header-041422.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/e5b73037-9c32-4151-a39b-64ccd6fb4ded_blog-article-header-041422.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;author&quot;:{&quot;__typename&quot;:&quot;PrismicAuthors&quot;,&quot;author_name&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;The Findmypast team&quot;,&quot;spans&quot;:[]}],&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XSTJkRAAACIA6uQj&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YlaHxBEAACQAUKoC&quot;},&quot;date_posted&quot;:&quot;2022-04-13&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Hold the front page! We&#x27;ve hit 50 million&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Our partnership with the British Library has reached an incredible milestone with over 50 million newspaper pages digitised and now available online at Findmypast and the British Newspaper Archive.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;50 million newspaper pages on Findmypast&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/fad5b751-54f9-44cc-b64f-ff670662cdd8_blog-header-040821.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;50 million newspaper pages on Findmypast&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/fad5b751-54f9-44cc-b64f-ff670662cdd8_blog-header-040821.jpg?auto=compress,format&amp;rect=267,0,666,575&amp;w=550&amp;h=475&quot;}}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;author&quot;:{&quot;__typename&quot;:&quot;PrismicAuthors&quot;,&quot;author_name&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;The Findmypast team&quot;,&quot;spans&quot;:[]}],&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XSTJkRAAACIA6uQj&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:Ykw49xEAACMAI1jL&quot;},&quot;date_posted&quot;:&quot;2022-04-12&quot;,&quot;category&quot;:&quot;Help Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;A genealogist&#x27;s guide to Latin in family history records&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;You&#x27;ll likely encounter Latin as you uncover the incredible stories in your family history. Our handy guide will help you decipher key phrases from Latin to English, so your family tree can continue to bloom.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Latin in genealogy&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/1e62506d-7282-4c59-acf2-94f69794f41d_latin-blog-header.JPG?auto=compress,format&amp;rect=65,0,1089,522&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Latin in genealogy&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/1e62506d-7282-4c59-acf2-94f69794f41d_latin-blog-header.JPG?auto=compress,format&amp;rect=309,0,604,522&amp;w=550&amp;h=475&quot;}}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;author&quot;:{&quot;__typename&quot;:&quot;PrismicAuthors&quot;,&quot;author_name&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Ellie Overthrow-Jones&quot;,&quot;spans&quot;:[]}],&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XSTIExAAACQA6t2S&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YlRHkhEAACMARqXZ&quot;},&quot;date_posted&quot;:&quot;2022-04-12&quot;,&quot;category&quot;:&quot;The Findmypast Community&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Using the 1921 Census to uncover hidden family stories&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Since the highly anticipated release of the 1921 Census of England and Wales, exclusively online at Findmypast, our community have been busy uncovering secrets and breaking decade-long brick walls. Here are their stories.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;1921 census community discoveries&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/05f0e3cb-f6e7-471d-88d9-958475109ec8_blog-community1921-033122-1921+%281%29.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;1921 census community discoveries&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/05f0e3cb-f6e7-471d-88d9-958475109ec8_blog-community1921-033122-1921+%281%29.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;author&quot;:{&quot;__typename&quot;:&quot;PrismicAuthors&quot;,&quot;author_name&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Jessie O&#x27;Hara&quot;,&quot;spans&quot;:[]}],&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YYVhYxEAACIAnkQ1&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:Yk2xbREAACQAKbnV&quot;},&quot;date_posted&quot;:&quot;2022-04-08&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;This week&#x27;s release sees everything from religious dissenters to Dorset ancestors&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Discover memoirs, monumental inscriptions, and more.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;New Quaker death records and Dorset monumental inscriptions&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/c8db3b08-2ffb-48e7-99f3-815ed0af484a_blog-article-header-022322+%281%29.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/c8db3b08-2ffb-48e7-99f3-815ed0af484a_blog-article-header-022322+%281%29.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;author&quot;:{&quot;__typename&quot;:&quot;PrismicAuthors&quot;,&quot;author_name&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Jessie O&#x27;Hara&quot;,&quot;spans&quot;:[]}],&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YYVhYxEAACIAnkQ1&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YkMeHRQAACMA9TDk&quot;},&quot;date_posted&quot;:&quot;2022-04-01&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Discover new additions to the 1939 Register amongst 200,000 new records&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;This week&#x27;s release sees records stretching across the entirety of England.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Discover new additions to the 1939 Register amongst 200,000 new records&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/ba7f239e-87a4-4723-94f3-1a3dad4cb7d0_blog-article-header-033122.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/ba7f239e-87a4-4723-94f3-1a3dad4cb7d0_blog-article-header-033122.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;author&quot;:{&quot;__typename&quot;:&quot;PrismicAuthors&quot;,&quot;author_name&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Jessie O&#x27;Hara&quot;,&quot;spans&quot;:[]}],&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YYVhYxEAACIAnkQ1&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YjtJ1xAAACUAYOik&quot;},&quot;date_posted&quot;:&quot;2022-03-25&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Explore everything from nurses to the Navy this week&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;And with 169 new and updated newspaper titles, there are more stories than ever before.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Explore everything from nurses to the Navy this week&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/4ead74bf-55fa-45fc-915e-23ffc4e3fa61_blog-article-header-032422.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/4ead74bf-55fa-45fc-915e-23ffc4e3fa61_blog-article-header-032422.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;author&quot;:{&quot;__typename&quot;:&quot;PrismicAuthors&quot;,&quot;author_name&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Jessie O&#x27;Hara&quot;,&quot;spans&quot;:[]}],&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YYVhYxEAACIAnkQ1&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YjNaahAAACgAPgrZ&quot;},&quot;date_posted&quot;:&quot;2022-03-23&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Outlander: discover the brutal history behind the doomed Jacobite revolutions&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;With Outlander taking the world by storm from deep in the Scottish Highlands, explore how the Jacobite revolution truly began.&quot;,&quot;spans&quot;:[{&quot;start&quot;:5,&quot;end&quot;:14,&quot;type&quot;:&quot;em&quot;}]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Outlander and the Jacobite revolutions&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/45b69d9b-866c-4821-b435-23e8e879c857_blog-jacobite-220822.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/45b69d9b-866c-4821-b435-23e8e879c857_blog-jacobite-220822.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;author&quot;:{&quot;__typename&quot;:&quot;PrismicAuthors&quot;,&quot;author_name&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Ellie Overthrow-Jones&quot;,&quot;spans&quot;:[]}],&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XSTIExAAACQA6t2S&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YCJyBREAACgAsgHi&quot;},&quot;date_posted&quot;:&quot;2022-03-22&quot;,&quot;category&quot;:&quot;Discoveries&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Who were the real Bridgertons?&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;It was the lockdown content we all needed: a period drama filled with scandal and romance. Bridgerton on Netflix is now one of the platform’s most viewed shows. But were the Bridgertons a real family, and what were they doing in 1921?&quot;,&quot;spans&quot;:[{&quot;start&quot;:91,&quot;end&quot;:101,&quot;type&quot;:&quot;em&quot;}]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;regency dancing&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/7535a5d4-ce8c-4ab6-bfb5-1c31d74124f3_bridgerton2.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;regency dancing&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/7535a5d4-ce8c-4ab6-bfb5-1c31d74124f3_bridgerton2.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;author&quot;:{&quot;__typename&quot;:&quot;PrismicAuthors&quot;,&quot;author_name&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Jessie O&#x27;Hara&quot;,&quot;spans&quot;:[]}],&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YYVhYxEAACIAnkQ1&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YjGcGREAACAAvVsc&quot;},&quot;date_posted&quot;:&quot;2022-03-18&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Celebrate St Patrick&#x27;s Day with this week&#x27;s release&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Discover picturesque Irish scenery and more.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;new irish releases for st patrick&#x27;s day&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/771324e0-ab5f-4de5-bdb1-5a4119d570f8_blog-article-header-031722+%281%29.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/771324e0-ab5f-4de5-bdb1-5a4119d570f8_blog-article-header-031722+%281%29.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;author&quot;:{&quot;__typename&quot;:&quot;PrismicAuthors&quot;,&quot;author_name&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Niall Cullen&quot;,&quot;spans&quot;:[]}],&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XSTGlRAAACUA6tkV&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YiccHhAAACAAw62M&quot;},&quot;date_posted&quot;:&quot;2022-03-11&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Discover suffragettes, schoolgoers and more in our new releases&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;With thousands of new records to explore and improvements to existing collections, the potential discoveries are limitless this Findmypast Friday.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Findmypast Friday new releases&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/1153ba53-0976-49b2-a170-a3967eb83256_blog-article-header-030822.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Findmypast Friday new releases&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/1153ba53-0976-49b2-a170-a3967eb83256_blog-article-header-030822.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;author&quot;:{&quot;__typename&quot;:&quot;PrismicAuthors&quot;,&quot;author_name&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Niall Cullen&quot;,&quot;spans&quot;:[]}],&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XSTGlRAAACUA6tkV&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XcwkNxEAACIA0bro&quot;},&quot;date_posted&quot;:&quot;2022-03-04&quot;,&quot;category&quot;:&quot;Build Your Family Tree&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Who&#x27;s who on the Queen&#x27;s family tree?&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Take a closer look at Queen Elizabeth II’s ancestry and the British royal family tree. &quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;queen elizabeth genealogy&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/70464ad5-9027-4bcc-b58d-8f6057d1d30f_blog-queen-030822.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;queen elizabeth genealogy&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/70464ad5-9027-4bcc-b58d-8f6057d1d30f_blog-queen-030822.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;author&quot;:{&quot;__typename&quot;:&quot;PrismicAuthors&quot;,&quot;author_name&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Jessie O&#x27;Hara&quot;,&quot;spans&quot;:[]}],&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YYVhYxEAACIAnkQ1&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:Yh4_PRAAACIAnL-H&quot;},&quot;date_posted&quot;:&quot;2022-03-04&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;We&#x27;re honouring the remarkable women of the past with brand new records&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Join us as we discover more of women&#x27;s history from 1659.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Findmypast Friday women&#x27;s records&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/8baa5264-6e5b-4a43-a880-b60c28c411fe_blog-article-header-030322.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Findmypast Friday women&#x27;s records&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/8baa5264-6e5b-4a43-a880-b60c28c411fe_blog-article-header-030322.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;author&quot;:{&quot;__typename&quot;:&quot;PrismicAuthors&quot;,&quot;author_name&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Ellie Overthrow-Jones&quot;,&quot;spans&quot;:[]}],&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XSTIExAAACQA6t2S&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:Yhyo7RAAACEAlbPU&quot;},&quot;date_posted&quot;:&quot;2022-03-03&quot;,&quot;category&quot;:&quot;Discoveries&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;England’s most famous female footballers in the 1921 Census&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;If you thought football was always a man’s game, you’d be wrong. The early 20th century saw the women’s game heading to the top and delighting audiences of tens of thousands. But it wasn’t to last.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;carmen pomies and florrie redford in 1925, blog header image&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/6859b387-3e09-4aba-b48e-0b50ee39543d_blog-header-womenfootball1921-010322.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;carmen pomies and florrie redford in 1925, blog header image&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/6859b387-3e09-4aba-b48e-0b50ee39543d_blog-header-womenfootball1921-010322.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}}}}]},&quot;prismic_allBlog_articles({\&quot;lang\&quot;:\&quot;en-gb\&quot;,\&quot;sortBy\&quot;:\&quot;date_posted_DESC\&quot;,\&quot;tags\&quot;:\&quot;Getting Started\&quot;})&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionConnection&quot;,&quot;totalCount&quot;:26,&quot;edges&quot;:[{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-06&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Everything you need to know about UK census records&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Find out key UK census dates, when the next census will be released and more...&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Guide to UK census records&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/6a75eb8b-9ef8-41ba-9fab-b5f961e1d8d7_UK-census-rebrand.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Guide to UK census records&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/6a75eb8b-9ef8-41ba-9fab-b5f961e1d8d7_UK-census-rebrand.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XV5IhBEAACMAnRpi&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-08-13&quot;,&quot;category&quot;:&quot;Getting Started&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;A beginner&#x27;s guide on how to search Findmypast&#x27;s family records&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Your family&#x27;s amazing story is waiting to be discovered on Findmypast. This handy guide shows you the records you&#x27;ll need and how to search them.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;How to search Findmypast records&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/b5e6eb59-bf19-4eb3-884a-9eabd8b85a3a_blog-header-gettingstarted-120821.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;How to search Findmypast records&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/b5e6eb59-bf19-4eb3-884a-9eabd8b85a3a_blog-header-gettingstarted-120821.jpg?auto=compress,format&amp;rect=132,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4Ro7&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-02-03&quot;,&quot;category&quot;:&quot;The Findmypast Community&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How to bring your family together online&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;By embracing the new normal, you can use your time at home to connect with family and dig deeper into your past. Genealogist Lisa Lisson shares clever tips for hosting a virtual family gathering.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;virtual family gathering&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/976c6124-0b17-44e7-aafe-1c3697d64526_virtual-family-gathering-blog-header.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;virtual family gathering&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/976c6124-0b17-44e7-aafe-1c3697d64526_virtual-family-gathering-blog-header.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:X9iQkxAAADqpaHLU&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-01-26&quot;,&quot;category&quot;:&quot;Getting Started&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How to find long lost family&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Somewhere, perhaps halfway across the world or even just down the street, could be a distant cousin or a biological sibling you didn’t know you had. Here, we share our top tips for finding those long lost relations in your family tree. &quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;long lost family&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/4bf6f880-6bf8-4358-a15a-af2e572fbd68_livingblog.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/4bf6f880-6bf8-4358-a15a-af2e572fbd68_livingblog.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4Rpn&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-11-25&quot;,&quot;category&quot;:&quot;Build Your Family Tree&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How to build your family tree with Findmypast&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;When it comes to tracing your family tree, we have everything you need.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Findmypast family tree&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/0b8115f8-b263-443e-a08b-57616765f863_family-tree-blog-header.jpg?auto=compress,format&amp;rect=0,107,1280,613&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Findmypast family tree&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/0b8115f8-b263-443e-a08b-57616765f863_family-tree-blog-header.jpg?auto=compress,format&amp;rect=223,0,834,720&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4Rop&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-09-06&quot;,&quot;category&quot;:&quot;Getting Started&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Are you descended from a Mayflower Pilgrim? &quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;The good ship Mayflower set sail for America in September 1620. Was your ancestor on board? &quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;pligrim mayflower descendant&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/ca2388bb-4435-4460-95bc-2df831823494_mayflower-header-image.jpg?auto=compress,format&amp;rect=0,53,1280,613&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;pligrim mayflower descendant&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/ca2388bb-4435-4460-95bc-2df831823494_mayflower-header-image.jpg?auto=compress,format&amp;rect=197,0,834,720&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:X0Y7GBEAACMAfckQ&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-07-07&quot;,&quot;category&quot;:&quot;Getting Started&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How to use the free Findmypast app&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Take your family tree with you wherever you go with the handy Findmypast app.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Download Findmypast app&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/b97977c6-8330-4e76-baac-6e30510b4b0b_Blog+Header+-+EverGreen.png?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Download Findmypast app&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/b97977c6-8330-4e76-baac-6e30510b4b0b_Blog+Header+-+EverGreen.png?auto=compress,format&amp;rect=534,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAM-hEAACIA4YLv&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-05-25&quot;,&quot;category&quot;:&quot;Getting Started&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Here&#x27;s why the 1939 Register is the perfect place to start your family history&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;This video masterclass shows you how to use the 1939 Register to start tracing your ancestors.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;1939 Register ancestry&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/2dd04eb0928016cc6570fba898040f66e91fabbd_1200x800.jpg?auto=compress,format&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;1939 Register ancestry&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/3efd682d9007e2ffdf509ac1fb8f4dfe05881c71_1200x800.jpg?auto=compress,format&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAM-hEAACIA4YLx&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-03-23&quot;,&quot;category&quot;:&quot;Getting Started&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;The handy 10-point checklist every family historian needs&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;To kick-start your family history journey, make sure you&#x27;ve ticked off the following 10 points.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Genealogy checklist&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/9d1e6eac-d519-4e64-be73-2f10b340a360_checklist-header.JPG?auto=compress,format&amp;rect=0,16,1157,554&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Genealogy checklist&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/9d1e6eac-d519-4e64-be73-2f10b340a360_checklist-header.JPG?auto=compress,format&amp;rect=238,0,681,588&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:Xnjb5xIAAFF8KINz&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-03-11&quot;,&quot;category&quot;:&quot;Getting Started&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;6 common genealogy mistakes (and how to avoid them)&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;heading3&quot;,&quot;text&quot;:&quot;Because even the best genealogists had to start somewhere...&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;the-mistakes-header&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/7221d7a590452beb48a86719cc601975aac11be2_1200x800.jpg?auto=compress,format&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;the-mistakes-header&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/e03501542f2ad9b15e79e9901d415218aa00a80d_1200x800.jpg?auto=compress,format&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4Rmp&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-01-29&quot;,&quot;category&quot;:&quot;Getting Started&quot;,&quot;thumbnail_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Am I related to royalty?&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/34910719-d7ca-4617-b45b-de01aa5454fd_royalty-header.JPG?auto=compress,format&amp;rect=56,0,697,602&amp;w=550&amp;h=475&quot;},&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Are you related to royalty?&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Where to look for noble ancestors and how to discover if you&#x27;re descended from royalty.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Am I related to royalty?&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/0acb1c6e-4a6a-4506-b242-e12d2f042c67_royalty-crown.jpg?auto=compress,format&amp;rect=0,122,866,415&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Am I related to royalty?&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/0acb1c6e-4a6a-4506-b242-e12d2f042c67_royalty-crown.jpg?auto=compress,format&amp;rect=102,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAM-hEAACIA4YKV&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-01-22&quot;,&quot;category&quot;:&quot;Help Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;6 easy ways to trace your family tree back to Victorian times&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Who Do you Think You Are? genealogist Laura Berry reveals how simple it is to take your family tree way back to the 19th century.&quot;,&quot;spans&quot;:[{&quot;start&quot;:0,&quot;end&quot;:26,&quot;type&quot;:&quot;em&quot;}]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;People in Victorian times&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/f0a8c897-f7dd-4a2b-835f-67087245e215_victorians.JPG?auto=compress,format&amp;rect=0,0,973,466&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;People in Victorian times&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/f0a8c897-f7dd-4a2b-835f-67087245e215_victorians.JPG?auto=compress,format&amp;rect=124,0,725,626&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAM-hEAACIA4YKF&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-01-17&quot;,&quot;category&quot;:&quot;Getting Started&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Find out what your family were doing a century ago with these 5 simple steps&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Like most hobbies, family history research is easy (and very rewarding) when you know what you&#x27;re doing. Here&#x27;s the perfect place to start.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Getting started in family history&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/a9405815-15fe-463d-8667-7fc846e433c4_family.JPG?auto=compress,format&amp;rect=121,0,927,444&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Getting started in family history&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/a9405815-15fe-463d-8667-7fc846e433c4_family.JPG?auto=compress,format&amp;rect=96,0,514,444&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAM-hEAACIA4YL7&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-01-06&quot;,&quot;category&quot;:&quot;Getting Started&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;5 simple steps for tracing First World War ancestors&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Discover how to trace First World War soldiers and unlock their remarkable life stories.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Trace ww1 soldiers&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/5656a565-1259-496e-83eb-275ffbc92c2e_first-world-war-soldiers-ww1.jpg?auto=compress,format&amp;rect=0,143,1152,552&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Trace ww1 soldiers&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/5656a565-1259-496e-83eb-275ffbc92c2e_first-world-war-soldiers-ww1.jpg?auto=compress,format&amp;rect=0,0,1152,995&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAM-hEAACIA4YJ5&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-01-02&quot;,&quot;category&quot;:&quot;Discoveries&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How rare is your surname?&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Have you ever wondered if your family name is one of the most uncommon surnames in the country? Our surnames origins tool can help you find out.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;discover rare surname origins&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/a7122753-64cc-4a77-ae98-4cffe02b97ac_surname-blog-header-image.jpg?auto=compress,format&amp;rect=0,53,1280,613&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;discover rare surname origins&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/a7122753-64cc-4a77-ae98-4cffe02b97ac_surname-blog-header-image.jpg?auto=compress,format&amp;rect=223,0,834,720&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XgIBahAAACQA9ODX&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2019-12-19&quot;,&quot;category&quot;:&quot;Getting Started&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;7 ways to preserve your family legacy for the next generation&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Meaningful ideas for leaving a legacy your children and grandchildren will cherish forever.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Preserve family legacy&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/7617370f-2fb6-437e-bc90-ac98563580c6_family-legacy-generations.jpg?auto=compress,format&amp;rect=0,204,1906,913&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Preserve family legacy&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/7617370f-2fb6-437e-bc90-ac98563580c6_family-legacy-generations.jpg?auto=compress,format&amp;rect=306,0,1295,1118&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAqRREAACIA4goe&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2019-12-18&quot;,&quot;category&quot;:&quot;Getting Started&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How genealogy can bring your family closer&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Family history is one of the most rewarding things to do and everyone can pitch in.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Doing genealogy as a family&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/26527713-87f9-4df2-9ca8-800984981dc0_genealogy-bring-family-closer-yellow.jpg?auto=compress,format&amp;rect=0,0,1882,902&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Genealogy for family&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/26527713-87f9-4df2-9ca8-800984981dc0_genealogy-bring-family-closer-yellow.jpg?auto=compress,format&amp;rect=306,0,1271,1098&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAqRREAACIA4gpG&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2019-12-17&quot;,&quot;category&quot;:&quot;Getting Started&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;30 questions you need to ask relatives about your family&#x27;s past&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;What does your family already know about your ancestors? Get straight to the information you want with these quick-fire questions.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Genealogy questions for family&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/e847fc65-a55e-4ba4-8e22-2bd0870fc1f3_ask-family-questions.jpg?auto=compress,format&amp;rect=0,274,1944,932&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Genealogy questions for family&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/e847fc65-a55e-4ba4-8e22-2bd0870fc1f3_ask-family-questions.jpg?auto=compress,format&amp;rect=110,0,1714,1480&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XfjW_hEAACIAFPIl&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2019-11-27&quot;,&quot;category&quot;:&quot;Getting Started&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;4 simple steps to starting your family history journey&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Starting your family history journey is a doddle, says Who Do You Think You Are? genealogist Laura Berry.&quot;,&quot;spans&quot;:[{&quot;start&quot;:55,&quot;end&quot;:80,&quot;type&quot;:&quot;em&quot;}]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/52605190-72f4-48e4-a66c-d4aced6a7fe6_family-photo-attic.jpg?auto=compress,format&amp;rect=0,611,3264,1564&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/52605190-72f4-48e4-a66c-d4aced6a7fe6_family-photo-attic.jpg?auto=compress,format&amp;rect=372,0,2520,2176&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAM-hEAACIA4YKZ&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2019-11-20&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;A beginner&#x27;s guide to using birth, marriage and death records for family history&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Often the key to growing your family tree, here&#x27;s everything you need to know about vital life event records.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Births, marriages and deaths for family history&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/00e3647251b6d83a42387f6c8a76557d0367a079_1200x600.jpg?auto=compress,format&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;birth-marriage-and-death-records-a-beginners-guide-header&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/YTg4NDYyMjctYTk4MC00MjRlLTlhYWMtOTJhYmU5YzBlMWRj_1200x600.jpg?auto=compress,format&amp;rect=0,0,695,600&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAM-hEAACIA4YL9&quot;}}}]},&quot;prismic_allBlog_articles({\&quot;lang\&quot;:\&quot;en-gb\&quot;,\&quot;sortBy\&quot;:\&quot;date_posted_DESC\&quot;,\&quot;tags\&quot;:\&quot;Build Your Family Tree\&quot;})&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionConnection&quot;,&quot;totalCount&quot;:14,&quot;edges&quot;:[{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-03-04&quot;,&quot;category&quot;:&quot;Build Your Family Tree&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Who&#x27;s who on the Queen&#x27;s family tree?&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Take a closer look at Queen Elizabeth II’s ancestry and the British royal family tree. &quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;queen elizabeth genealogy&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/70464ad5-9027-4bcc-b58d-8f6057d1d30f_blog-queen-030822.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;queen elizabeth genealogy&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/70464ad5-9027-4bcc-b58d-8f6057d1d30f_blog-queen-030822.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XcwkNxEAACIA0bro&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-04-13&quot;,&quot;category&quot;:&quot;Build Your Family Tree&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Your family tree questions answered&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;While researching your ancestry, you might have questions about our family tree maker. Explore the answers here to help with your genealogy research journey. &quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;family tree builder&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/e0e069e7-cd22-4951-a008-cd7cffb2ad7a_Blog-tree-troubleshoot.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;family tree builder&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/e0e069e7-cd22-4951-a008-cd7cffb2ad7a_Blog-tree-troubleshoot.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4Rnt&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-12-10&quot;,&quot;category&quot;:&quot;Build Your Family Tree&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How to bring your Findmypast family tree to life&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Add records, photos and facts to your ancestors&#x27; profile and your family tree will be flourishing in no time.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;How to use the Findmypast family tree&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/fa084633-e310-4957-9241-f829fda1a4b2_blog-header.JPG?auto=compress,format&amp;rect=0,61,856,410&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;How to use the Findmypast family tree&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/fa084633-e310-4957-9241-f829fda1a4b2_blog-header.JPG?auto=compress,format&amp;rect=91,0,675,583&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XV1mNxEAACQAmSvq&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-12-07&quot;,&quot;category&quot;:&quot;Build Your Family Tree&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How to use Findmypast hints to grow your family tree&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Findmypast hints search records for you and help you discover amazing stories for your family tree. Here&#x27;s how to use them.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Findmypast family tree hints&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/21ec43ef-38a8-4111-a225-4dcd7b076504_family-tree-hints.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Findmypast family tree hints&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/21ec43ef-38a8-4111-a225-4dcd7b076504_family-tree-hints.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4Rm_&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-12-04&quot;,&quot;category&quot;:&quot;Build Your Family Tree&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Santa&#x27;s family tree goes back further than you might think&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;From St Nicholas to Mrs Clause, we&#x27;re discovering the origins of Santa Claus and revealing his very festive family story.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Santa&#x27;s family tree&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/55a27252-5363-46a6-8f59-0a4b327ff0ca_santa-family-tree.jpg?auto=compress,format&amp;rect=0,0,864,414&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Santa&#x27;s family tree&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/55a27252-5363-46a6-8f59-0a4b327ff0ca_santa-family-tree.jpg?auto=compress,format&amp;rect=137,0,592,511&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:X8oxfRAAACIAKB00&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-11-25&quot;,&quot;category&quot;:&quot;Build Your Family Tree&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How to build your family tree with Findmypast&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;When it comes to tracing your family tree, we have everything you need.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Findmypast family tree&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/0b8115f8-b263-443e-a08b-57616765f863_family-tree-blog-header.jpg?auto=compress,format&amp;rect=0,107,1280,613&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Findmypast family tree&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/0b8115f8-b263-443e-a08b-57616765f863_family-tree-blog-header.jpg?auto=compress,format&amp;rect=223,0,834,720&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4Rop&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-10-19&quot;,&quot;category&quot;:&quot;Discoveries&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;This one family tree is a snapshot of Britain&#x27;s deep-rooted Black history&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Peter George Florida arrived in Britain around 250 years ago. Today, he has descendants dotted across the country. Stephen Rigden delved into this Black family&#x27;s very British story.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Black ancestors family tree&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/bb380a6d-fc21-4d3b-9214-549115a99993_BHM-tree-snapshot.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Black ancestors family tree&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/bb380a6d-fc21-4d3b-9214-549115a99993_BHM-tree-snapshot.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:X2i0fREAACEAoWvn&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-07-07&quot;,&quot;category&quot;:&quot;Getting Started&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How to use the free Findmypast app&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Take your family tree with you wherever you go with the handy Findmypast app.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Download Findmypast app&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/b97977c6-8330-4e76-baac-6e30510b4b0b_Blog+Header+-+EverGreen.png?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Download Findmypast app&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/b97977c6-8330-4e76-baac-6e30510b4b0b_Blog+Header+-+EverGreen.png?auto=compress,format&amp;rect=534,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAM-hEAACIA4YLv&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-04-01&quot;,&quot;category&quot;:&quot;Build Your Family Tree&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Should you build your family tree online or offline?&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;The creator of Family Historian, Simon Orde, on the pros and cons of where to build and store your family tree.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Offline family tree&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/31f6e476-fa5c-4e58-9241-27c730c20477_family-tree-offline.JPG?auto=compress,format&amp;rect=26,0,1286,616&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Offline family tree&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/31f6e476-fa5c-4e58-9241-27c730c20477_family-tree-offline.JPG?auto=compress,format&amp;rect=311,0,713,616&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4Rpj&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2019-09-25&quot;,&quot;category&quot;:&quot;Build Your Family Tree&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Branch out with tree-to-tree hints&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Grow your family tree with the help of other Findmypast members&#x27; research.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Findmypast family tree hints&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/ab43dd7e-ac61-4d44-96f9-1a4662917abb_tree-to-tree-hints-header.jpg?auto=compress,format&amp;rect=0,84,1280,613&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Findmypast family tree hints&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/ab43dd7e-ac61-4d44-96f9-1a4662917abb_tree-to-tree-hints-header.jpg?auto=compress,format&amp;rect=178,0,834,720&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XYI0sxEAACUAai2e&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2019-08-28&quot;,&quot;category&quot;:&quot;Build Your Family Tree&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Kick-start your genealogy research with this free family tree template&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;This handy family tree chart displays four generations of relatives. Download it now.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;family tree chart&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/c209a1cd-c43f-4701-ade8-c547adad363b_family-tree-template-rebranded.JPG?auto=compress,format&amp;rect=0,30,1143,548&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;family tree chart&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/c209a1cd-c43f-4701-ade8-c547adad363b_family-tree-template-rebranded.JPG?auto=compress,format&amp;rect=221,0,702,606&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XWaICRMAACYAiwf8&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2018-06-06&quot;,&quot;category&quot;:&quot;Build Your Family Tree&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Discover family heroes with military hints&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Military hints provide clues to your family&#x27;s service history. Here&#x27;s how to make the most of them.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;findmypast-military-hints&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/0878c820e3490cb2041d348fcc3631d0193f265c_1200x800.jpg?auto=compress,format&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;introducing-military-hints-header&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/df9d246d306caed5a2674f9973aa26ad2f88bd73_1200x800.jpg?auto=compress,format&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4RnF&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2017-12-12&quot;,&quot;category&quot;:&quot;Build Your Family Tree&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How to Upload your Family Tree to Findmypast&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;heading3&quot;,&quot;text&quot;:&quot;Adding your tree to Findmypast can knock down brick walls in your family history and help you discover ancestors and records that you haven&#x27;t been able to find elsewhere.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;upload-family-tree-gedcom-header&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/8c827aa430a4e411d13363736f5487d730987f19_980x.jpg?auto=compress,format&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;upload-family-tree-gedcom-header&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/14e91ea02c6f183e63ad2bd5e5c4ed3bf29262e2_980x.jpg?auto=compress,format&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4RoL&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2017-12-12&quot;,&quot;category&quot;:&quot;Build Your Family Tree&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How to Upload your Family Tree to Findmypast&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;heading3&quot;,&quot;text&quot;:&quot;Adding your tree to Findmypast can knock down brick walls in your family history and help you discover ancestors and records that you haven&#x27;t been able to find elsewhere.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;how-to-upload-your-header&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/8c827aa430a4e411d13363736f5487d730987f19_980x.jpg?auto=compress,format&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;upload-family-tree-gedcom-header&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/14e91ea02c6f183e63ad2bd5e5c4ed3bf29262e2_980x.jpg?auto=compress,format&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4RqF&quot;}}}]},&quot;prismic_allBlog_articles({\&quot;lang\&quot;:\&quot;en-gb\&quot;,\&quot;sortBy\&quot;:\&quot;date_posted_DESC\&quot;,\&quot;tags\&quot;:\&quot;DNA\&quot;})&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionConnection&quot;,&quot;totalCount&quot;:5,&quot;edges&quot;:[{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2019-12-02&quot;,&quot;category&quot;:&quot;DNA&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;11 questions everyone asks about DNA tests&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;When it comes to ancestry DNA testing, here are the most frequently asked questions and the answers you need to know.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;What is DNA?&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan%2F3654b2cb-1cce-459f-aa85-7398720951cb_dna-hero-768.jpg?auto=compress,format&amp;rect=0,6,768,368&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;What is DNA?&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan%2F3654b2cb-1cce-459f-aa85-7398720951cb_dna-hero-768.jpg?auto=compress,format&amp;rect=0,0,440,380&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAqRREAACIA4gpA&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2019-05-29&quot;,&quot;category&quot;:&quot;DNA&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Reality revealed: Do we truly know our family roots?&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Where do Vicky Pattison&#x27;s and Ferne McCann&#x27;s family roots really lie?&quot;,&quot;spans&quot;:[{&quot;start&quot;:58,&quot;end&quot;:65,&quot;type&quot;:&quot;em&quot;}]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;vicky-pattison-family&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/60844963f5bec8061ae2621cf4b7b345fafb12db_1200x800.jpg?auto=compress,format&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;findmypastdna-reveals-family-roots-of-reality-stars-vicky-pattison-and-header&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/1fc4788284b5a06c19dfd6c8de9d79adcf08c7ad_1200x800.jpg?auto=compress,format&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAqRREAACIA4goS&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2019-04-24&quot;,&quot;category&quot;:&quot;DNA&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Why Findmypast DNA is the best ancestry test for protecting your privacy&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;We take your DNA privacy concerns very seriously.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;findmypast-dna-privacy-policy-header&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/7995c0d1a518f9f26c9fb93e4eb6bc3f6d4c5421_1200x800.png?auto=compress,format&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;findmypast-dna-privacy-policy-header&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/72f0af9f8e96fa1cadbce4488bbae26349be4e43_1200x800.png?auto=compress,format&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAqRREAACIA4goo&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2018-11-19&quot;,&quot;category&quot;:&quot;DNA&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;5 reasons Findmypast DNA is the best ancestry test for family history&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;A  Findmypast DNA test could supercharge your family history research. Here&#x27;s how.\n&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;findmypast-dna-test&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/44befd3e5bcd4024099c554935f04042809b014f_1200x800.png?auto=compress,format&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;x-reasons-findmypast-dna-is-the-best-test-for-header&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/be239e56da08e72f4b11dbe240573080b2805f83_1200x800.png?auto=compress,format&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4Rnr&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2018-11-15&quot;,&quot;category&quot;:&quot;DNA&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;3 reasons every family historian should take a DNA test&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Genetic genealogy expert, Blaine Bettinger, explains the benefits of DNA testing for genealogy.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;findmypast-dna-test&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/6e72f404238ac52bfb65ac5fa6c9d4ad35de211d_1200x800.png?auto=compress,format&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;why-every-family-historian-should-take-findmypast-dna-test-header&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/edb9b89eed6c5a060cfb44824dc202fade927d96_1200x800.png?auto=compress,format&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4RoT&quot;}}}]},&quot;prismic_allBlog_articles({\&quot;lang\&quot;:\&quot;en-gb\&quot;,\&quot;sortBy\&quot;:\&quot;date_posted_DESC\&quot;,\&quot;tags\&quot;:\&quot;Family Records\&quot;})&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionConnection&quot;,&quot;totalCount&quot;:75,&quot;edges&quot;:[{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-02-16&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Gain a global view of your family&#x27;s past by connecting census records&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Exploring the 1921 Census of England &amp; Wales in combination with other national and international collections can add a new perspective to your ancestors&#x27; stories. Jen Baldwin explains how.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;UK 1921 and US 1920 Censuses&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/14814492-88ff-4203-82a8-81722b501f32_blog-header-connections-150222.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;UK 1921 and US 1920 Censuses&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/14814492-88ff-4203-82a8-81722b501f32_blog-header-connections-150222.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:Yg0AxBEAAB0ArOxj&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-14&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Diversity and diaspora in the 1921 Census&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;The 1921 Census of England and Wales doesn&#x27;t just uncover British history, but shines a light on the long-standing richness of British multiculturalism. &quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Diaspora in the 1921 Census&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/09ddbe3c-7828-4700-aa6b-1d08f8827796_blog-header-diaspora1921-130122.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/09ddbe3c-7828-4700-aa6b-1d08f8827796_blog-header-diaspora1921-130122.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YdxTKhEAACMANL3c&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-06&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;21 ways to make the most of the 1921 Census&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;The 1921 Census of England &amp; Wales is now available online for the first time, only at Findmypast. Get the best from it with our handy, interactive checklist.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;1921 Census search tips&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/5f05d07a-8939-4791-8b3f-f9b7e04fd0a9_blog-header-checklist071021.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;1921 Census search tips&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/5f05d07a-8939-4791-8b3f-f9b7e04fd0a9_blog-header-checklist071021.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YWqyGBIAACMAfqzR&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-06&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;5 essential tips to remember when searching census records&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;When it comes to revealing family secrets from your past, censuses are your go-to resource. Myko Clelland shares his expert tips on how to search census records and make the most of them.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;How to search census records online&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/f98e3428-d8f0-4ed5-93f2-aa23a6295882_Blog-census.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;How to search census records online&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/f98e3428-d8f0-4ed5-93f2-aa23a6295882_Blog-census.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YFDB5REAACQA1YQ1&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-06&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;What does it take to bring the 1921 Census of England &amp; Wales online? &quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;From the shelves of archives to your fingertips on any device, publishing the 1921 Census of England and Wales online has been a mammoth task. Mary McKee explains every painstaking step our team of specialists has taken.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;1921 Census digitisation&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/1dcbe967-de58-4f13-9c3c-c6b8016670ec_blog-header-digitisation151021.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;1921 Census digitisation&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/1dcbe967-de58-4f13-9c3c-c6b8016670ec_blog-header-digitisation151021.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YXK-ExIAACMAoFox&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-06&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Everything you need to know about UK census records&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Find out key UK census dates, when the next census will be released and more...&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Guide to UK census records&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/6a75eb8b-9ef8-41ba-9fab-b5f961e1d8d7_UK-census-rebrand.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Guide to UK census records&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/6a75eb8b-9ef8-41ba-9fab-b5f961e1d8d7_UK-census-rebrand.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XV5IhBEAACMAnRpi&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-06&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Here&#x27;s what it was like to take a national census back in 1921&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;From organising the enumerators to producing the reports, collecting the 1921 Census of England &amp; Wales was an epic undertaking. Stephen Rigden explains how it was done and why it’s so important.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;How the 1921 Census was taken&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/fec71493-a0f8-4cfa-aece-dddaaf493020_blog-header-mechanicslogistics131021.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;How the 1921 Census was taken&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/fec71493-a0f8-4cfa-aece-dddaaf493020_blog-header-mechanicslogistics131021.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YYKfphEAACEAkhmo&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-06&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;The 1921 Census is now online for the very first time&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;In partnership with The National Archives, the 1921 Census of England &amp; Wales is now exclusively online at Findmypast.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;The 1921 Census is now online for the very first time&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/9c3ad913-7225-41cf-bf82-9b38159635a6_blog-header-040122+%281%29.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/9c3ad913-7225-41cf-bf82-9b38159635a6_blog-header-040122+%281%29.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAM-hEAACIA4YJ1&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-07-05&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Were your ancestors caught up in the Irish War of Independence?&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Discover the remarkable stories of the rebels who fought against British rule in Ireland with Brian Donovan&#x27;s expert family research tips.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Ancestors in Irish War of Independence&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/9e08db3b-3920-48b2-bb7e-14ad9af33558_irish-war-of-independence.jpg?auto=compress,format&amp;rect=0,40,800,383&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Ancestors in Irish War of Independence&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/9e08db3b-3920-48b2-bb7e-14ad9af33558_irish-war-of-independence.jpg?auto=compress,format&amp;rect=66,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YOMJEhIAACAA__TG&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-07-02&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;8 places you&#x27;ll discover American ancestors (that you may have missed)&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Do you want to trace family who settled in the United States? See if you can find them in these important American record collections.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;American family records&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/c271be84-461d-4d99-9546-3fd3b7c9da05_american-map.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;American family records&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/c271be84-461d-4d99-9546-3fd3b7c9da05_american-map.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAM-hEAACIA4YLj&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-06-29&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Canadian family history starts with census records&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Are you researching your Canadian ancestors? These records are essential.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Canadian census records&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/087aa8d5-4f1e-4675-a0a5-e38eb6652497_canada-census-records.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Canadian census records&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/087aa8d5-4f1e-4675-a0a5-e38eb6652497_canada-census-records.jpg?auto=compress,format&amp;rect=0,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAM-hEAACIA4YKr&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-06-29&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;The 10 best resources for finding American ancestors&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Did your ancestors chase the American dream stateside? Explore these rich records to discover their incredible stories.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Tracing American ancestors&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/e818907d-df3a-4b3f-b9bf-17a58c75a144_american-ancestors.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Tracing American ancestors&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/e818907d-df3a-4b3f-b9bf-17a58c75a144_american-ancestors.jpg?auto=compress,format&amp;rect=534,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAM-hEAACIA4YKz&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-02-19&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;The Black Loyalists and the importance of preserving Black history records&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Transcribing the 1700’s Inspection Roll of Negroes, Findmypast’s Stephen Rigden discovers the Black Loyalists, a little known part of the American Revolution.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Harry Washington&#x27;s record in the Roll of Negroes&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/12254fac-1397-46b7-9278-2005a41df070_transcription4.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Harry Washington&#x27;s record in the Roll of Negroes&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/12254fac-1397-46b7-9278-2005a41df070_transcription4.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YCEpHhEAACgArEH4&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-01-06&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;old photo of schoolchildren&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/f5e04e96-d42d-4eb2-9489-a55c74e5d4ad_schoolblog.jpg?auto=compress,format&amp;rect=235,0,729,630&amp;w=550&amp;h=475&quot;},&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How to find incredible old school photos in our family history records&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;What was school like for your ancestors? Were they troublemakers or teachers’ pets? By using old photos on Findmypast, we stepped back in time to explore schools in England and beyond.&quot;,&quot;spans&quot;:[{&quot;start&quot;:93,&quot;end&quot;:103,&quot;type&quot;:&quot;hyperlink&quot;,&quot;data&quot;:{&quot;link_type&quot;:&quot;Web&quot;,&quot;url&quot;:&quot;https://search.findmypast.co.uk/search-world-Records/findmypast-photo-collection&quot;}}]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/f5e04e96-d42d-4eb2-9489-a55c74e5d4ad_schoolblog.jpg?auto=compress,format&amp;rect=0,27,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/f5e04e96-d42d-4eb2-9489-a55c74e5d4ad_schoolblog.jpg?auto=compress,format&amp;rect=235,0,729,630&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:X_R8gxAAAASq7gGp&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-12-22&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Reimagine your ancestor&#x27;s childhood with old school records&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;With Findmypast&#x27;s exclusive collection of online school registers, you can discover details of your ancestor&#x27;s early years that you won&#x27;t find anywhere else.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Online school records&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/e8cce99c-7c9c-4eee-9826-e6b049f69704_school-records-blog-header.jpg?auto=compress,format&amp;rect=0,0,914,438&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Online school records&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/e8cce99c-7c9c-4eee-9826-e6b049f69704_school-records-blog-header.jpg?auto=compress,format&amp;rect=0,0,541,467&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAM-hEAACIA4YLl&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-10-30&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Our Merchant Seamen records are packed with photos and stories of remarkable Black mariners&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Thousands of remarkable Black sailors have helped to shape Britain&#x27;s rich maritime history. Rachel Roberts delved into our Merchant Seamen archives to prove it.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Black sailors in the British marines&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/a10592d6-37ab-4668-82c5-720d5a83b75d_BHM-merchants.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Black sailors in the British marines&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/a10592d6-37ab-4668-82c5-720d5a83b75d_BHM-merchants.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:X5l0ChAAACIAQMmT&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-10-07&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Get to know the Coldstream Guards&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Military history expert, Paul Nixon explores the decorated history of the Coldstream Guards with records available on Findmypast.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;History of the Coldstream Guards&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/f30533c4-c51e-4282-ab93-a2ad039e3c9d_Coldstream-guards.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;History of the Coldstream Guards&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/f30533c4-c51e-4282-ab93-a2ad039e3c9d_Coldstream-guards.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:Xs5-NxEAACQAI0E7&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-10-04&quot;,&quot;category&quot;:&quot;The Findmypast Community&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Exploring Windrush family records has opened my eyes to so much more&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Pooran Bridgelal shines a light on the Windrush generation and explains why it&#x27;s so important that we remember and celebrate their epic journeys.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;windrush generation&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/20c0f679-7eea-4487-930f-cc58e719a39d_2windrush.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;windrush generation&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/20c0f679-7eea-4487-930f-cc58e719a39d_2windrush.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:X2nT-BEAACIApmZr&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-09-16&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;This unique project sheds light on our ancestors&#x27; railway accidents&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Did your ancestor have an accident on the railway? Dr Mike Esbester explains how the Railway Work, Life &amp; Death project can help you discover their stories.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Railway ancestors&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/b5dfb43f-2d6e-4e01-9961-1c4133c0b614_railway-ancestors-header.jpg?auto=compress,format&amp;rect=0,48,766,367&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Railway ancestors&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/b5dfb43f-2d6e-4e01-9961-1c4133c0b614_railway-ancestors-header.jpg?auto=compress,format&amp;rect=100,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:X2IaNBEAACEAg_Ih&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-09-13&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;The definitive guide to the Titanic&#x27;s passenger lists&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;We&#x27;ve picked apart the Titanic&#x27;s passenger lists to reveal the stories behind the names, dates, strikethroughs and check marks.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Titanic passenger list&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/fccc9382-7ca8-4b7f-9475-96608aa8e087_titanic-header.jpg?auto=compress,format&amp;rect=0,43,960,460&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Titanic passenger list&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/fccc9382-7ca8-4b7f-9475-96608aa8e087_titanic-header.jpg?auto=compress,format&amp;rect=189,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:X0-uphEAACEApxK9&quot;}}}]},&quot;prismic_allBlog_articles({\&quot;lang\&quot;:\&quot;en-gb\&quot;,\&quot;sortBy\&quot;:\&quot;date_posted_DESC\&quot;,\&quot;tags\&quot;:\&quot;What&#x27;s New?\&quot;})&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionConnection&quot;,&quot;totalCount&quot;:180,&quot;edges&quot;:[{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-04-29&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Commence the voyage through US history with this week&#x27;s release&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Traverse through millions of new US and UK records.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Commence the voyage through US history with this week&#x27;s release&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/1393edfc-1afc-46c6-8afd-091c917281c9_blog-article-header-042822.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/1393edfc-1afc-46c6-8afd-091c917281c9_blog-article-header-042822.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:Ymj9sxEAAL3tolKN&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-04-22&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;This week, continue getting carried away with your Catholic research &quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;We&#x27;ve added nearly 500,000 new additions to our English Roman Catholic collections.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;This week, continue getting carried away with your Catholic research &quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/609f9a35-c39d-4634-9f99-a6428ed03539_blog-article-header-042122.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/609f9a35-c39d-4634-9f99-a6428ed03539_blog-article-header-042122.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:Yl7DWxEAAL3tdS2a&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-04-15&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Spotlight your Scottish heritage with this week&#x27;s release&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Discover nearly 15,000 exclusive Catholic records, and celebrate an incredible milestone with our newspaper archive.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Spotlight your Scottish heritage with this week&#x27;s release&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/e5b73037-9c32-4151-a39b-64ccd6fb4ded_blog-article-header-041422.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/e5b73037-9c32-4151-a39b-64ccd6fb4ded_blog-article-header-041422.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YlafpBEAACUAURTj&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-04-13&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Hold the front page! We&#x27;ve hit 50 million&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Our partnership with the British Library has reached an incredible milestone with over 50 million newspaper pages digitised and now available online at Findmypast and the British Newspaper Archive.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;50 million newspaper pages on Findmypast&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/fad5b751-54f9-44cc-b64f-ff670662cdd8_blog-header-040821.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;50 million newspaper pages on Findmypast&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/fad5b751-54f9-44cc-b64f-ff670662cdd8_blog-header-040821.jpg?auto=compress,format&amp;rect=267,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YlaHxBEAACQAUKoC&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-04-08&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;This week&#x27;s release sees everything from religious dissenters to Dorset ancestors&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Discover memoirs, monumental inscriptions, and more.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;New Quaker death records and Dorset monumental inscriptions&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/c8db3b08-2ffb-48e7-99f3-815ed0af484a_blog-article-header-022322+%281%29.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/c8db3b08-2ffb-48e7-99f3-815ed0af484a_blog-article-header-022322+%281%29.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:Yk2xbREAACQAKbnV&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-04-01&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Discover new additions to the 1939 Register amongst 200,000 new records&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;This week&#x27;s release sees records stretching across the entirety of England.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Discover new additions to the 1939 Register amongst 200,000 new records&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/ba7f239e-87a4-4723-94f3-1a3dad4cb7d0_blog-article-header-033122.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/ba7f239e-87a4-4723-94f3-1a3dad4cb7d0_blog-article-header-033122.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YkMeHRQAACMA9TDk&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-03-25&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Explore everything from nurses to the Navy this week&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;And with 169 new and updated newspaper titles, there are more stories than ever before.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Explore everything from nurses to the Navy this week&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/4ead74bf-55fa-45fc-915e-23ffc4e3fa61_blog-article-header-032422.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/4ead74bf-55fa-45fc-915e-23ffc4e3fa61_blog-article-header-032422.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YjtJ1xAAACUAYOik&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-03-18&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Celebrate St Patrick&#x27;s Day with this week&#x27;s release&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Discover picturesque Irish scenery and more.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;new irish releases for st patrick&#x27;s day&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/771324e0-ab5f-4de5-bdb1-5a4119d570f8_blog-article-header-031722+%281%29.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/771324e0-ab5f-4de5-bdb1-5a4119d570f8_blog-article-header-031722+%281%29.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YjGcGREAACAAvVsc&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-03-11&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Discover suffragettes, schoolgoers and more in our new releases&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;With thousands of new records to explore and improvements to existing collections, the potential discoveries are limitless this Findmypast Friday.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Findmypast Friday new releases&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/1153ba53-0976-49b2-a170-a3967eb83256_blog-article-header-030822.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Findmypast Friday new releases&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/1153ba53-0976-49b2-a170-a3967eb83256_blog-article-header-030822.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YiccHhAAACAAw62M&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-03-04&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;We&#x27;re honouring the remarkable women of the past with brand new records&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Join us as we discover more of women&#x27;s history from 1659.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Findmypast Friday women&#x27;s records&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/8baa5264-6e5b-4a43-a880-b60c28c411fe_blog-article-header-030322.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Findmypast Friday women&#x27;s records&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/8baa5264-6e5b-4a43-a880-b60c28c411fe_blog-article-header-030322.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:Yh4_PRAAACIAnL-H&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-02-25&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;This week, explore everything from Norfolk to North American history&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Discover thousands of untold stories in this week&#x27;s release.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Norfolk and North American releases this week&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/bf6f3411-907b-41d0-8997-cae5dd52d198_blog-article-header-022322.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/bf6f3411-907b-41d0-8997-cae5dd52d198_blog-article-header-022322.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YhUdzBEAAB0Az_eX&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-02-18&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Discover everything from local Norfolk history to Hollywood glitz and glamour&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;This week sees incredible additions to both our extensive Norfolk record collections, and our ever-growing newspaper archive.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;New Norfolk records and Hollywood newspapers&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/7669afe2-ebde-44b9-9ec8-c9289b7af5ba_blog-article-header-021622.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/7669afe2-ebde-44b9-9ec8-c9289b7af5ba_blog-article-header-021622.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:Yg0T5REAAB8ArT_o&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-02-11&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Norfolk takes first place in this week&#x27;s release&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Delve straight in and discover your own Norfolk narrative.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;New Norfolk records this week&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/3effed76-e2b3-4303-81ba-5aaec4adcc71_blog-article-header-021022+%281%29.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/3effed76-e2b3-4303-81ba-5aaec4adcc71_blog-article-header-021022+%281%29.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YgPWthEAAB4AhW7U&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-02-04&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;This week&#x27;s release documents British and Black History&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;These two collections offer a varied - and important - subsection of history, from British burials to Jamaican manumissions.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;This week&#x27;s release documents British and Black History&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/1c3037e9-7c56-420a-8044-d8888b1ffe72_blog-article-header-020222.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/1c3037e9-7c56-420a-8044-d8888b1ffe72_blog-article-header-020222.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YflODBIAACAAHv3m&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-28&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Berkshire breaks through to the forefront in this week&#x27;s release &quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;An incredible 2.1 million Berkshire baptisms, burials, marriages and banns have now been added to the site.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Berkshire baptisms, burials, and marriages newly released&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/5e30dd45-f057-4b2f-b70d-c3d1d79d776c_blog-article-header-012722.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/5e30dd45-f057-4b2f-b70d-c3d1d79d776c_blog-article-header-012722.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YfF-MBIAACMA_SDC&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-21&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Wanted: the criminals of 1921 named in this week&#x27;s release&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Can you spot any of these crooks in the 1921 Census of England and Wales?&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;the criminals of 1921 named in this week&#x27;s release&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/84ebaa49-93f5-44a8-99ad-99a761d12d63_blog-article-header-011922.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/84ebaa49-93f5-44a8-99ad-99a761d12d63_blog-article-header-011922.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:Yef7mxIAACAA02HY&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-14&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Facts and figures for the 1921 Census released this week&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Our new record release this week is one like no other. Discover a bold portrait of 1920s Britain with the 1921 Census of England and Wales Official Reports.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;1921 Census reports on Findmypast&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/cd17005d-7c9c-49d9-96ea-921d15e2d4f7_blog-article-header-011222.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;1921 Census reports on Findmypast&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/cd17005d-7c9c-49d9-96ea-921d15e2d4f7_blog-article-header-011222.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:Yd79ehAAACMAq_z5&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-12-27&quot;,&quot;category&quot;:&quot;The Findmypast Community&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;A New Year message from our CEO&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;To all our members and communities…&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;A New Year message from our CEO&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/c445c623-7ed1-47e4-9c36-8fc13d850b97_blog-header-dorothyl-241221.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/c445c623-7ed1-47e4-9c36-8fc13d850b97_blog-header-dorothyl-241221.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YcG5CRUAACMAIdDI&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-12-23&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;We&#x27;re hitting the road (virtually) with the 1921 Census&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Join us as we take the 1921 Census of England &amp; Wales on a whistle-stop online tour of every corner of the UK and beyond. &quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Findmypast 1921 Census roadshow&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/e224ee06-3437-4bb6-8024-a0cd06c1ecbe_1921-roadshow-blog-header.jpg?auto=compress,format&amp;rect=0,53,1280,613&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Findmypast 1921 Census roadshow&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/34d1ca8e-eaa3-49e5-8ea1-9aaebeffc7fd_1921-roadshow-blog-header.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YcSiRhEAACMAzVmV&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-12-17&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Discover workhouse records and more this week&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Record sets from Coventry to California.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;New workhouse records this week&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/0dba6fe1-ffb6-44ef-ba67-46d3efe4ea0b_blog-article-header-121621.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/0dba6fe1-ffb6-44ef-ba67-46d3efe4ea0b_blog-article-header-121621.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YbnnXRUAACcAg_3n&quot;}}}]},&quot;prismic_allBlog_articles({\&quot;lang\&quot;:\&quot;en-gb\&quot;,\&quot;sortBy\&quot;:\&quot;date_posted_DESC\&quot;,\&quot;tags\&quot;:\&quot;Help Hub\&quot;})&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionConnection&quot;,&quot;totalCount&quot;:64,&quot;edges&quot;:[{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-04-12&quot;,&quot;category&quot;:&quot;Help Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;A genealogist&#x27;s guide to Latin in family history records&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;You&#x27;ll likely encounter Latin as you uncover the incredible stories in your family history. Our handy guide will help you decipher key phrases from Latin to English, so your family tree can continue to bloom.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Latin in genealogy&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/1e62506d-7282-4c59-acf2-94f69794f41d_latin-blog-header.JPG?auto=compress,format&amp;rect=65,0,1089,522&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Latin in genealogy&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/1e62506d-7282-4c59-acf2-94f69794f41d_latin-blog-header.JPG?auto=compress,format&amp;rect=309,0,604,522&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:Ykw49xEAACMAI1jL&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-02-03&quot;,&quot;category&quot;:&quot;Help Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How to trace LGBT ancestors&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Expert Mary McKee reveals the best ways to discover lesbian, gay, bisexual or transgender relatives in your family&#x27;s past.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;How to trace LGBT ancestors&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/417bcaa3-d10d-46f0-ae57-1d58463c372c_blog-lgbt-ancestors-010222+%281%29.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/417bcaa3-d10d-46f0-ae57-1d58463c372c_blog-lgbt-ancestors-010222+%281%29.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:Xd-d-xEAACaiKCvP&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-20&quot;,&quot;category&quot;:&quot;Help Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;10 ways to find out what your house was like generations ago&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Professor Deborah Sugg Ryan from BBC’s A House Through Time explains how to discover what your house looked like when it was first built and beyond.&quot;,&quot;spans&quot;:[{&quot;start&quot;:39,&quot;end&quot;:59,&quot;type&quot;:&quot;em&quot;}]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;who lived in my house&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/b867c566-c85c-4bd7-8e2f-f9fb88ce0eed_blog-header190122-houses.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;who lived in my house&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/b867c566-c85c-4bd7-8e2f-f9fb88ce0eed_blog-header190122-houses.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:Xuc0pxIAACIAftHO&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-06&quot;,&quot;category&quot;:&quot;Help Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Discover who lived in your house before you with address search&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Exploring Findmypast&#x27;s censuses and other property records can reveal who lived in your house back in 1921 and beyond.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;history of house by address&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/5a225521-1648-4c16-8916-eff3ca6a3dc7_house-history-address-search.jpg?auto=compress,format&amp;rect=0,103,984,472&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;history of house by address&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/5a225521-1648-4c16-8916-eff3ca6a3dc7_house-history-address-search.jpg?auto=compress,format&amp;rect=0,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAM-hEAACIA4YMR&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-06&quot;,&quot;category&quot;:&quot;Help Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Key sources for discovering the history of your house&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Tracing your house history through time can reveal the fascinating untold stories of those who lived there before you, writes house historian Melanie Backe-Hansen.&quot;,&quot;spans&quot;:[{&quot;start&quot;:13,&quot;end&quot;:26,&quot;type&quot;:&quot;hyperlink&quot;,&quot;data&quot;:{&quot;link_type&quot;:&quot;Web&quot;,&quot;url&quot;:&quot;https://www.findmypast.co.uk/page/house-history&quot;}}]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;How to trace the history of your house&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/72c22eab-540e-4ed4-9819-511325ca5189_house-history-yellow.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;How to trace the history of your house&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/72c22eab-540e-4ed4-9819-511325ca5189_house-history-yellow.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4Rmv&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-06&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;5 essential tips to remember when searching census records&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;When it comes to revealing family secrets from your past, censuses are your go-to resource. Myko Clelland shares his expert tips on how to search census records and make the most of them.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;How to search census records online&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/f98e3428-d8f0-4ed5-93f2-aa23a6295882_Blog-census.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;How to search census records online&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/f98e3428-d8f0-4ed5-93f2-aa23a6295882_Blog-census.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YFDB5REAACQA1YQ1&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-06&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Everything you need to know about UK census records&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Find out key UK census dates, when the next census will be released and more...&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Guide to UK census records&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/6a75eb8b-9ef8-41ba-9fab-b5f961e1d8d7_UK-census-rebrand.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Guide to UK census records&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/6a75eb8b-9ef8-41ba-9fab-b5f961e1d8d7_UK-census-rebrand.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XV5IhBEAACMAnRpi&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-06&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How the 1921 Census helps reveal the rich history of Britain’s deaf community&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;What do census records tell us about deaf history? Stephen Rigden shines a light on untold stories from the deaf community and explains how you can too.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;The deaf community in the 1921 Census&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/d56013c0-97e5-4c61-8153-fb1076c29501_blog-header-deafhistory.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/d56013c0-97e5-4c61-8153-fb1076c29501_blog-header-deafhistory.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YcHILxUAACIAIhGq&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-08-13&quot;,&quot;category&quot;:&quot;Getting Started&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;A beginner&#x27;s guide on how to search Findmypast&#x27;s family records&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Your family&#x27;s amazing story is waiting to be discovered on Findmypast. This handy guide shows you the records you&#x27;ll need and how to search them.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;How to search Findmypast records&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/b5e6eb59-bf19-4eb3-884a-9eabd8b85a3a_blog-header-gettingstarted-120821.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;How to search Findmypast records&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/b5e6eb59-bf19-4eb3-884a-9eabd8b85a3a_blog-header-gettingstarted-120821.jpg?auto=compress,format&amp;rect=132,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4Ro7&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-08-09&quot;,&quot;category&quot;:&quot;Help Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;15 pro tips for searching British &amp; Irish newspapers on Findmypast&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Findmypast&#x27;s historical newspaper archive collection is a potential goldmine of information on your ancestors. Here&#x27;s how to make the most of it.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;How to search newspapers on Findmypast&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/2f0ffb25-0e0a-488d-8528-b42779916aa4_newspaper-header-image.jpg?auto=compress,format&amp;rect=0,77,1280,613&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;How to search newspapers on Findmypast&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/2f0ffb25-0e0a-488d-8528-b42779916aa4_newspaper-header-image.jpg?auto=compress,format&amp;rect=223,0,834,720&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4Rpx&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-05-19&quot;,&quot;category&quot;:&quot;The Findmypast Community&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;5 of your family history ‘brick walls’ smashed by our experts&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;The Findmypast Community challenged our in-house experts to help them with some tricky family tree conundrums. Read the problems and solutions here.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Family history brick wall solutions&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/24ac5e7e-01e7-4e80-bc4f-69210d7f35bc_Blog-brick-wall.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/24ac5e7e-01e7-4e80-bc4f-69210d7f35bc_Blog-brick-wall.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YKTwdBAAACQA5qdj&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-04-30&quot;,&quot;category&quot;:&quot;Help Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Kinship terminology: How to refer to your family relationships&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Distinguishing your third cousins twice removed from your second cousins thrice removed can be a real head-scratcher. This useful guide to kinship terminology should help.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;What to call distant relatives&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/642e6371-41a7-4cf7-b288-2feeba38bbca_Blog-Kinship.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;What to call distant relatives&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/642e6371-41a7-4cf7-b288-2feeba38bbca_Blog-Kinship.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4RoJ&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-03-15&quot;,&quot;category&quot;:&quot;Help Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;An expert&#x27;s guide to researching Irish surnames&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Fiona Fitzsimons of the Irish Family History Centre shares her insider tips for uncovering the origin of your Irish family name.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Irish surname origins&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/0d00d41a-2130-46e4-880d-b22239360573_Blog-irish-surnames.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Irish surname origins&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/0d00d41a-2130-46e4-880d-b22239360573_Blog-irish-surnames.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YE9PiRAAACEAJZWu&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-03-03&quot;,&quot;category&quot;:&quot;Help Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How social history can help you find female ancestors&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Researching the women in your family tree often presents significant challenges. Lisa Lisson explains how social history records can help.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;social history and how it will help you find female ancestors&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/959b1389-7ede-499a-b177-b99dc0fe7222_female-ancestors-blog-header.jpg?auto=compress,format&amp;rect=0,65,904,433&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;social history and how it will help you find female ancestors&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/959b1389-7ede-499a-b177-b99dc0fe7222_female-ancestors-blog-header.jpg?auto=compress,format&amp;rect=119,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YD4kZBAAACMA2mTS&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-03-01&quot;,&quot;category&quot;:&quot;Help Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;The history behind the most common Welsh surnames&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;If you’ve come across a Jones, Evans or Davies in your family tree, chances are you have Welsh ancestry. But what’s the history and meaning behind these traditional Welsh surnames? Read on to find out. &quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Common Welsh surnames&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/0eaec88e-265c-4908-9373-67d069741892_daffodils.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Common Welsh surnames&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/0eaec88e-265c-4908-9373-67d069741892_daffodils.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YDe2NREAACcAWqpR&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-02-08&quot;,&quot;category&quot;:&quot;Help Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;13 tips to try when your family tree leaves you stumped&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Like anything worth pursuing, family history can be challenging but that makes the successes all the sweeter. Here are some handy hacks for overcoming the obstacles your ancestors throw at you.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Tips for overcoming family history brick walls&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/693a9133-f53e-4baf-a950-fe0e1a699326_stumped-header-image.jpg?auto=compress,format&amp;rect=0,53,1280,613&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/693a9133-f53e-4baf-a950-fe0e1a699326_stumped-header-image.jpg?auto=compress,format&amp;rect=223,0,834,720&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YB7F3hEAACsAob_9&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-10-24&quot;,&quot;category&quot;:&quot;Help Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;The resources you need to discover Caribbean ancestors&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;If you&#x27;re one of the many people wanting to trace your people back to their origins in the Caribbean, Sharon Hintze&#x27;s guide is for you.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;caribbean ancestry&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/afb66c2e-b629-499e-af83-7867754b6865_BHM-marley.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;caribbean ancestry&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/afb66c2e-b629-499e-af83-7867754b6865_BHM-marley.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:X4RuUhEAANoKF1_E&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-10-01&quot;,&quot;category&quot;:&quot;Help Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;The challenges of researching Black family history in Britain    &quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Why is it so tricky to trace Black British ancestors? Lucy Daish examines the confronting reasons and why they&#x27;re important to highlight.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;African and Caribbean ancestry&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/d44ad46f-3bf0-4f53-bc62-9f24888a8dc4_2marriage.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;African and Caribbean ancestry&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/d44ad46f-3bf0-4f53-bc62-9f24888a8dc4_2marriage.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:X2TAkREAACMAj-PC&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-08-18&quot;,&quot;category&quot;:&quot;Help Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How to make connections across oceans with the Catholic Heritage Archive&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;If your ancestors emigrated, you could discover them in multiple Catholic record collections.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;catholic Irish American ancestors header&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/e5153927-43a1-4ac0-a9e7-04003f77277d_catholic-american-irish-blog.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/e5153927-43a1-4ac0-a9e7-04003f77277d_catholic-american-irish-blog.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAM-hEAACIA4YLZ&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-06-02&quot;,&quot;category&quot;:&quot;Help Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;9 house history research challenges with tips on how to overcome them&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;What problems could you face when exploring the history of your house? House historian Melanie Backe-Hansen has the answers and the solutions.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;why can&#x27;t I find who lived in my house?&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/85bc9315-5cea-4f59-932d-6fdebef8a7b4_house-history-challenges.jpg?auto=compress,format&amp;rect=0,64,910,436&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;why can&#x27;t I find who lived in my house?&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/85bc9315-5cea-4f59-932d-6fdebef8a7b4_house-history-challenges.jpg?auto=compress,format&amp;rect=128,0,654,565&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XtYdMxAAAIoAQsqV&quot;}}}]},&quot;prismic_allBlog_articles({\&quot;lang\&quot;:\&quot;en-gb\&quot;,\&quot;sortBy\&quot;:\&quot;date_posted_DESC\&quot;,\&quot;tags\&quot;:\&quot;Discoveries\&quot;})&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionConnection&quot;,&quot;totalCount&quot;:119,&quot;edges&quot;:[{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-04-27&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Genealogists in 1921: discover a profession that stands the test of time&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Of all the occupations found in the 1921 Census of England &amp; Wales, &#x27;genealogist&#x27; might be our favourite.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Genealogists in 1921: discover a profession that stands the test of time&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/065b46fc-1d7b-48be-ae04-f4a13d70e862_blog-header-genealogists1921+%282%29.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/065b46fc-1d7b-48be-ae04-f4a13d70e862_blog-header-genealogists1921+%282%29.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YmJurBEAAL3thUi7&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-03-22&quot;,&quot;category&quot;:&quot;Discoveries&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Who were the real Bridgertons?&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;It was the lockdown content we all needed: a period drama filled with scandal and romance. Bridgerton on Netflix is now one of the platform’s most viewed shows. But were the Bridgertons a real family, and what were they doing in 1921?&quot;,&quot;spans&quot;:[{&quot;start&quot;:91,&quot;end&quot;:101,&quot;type&quot;:&quot;em&quot;}]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;regency dancing&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/7535a5d4-ce8c-4ab6-bfb5-1c31d74124f3_bridgerton2.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;regency dancing&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/7535a5d4-ce8c-4ab6-bfb5-1c31d74124f3_bridgerton2.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YCJyBREAACgAsgHi&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-03-03&quot;,&quot;category&quot;:&quot;Discoveries&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;England’s most famous female footballers in the 1921 Census&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;If you thought football was always a man’s game, you’d be wrong. The early 20th century saw the women’s game heading to the top and delighting audiences of tens of thousands. But it wasn’t to last.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;carmen pomies and florrie redford in 1925, blog header image&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/6859b387-3e09-4aba-b48e-0b50ee39543d_blog-header-womenfootball1921-010322.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;carmen pomies and florrie redford in 1925, blog header image&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/6859b387-3e09-4aba-b48e-0b50ee39543d_blog-header-womenfootball1921-010322.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:Yhyo7RAAACEAlbPU&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-03-03&quot;,&quot;category&quot;:&quot;Discoveries&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Who were the UK&#x27;s first female police officers?&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;The 1920s was an arresting period for women and gender equality. Times were changing, and some trailblazing women rose through the ranks to make history. This is their story, told through the 1921 Census of England &amp; Wales.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;the first female police officers&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/4c613158-04a6-4334-8d64-0295f054cca2_blog-header-womenpolice1921-010322.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;the first female police officers&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/4c613158-04a6-4334-8d64-0295f054cca2_blog-header-womenpolice1921-010322.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:Yh9maxAAACMAodqX&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-02-21&quot;,&quot;category&quot;:&quot;Discoveries&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Who were the REAL Peaky Blinders?&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Was Peaky Blinders’ Tommy Shelby a real person? Discover the true story of Birmingham’s most famous gangsters.&quot;,&quot;spans&quot;:[{&quot;start&quot;:4,&quot;end&quot;:19,&quot;type&quot;:&quot;em&quot;}]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;The real Peaky Blinders&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/4cba48e4-8158-4c51-86ae-57089693ba61_real-peaky-blinders.jpg?auto=compress,format&amp;rect=0,4,1182,566&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;The real Peaky Blinders&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/4cba48e4-8158-4c51-86ae-57089693ba61_real-peaky-blinders.jpg?auto=compress,format&amp;rect=258,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XVvrThMAACIAzLin&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-02-11&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;The scandalous Edwardian fake heiress who took the press by storm&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Sometimes truth is stranger than fiction. The story of fake heiress Anna Delvey has been adapted by Shonda Rhimes for Netflix. But over a century ago, another fraudster hit the headlines. Here’s her story.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;The scandalous Edwardian fake heiress who took the press by storm&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/52d1a7a6-4d55-4a77-a448-f5468afa933a_blog-fake-heiresses-030222.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/52d1a7a6-4d55-4a77-a448-f5468afa933a_blog-fake-heiresses-030222.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YgPfixEAACAAhZQl&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-18&quot;,&quot;category&quot;:&quot;Discoveries&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;The power of the past: David Olusoga explores the 1921 Census&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;One of the biggest record releases in modern history sees historian David Olusoga delve into discoveries found in the 1921 Census of England and Wales.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;David Olusoga and the 1921 Census&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/f63a398c-bc0d-4124-bca6-0b5ea65ad265_blog-header-surprisingfinds-2040122.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;David Olusoga and the 1921 Census&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/f63a398c-bc0d-4124-bca6-0b5ea65ad265_blog-header-surprisingfinds-2040122.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YdbkpBEAACMAHRpI&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-06&quot;,&quot;category&quot;:&quot;Discoveries&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How Findmypast’s military records told the story of seven First World War brothers &quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Most of us have military ancestors, but telling their tale is another story. Findmypast’s Ellie took to family history records to uncover what happened to seven serving Overthrow brothers. &quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;ww1 soldiers&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/faabdc99-2a6a-44d5-8be3-e1164beedcc7_blog-header-6brothers.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;ww1 soldiers&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/faabdc99-2a6a-44d5-8be3-e1164beedcc7_blog-header-6brothers.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YYP8-xEAACQAmFSL&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-06&quot;,&quot;category&quot;:&quot;Discoveries&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Where were the Royal family living in the 1921 Census?&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Just like every other person in England and Wales, on 19 June 1921 the Royal family were recorded on the 1921 Census. What secrets does their Census return uncover?&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;the royal family in 1921&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/e8371803-fcfa-4e64-a0e4-59f7c431690b_blog-header-theroyals1921-241221.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;the royal family in 1921&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/e8371803-fcfa-4e64-a0e4-59f7c431690b_blog-header-theroyals1921-241221.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YcxVgBEAACEA7yGY&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-06&quot;,&quot;category&quot;:&quot;Discoveries&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;10 amazing finds and faces in the 1921 Census &quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Take a look at the some of the oddities and eccentricities we discovered while digitising the census.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;10 amazing discoveries in the 1921 Census&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/2b8d6702-b880-4af2-8b98-fc17151b5667_blog-header-amazingfinds-241221.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/2b8d6702-b880-4af2-8b98-fc17151b5667_blog-header-amazingfinds-241221.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YcNGBhEAACMAx3fy&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-11-29&quot;,&quot;category&quot;:&quot;Discoveries&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Review: Who Do You Think You Are? UK series 18&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;See which celebrities explored their family trees for Who Do You Think You Are? UK 2021.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;who do you think you are uk 2021&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/22518a8e-ebc0-4c70-9dcc-bb9842c466a7_wdytya-2021-blog-header.jpg?auto=compress,format&amp;rect=0,53,1280,613&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;who do you think you are uk 2021&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/22518a8e-ebc0-4c70-9dcc-bb9842c466a7_wdytya-2021-blog-header.jpg?auto=compress,format&amp;rect=223,0,834,720&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YT9bAhIAACMALKcU&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-09-23&quot;,&quot;category&quot;:&quot;Discoveries&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;The rise and fall of these disappearing British surnames&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Could your surname be on the brink of disappearing? From the most common surnames to those on the verge of extinction, we explored what these trends mean for you and for family historians. &quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;disappearing british surnames&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/94b6f633-e241-47f9-b142-65eda0eb01a3_s1.png?auto=compress,format&amp;rect=3,0,1021,489&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;disappearing british surnames&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/94b6f633-e241-47f9-b142-65eda0eb01a3_s1.png?auto=compress,format&amp;rect=230,0,566,489&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YUxsQxAAAB8A1EVp&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-09-22&quot;,&quot;category&quot;:&quot;Discoveries&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Real-life spies, actors and priests in this James Bond writer’s family tree &quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;No Time To Die and Fleabag writer Phoebe Waller-Bridge has her own daredevil characters in her family tree. Our genealogy records reveal a Second World War spy, an actor, a scandalous colonial jurist, and even a priest or two.  &quot;,&quot;spans&quot;:[{&quot;start&quot;:0,&quot;end&quot;:14,&quot;type&quot;:&quot;em&quot;},{&quot;start&quot;:19,&quot;end&quot;:27,&quot;type&quot;:&quot;em&quot;}]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;phoebe waller-bridge&#x27;s family tree&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/d60b8fae-c7e2-4121-8efa-341c8a1d0fe6_blog-header-phoebewb.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;phoebe waller-bridge&#x27;s family tree&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/d60b8fae-c7e2-4121-8efa-341c8a1d0fe6_blog-header-phoebewb.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YUhO5BIAAAsdVREJ&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-09-02&quot;,&quot;category&quot;:&quot;Discoveries&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Who lived in a house like this?&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Have you ever wondered who lived in your house before you? If your walls could talk, what stories would they tell? We asked these period homeowners to investigate the history of their homes.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;house history&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/474697aa-816c-4c57-acc9-b4a08bf0222f_blog-header-historyhouse-270821.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;house history&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/474697aa-816c-4c57-acc9-b4a08bf0222f_blog-header-historyhouse-270821.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YSycfxUAACUAx5pv&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-08-30&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Who was Jack the Ripper? The answer may be hidden in our family records&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Jack the Ripper&#x27;s identity has been shrouded in mystery for over a century. We&#x27;ve dug deeper into his notorious crimes, getting to know the victims and suspects a little better with the help of our family records and newspapers.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Who was Jack the Ripper?&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/4f36d7d2-1191-4f83-a943-54420afef244_blog-header-JackTheRipper-100821.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Who was Jack the Ripper?&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/4f36d7d2-1191-4f83-a943-54420afef244_blog-header-JackTheRipper-100821.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YSy2NhUAACQAyBa-&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-08-06&quot;,&quot;category&quot;:&quot;Discoveries&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Exploring the family trees of Team GB’s gold medallists&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;The Tokyo 2020 Olympics delighted audiences around the world, and we saw success, drama, tears and tragedy. It got us wondering: what successes lie in the family trees of Team GB’s champions? We took to our family history records to find out.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;tom daley and charlotte dujardin&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/04b500b5-302e-4c11-84b0-193778f0f76e_blog-header-olympians-050821.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;tom daley and charlotte dujardin&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/04b500b5-302e-4c11-84b0-193778f0f76e_blog-header-olympians-050821.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YQ0aRRIAACEAK1Vd&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-07-14&quot;,&quot;category&quot;:&quot;Discoveries&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Heroes and villains in Tom Hiddleston’s family tree&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Popular Marvel actor Tom Hiddleston rose to global fame as Loki in Kenneth Branagh’s Thor and The Avengers, but are there any heroes (super, or otherwise) in his family tree? We explored our genealogy records to discover the family history of the Marvel star.&quot;,&quot;spans&quot;:[{&quot;start&quot;:85,&quot;end&quot;:89,&quot;type&quot;:&quot;em&quot;},{&quot;start&quot;:94,&quot;end&quot;:106,&quot;type&quot;:&quot;em&quot;}]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;tom hiddleston&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/33cc34c5-431a-49ef-828b-1187d0d438d3_hiddles.png?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;tom hiddleston&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/33cc34c5-431a-49ef-828b-1187d0d438d3_hiddles.png?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YO61mRAAACIAhRwq&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-07-13&quot;,&quot;category&quot;:&quot;Discoveries&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;What were the most popular vintage baby names?&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;We&#x27;ve been exploring classic baby names from the Regency period to Edwardian times in our family history records. Plus, discover your historical name with our interactive quiz.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;vintage photo of a father and young son&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/b5d6973b-7f64-4d7f-a8d4-e65504afc43a_baby1.png?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;vintage photo of a father and young son&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/b5d6973b-7f64-4d7f-a8d4-e65504afc43a_baby1.png?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YOxOTRAAACIAem_t&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-06-11&quot;,&quot;category&quot;:&quot;Discoveries&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;We’ve discovered everyday heroes and unusual nuptials in Gareth Bale’s family tree&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Gareth Bale’s family heritage is deep-rooted in Wales. With footballing and firefighting relatives, the story of his past is shaped by success, heartbreak and bravery.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Gareth Bale family tree&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/5e2877e0-0d89-46d5-a711-17269d1af12f_Blog-Bale.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Gareth Bale family tree&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/5e2877e0-0d89-46d5-a711-17269d1af12f_Blog-Bale.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YK5hxBAAACQArttq&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-06-09&quot;,&quot;category&quot;:&quot;Discoveries&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Harry Kane&#x27;s family tree reveals footballing forefathers and overseas connections&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;England through and through? Not quite. Harry Kane’s family story spans from London to Ireland and the United States.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Harry Kane family tree&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/5797912f-def7-4a48-ae8c-b1428cf50fba_Blog-Harry-Kane.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/5797912f-def7-4a48-ae8c-b1428cf50fba_Blog-Harry-Kane.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YJquDhEAACMAN4HP&quot;}}}]},&quot;prismic_allBlog_articles({\&quot;lang\&quot;:\&quot;en-gb\&quot;,\&quot;sortBy\&quot;:\&quot;date_posted_DESC\&quot;,\&quot;tags\&quot;:\&quot;History Hub\&quot;})&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionConnection&quot;,&quot;totalCount&quot;:106,&quot;edges&quot;:[{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-04-29&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Seaside escape or city break? Discover the incredible rise of tourism in the 1921 Census&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Our expert Brian Donovan dives into the rise of tourism, holidaymaking, and vacationing in 1920s England and Wales.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Trotting off on a summer holiday? Discover the incredible rise of tourism in the 1921 Census&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/475df903-c903-4678-8ddc-daf3ddfd66d6_blog-header-tourism1921.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/475df903-c903-4678-8ddc-daf3ddfd66d6_blog-header-tourism1921.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YmajaxEAAMD7l9pq&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-04-27&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Genealogists in 1921: discover a profession that stands the test of time&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Of all the occupations found in the 1921 Census of England &amp; Wales, &#x27;genealogist&#x27; might be our favourite.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Genealogists in 1921: discover a profession that stands the test of time&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/065b46fc-1d7b-48be-ae04-f4a13d70e862_blog-header-genealogists1921+%282%29.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/065b46fc-1d7b-48be-ae04-f4a13d70e862_blog-header-genealogists1921+%282%29.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YmJurBEAAL3thUi7&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-04-26&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Peer into the dramatic past of the REAL Downton Abbey&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Highclere Castle, where Downton Abbey is set, has a history just as eventful as the popular period drama.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/fc3eed58-0f8e-4904-a6e1-88b5fe195be2_downton+abbey.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/fc3eed58-0f8e-4904-a6e1-88b5fe195be2_downton+abbey.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XXtNshAAACIAH8gq&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-04-15&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How Black Friday 1921 led to the census being postponed for the first time in history&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Mary McKee explores the unemployment crisis of 1921, how it brought about the decision to postpone that year&#x27;s census, as well as what the census reveals about that critical time.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Black Friday 1921 - Miner&#x27;s strike&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/9b35618f-2971-45ff-b6f8-4c089810d1c4_black-friday-1921-miners-strike.jpg?auto=compress,format&amp;rect=0,0,1280,613&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Black Friday 1921 - Miner&#x27;s strike&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/9b35618f-2971-45ff-b6f8-4c089810d1c4_black-friday-1921-miners-strike.jpg?auto=compress,format&amp;rect=223,0,834,720&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YlkuahEAACYAXIU8&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-03-23&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Outlander: discover the brutal history behind the doomed Jacobite revolutions&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;With Outlander taking the world by storm from deep in the Scottish Highlands, explore how the Jacobite revolution truly began.&quot;,&quot;spans&quot;:[{&quot;start&quot;:5,&quot;end&quot;:14,&quot;type&quot;:&quot;em&quot;}]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Outlander and the Jacobite revolutions&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/45b69d9b-866c-4821-b435-23e8e879c857_blog-jacobite-220822.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/45b69d9b-866c-4821-b435-23e8e879c857_blog-jacobite-220822.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YjNaahAAACgAPgrZ&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-03-04&quot;,&quot;category&quot;:&quot;Build Your Family Tree&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Who&#x27;s who on the Queen&#x27;s family tree?&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Take a closer look at Queen Elizabeth II’s ancestry and the British royal family tree. &quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;queen elizabeth genealogy&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/70464ad5-9027-4bcc-b58d-8f6057d1d30f_blog-queen-030822.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;queen elizabeth genealogy&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/70464ad5-9027-4bcc-b58d-8f6057d1d30f_blog-queen-030822.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XcwkNxEAACIA0bro&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-02-21&quot;,&quot;category&quot;:&quot;Discoveries&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Who were the REAL Peaky Blinders?&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Was Peaky Blinders’ Tommy Shelby a real person? Discover the true story of Birmingham’s most famous gangsters.&quot;,&quot;spans&quot;:[{&quot;start&quot;:4,&quot;end&quot;:19,&quot;type&quot;:&quot;em&quot;}]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;The real Peaky Blinders&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/4cba48e4-8158-4c51-86ae-57089693ba61_real-peaky-blinders.jpg?auto=compress,format&amp;rect=0,4,1182,566&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;The real Peaky Blinders&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/4cba48e4-8158-4c51-86ae-57089693ba61_real-peaky-blinders.jpg?auto=compress,format&amp;rect=258,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XVvrThMAACIAzLin&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-02-11&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;The scandalous Edwardian fake heiress who took the press by storm&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Sometimes truth is stranger than fiction. The story of fake heiress Anna Delvey has been adapted by Shonda Rhimes for Netflix. But over a century ago, another fraudster hit the headlines. Here’s her story.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;The scandalous Edwardian fake heiress who took the press by storm&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/52d1a7a6-4d55-4a77-a448-f5468afa933a_blog-fake-heiresses-030222.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/52d1a7a6-4d55-4a77-a448-f5468afa933a_blog-fake-heiresses-030222.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YgPfixEAACAAhZQl&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-14&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Diversity and diaspora in the 1921 Census&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;The 1921 Census of England and Wales doesn&#x27;t just uncover British history, but shines a light on the long-standing richness of British multiculturalism. &quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Diaspora in the 1921 Census&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/09ddbe3c-7828-4700-aa6b-1d08f8827796_blog-header-diaspora1921-130122.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/09ddbe3c-7828-4700-aa6b-1d08f8827796_blog-header-diaspora1921-130122.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YdxTKhEAACMANL3c&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-06&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Your go-to guide to jobs in 1920s Britain&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Was your grandmother one of the first policewomen? Or your great uncle one of the last mole-catchers? The 1921 Census of England and Wales was the first to capture employment details. But what do we already know about jobs in the 1920s?&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Employment in Britain in the 1920s&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/d1af3345-97dc-4a0a-b1ca-e3d2106e19e3_blog-header-jobsbritain20s.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Employment in Britain in the 1920s&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/d1af3345-97dc-4a0a-b1ca-e3d2106e19e3_blog-header-jobsbritain20s.jpg?auto=compress,format&amp;rect=158,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YWbmQhIAACEAbecE&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-06&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;What was life like in 1920s Britain?&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;The 1921 Census of England and Wales will reveal where your relatives were, what they were doing and who they were doing it with that summer. But what was life in 1920s Britain like for them at the time?&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Life in the 1920s Britain&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/763841f0-a30e-46cd-b444-ce19c64dc5c6_blog-header-lifebritain20s.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Life in the 1920s Britain&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/763841f0-a30e-46cd-b444-ce19c64dc5c6_blog-header-lifebritain20s.jpg?auto=compress,format&amp;rect=172,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YWlXfxIAACAAeNfz&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-06&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Here&#x27;s what it was like to take a national census back in 1921&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;From organising the enumerators to producing the reports, collecting the 1921 Census of England &amp; Wales was an epic undertaking. Stephen Rigden explains how it was done and why it’s so important.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;How the 1921 Census was taken&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/fec71493-a0f8-4cfa-aece-dddaaf493020_blog-header-mechanicslogistics131021.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;How the 1921 Census was taken&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/fec71493-a0f8-4cfa-aece-dddaaf493020_blog-header-mechanicslogistics131021.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YYKfphEAACEAkhmo&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-01-06&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How the 1921 Census helps reveal the rich history of Britain’s deaf community&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;What do census records tell us about deaf history? Stephen Rigden shines a light on untold stories from the deaf community and explains how you can too.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;The deaf community in the 1921 Census&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/d56013c0-97e5-4c61-8153-fb1076c29501_blog-header-deafhistory.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/d56013c0-97e5-4c61-8153-fb1076c29501_blog-header-deafhistory.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YcHILxUAACIAIhGq&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-12-15&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;1920s style: class, controversy, and liberation&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;You&#x27;ve heard of the Roaring Twenties, the Flapper Era, the Golden Times - but what of 1920s fashion? In a time often dubbed to be some of the most progressive years in international history, let&#x27;s take a closer look at the styles of the season. &quot;,&quot;spans&quot;:[{&quot;start&quot;:20,&quot;end&quot;:36,&quot;type&quot;:&quot;hyperlink&quot;,&quot;data&quot;:{&quot;link_type&quot;:&quot;Web&quot;,&quot;url&quot;:&quot;https://www.findmypast.co.uk/blog/history/life-in-1920s-britain&quot;}}]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/b9a4099c-8f94-42f7-928a-c0d31a2c61d2_blog-header-20sfashion.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/b9a4099c-8f94-42f7-928a-c0d31a2c61d2_blog-header-20sfashion.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YbDSxxUAACYAavPY&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-08-30&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Who was Jack the Ripper? The answer may be hidden in our family records&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Jack the Ripper&#x27;s identity has been shrouded in mystery for over a century. We&#x27;ve dug deeper into his notorious crimes, getting to know the victims and suspects a little better with the help of our family records and newspapers.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Who was Jack the Ripper?&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/4f36d7d2-1191-4f83-a943-54420afef244_blog-header-JackTheRipper-100821.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Who was Jack the Ripper?&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/4f36d7d2-1191-4f83-a943-54420afef244_blog-header-JackTheRipper-100821.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YSy2NhUAACQAyBa-&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-07-05&quot;,&quot;category&quot;:&quot;Family Records&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Were your ancestors caught up in the Irish War of Independence?&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Discover the remarkable stories of the rebels who fought against British rule in Ireland with Brian Donovan&#x27;s expert family research tips.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Ancestors in Irish War of Independence&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/9e08db3b-3920-48b2-bb7e-14ad9af33558_irish-war-of-independence.jpg?auto=compress,format&amp;rect=0,40,800,383&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Ancestors in Irish War of Independence&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/9e08db3b-3920-48b2-bb7e-14ad9af33558_irish-war-of-independence.jpg?auto=compress,format&amp;rect=66,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YOMJEhIAACAA__TG&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-07-05&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;What were the most popular Victorian seaside holiday destinations?&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Do you love to be beside the seaside? Your ancestors did too. Our beach-going forebears loved nothing more than to flock to the coast. Here’s where they went, what they got up to and how much they paid. &quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Vintage photo of women on holiday at the seaside&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/adc7a9db-9936-42d7-8858-77db4517c77a_Blog-holidays.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Vintage photo of women on holiday at the seaside&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/adc7a9db-9936-42d7-8858-77db4517c77a_Blog-holidays.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YNwwWhEAACQAURsF&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-06-29&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Why did so many of our ancestors migrate to America via Canada?&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;The first stop for many American immigrants was north of the border in Canada. Stephen Rigden explains why they chose that route and how their journey would have unfolded.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;History of immigration to Canada&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/67526781-792b-44f7-988b-e592de7281de_usa-canada-header-image.jpg?auto=compress,format&amp;rect=0,10,640,307&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;History of immigration to Canada&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/67526781-792b-44f7-988b-e592de7281de_usa-canada-header-image.jpg?auto=compress,format&amp;rect=131,0,379,327&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:X0fJ9hEAACMAhKDy&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-06-18&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Who was the first woman to win Wimbledon? (and other firsts from women’s sport history)&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;As there were so many men at the forefront of sports history, we wondered about the pioneering but often forgotten female sporting heroes who paved the way for more inclusive competition. Here are just a few of our favourites.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;british women&#x27;s football club&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/d08a1407-7438-4861-b469-2cf6870f73b2_Blog-womens-sport.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;british women&#x27;s football club&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/d08a1407-7438-4861-b469-2cf6870f73b2_Blog-womens-sport.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YMn8IRQAACQAgv8E&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-06-16&quot;,&quot;category&quot;:&quot;History Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;10 famous suffragettes (and suffragists) who risked everything for equality&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;The British suffrage movement and its determined members stopped at nothing to win equal rights. Discover which famous suffrage leader you&#x27;re most like and then explore and their amazing stories.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;famous suffragettes&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/921def54-2022-4f96-9a65-5f092d7240d8_suffragettes.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;famous suffragettes&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/921def54-2022-4f96-9a65-5f092d7240d8_suffragettes.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAM-hEAACIA4YLL&quot;}}}]},&quot;prismic_allBlog_articles({\&quot;lang\&quot;:\&quot;en-gb\&quot;,\&quot;sortBy\&quot;:\&quot;date_posted_DESC\&quot;,\&quot;tags\&quot;:\&quot;The Findmypast Community\&quot;})&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionConnection&quot;,&quot;totalCount&quot;:44,&quot;edges&quot;:[{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-04-12&quot;,&quot;category&quot;:&quot;The Findmypast Community&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Using the 1921 Census to uncover hidden family stories&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Since the highly anticipated release of the 1921 Census of England and Wales, exclusively online at Findmypast, our community have been busy uncovering secrets and breaking decade-long brick walls. Here are their stories.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;1921 census community discoveries&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/05f0e3cb-f6e7-471d-88d9-958475109ec8_blog-community1921-033122-1921+%281%29.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;1921 census community discoveries&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/05f0e3cb-f6e7-471d-88d9-958475109ec8_blog-community1921-033122-1921+%281%29.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YlRHkhEAACMARqXZ&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2022-02-03&quot;,&quot;category&quot;:&quot;Help Hub&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How to trace LGBT ancestors&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Expert Mary McKee reveals the best ways to discover lesbian, gay, bisexual or transgender relatives in your family&#x27;s past.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;How to trace LGBT ancestors&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/417bcaa3-d10d-46f0-ae57-1d58463c372c_blog-lgbt-ancestors-010222+%281%29.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/417bcaa3-d10d-46f0-ae57-1d58463c372c_blog-lgbt-ancestors-010222+%281%29.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:Xd-d-xEAACaiKCvP&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-12-27&quot;,&quot;category&quot;:&quot;The Findmypast Community&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;A New Year message from our CEO&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;To all our members and communities…&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;A New Year message from our CEO&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/c445c623-7ed1-47e4-9c36-8fc13d850b97_blog-header-dorothyl-241221.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/c445c623-7ed1-47e4-9c36-8fc13d850b97_blog-header-dorothyl-241221.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YcG5CRUAACMAIdDI&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-12-23&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;We&#x27;re hitting the road (virtually) with the 1921 Census&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Join us as we take the 1921 Census of England &amp; Wales on a whistle-stop online tour of every corner of the UK and beyond. &quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Findmypast 1921 Census roadshow&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/e224ee06-3437-4bb6-8024-a0cd06c1ecbe_1921-roadshow-blog-header.jpg?auto=compress,format&amp;rect=0,53,1280,613&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Findmypast 1921 Census roadshow&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/34d1ca8e-eaa3-49e5-8ea1-9aaebeffc7fd_1921-roadshow-blog-header.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YcSiRhEAACMAzVmV&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-11-16&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;The 1921 census is coming&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/9132429f-f283-4bfb-bb91-d88d5a3c847f_youtube-profile-800x800-020921.jpg?auto=compress,format&amp;rect=0,54,800,691&amp;w=550&amp;h=475&quot;},&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;We’re calling for centenarians to be part of the 1921 Census launch&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Your country needs you!&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/22938597-d626-48c9-af55-a40ccf01dd5e_blog-header-1921centenarians.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/22938597-d626-48c9-af55-a40ccf01dd5e_blog-header-1921centenarians.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YYzqeBMAACAAuf9m&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-09-13&quot;,&quot;category&quot;:&quot;The Findmypast Community&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Can you spot the right UK locations in our vintage photos quiz?&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;The Francis Frith Collection is full of incredible snapshots from yesteryear. We&#x27;re challenging you to correctly identify where 20 of them were originally taken.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Vintage photos quiz&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/8ffe0cdf-8c3e-4bd5-8b31-a8104e8f66a2_francis-frith-vintage-photos-quiz-blog-header.jpg?auto=compress,format&amp;rect=0,31,1098,526&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Vintage photos quiz&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/8ffe0cdf-8c3e-4bd5-8b31-a8104e8f66a2_francis-frith-vintage-photos-quiz-blog-header.jpg?auto=compress,format&amp;rect=319,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YTyu-xIAACMAIO7A&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-06-01&quot;,&quot;category&quot;:&quot;The Findmypast Community&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Get to know the fantastic Findmypast customer support team&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;We don’t like to brag but we think you’ll agree; our customer support team are the best in the business. Now, for the first time, we’d like you to get to know them…&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Findmypast customer support team&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/ce74b28b-b54f-4394-987c-a8d1747098ef_Blog-proud-moments.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Findmypast customer support team&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/ce74b28b-b54f-4394-987c-a8d1747098ef_Blog-proud-moments.jpg?auto=compress,format&amp;rect=101,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YK5HBRAAACMArjn4&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-05-31&quot;,&quot;category&quot;:&quot;The Findmypast Community&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Introducing the first-ever Findmypast Community Award winner&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;The Findmypast Community Award recognises and celebrates the everyday heroes of family history. Meet our first winner.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Findmypast community award&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/9f5d4320-5fc3-4aa2-a15a-4997a2160c68_CW-Blog-article-header.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Findmypast community award&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/9f5d4320-5fc3-4aa2-a15a-4997a2160c68_CW-Blog-article-header.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YKPjdRAAACQA4eXX&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-05-19&quot;,&quot;category&quot;:&quot;The Findmypast Community&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;5 of your family history ‘brick walls’ smashed by our experts&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;The Findmypast Community challenged our in-house experts to help them with some tricky family tree conundrums. Read the problems and solutions here.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Family history brick wall solutions&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/24ac5e7e-01e7-4e80-bc4f-69210d7f35bc_Blog-brick-wall.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:null,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/24ac5e7e-01e7-4e80-bc4f-69210d7f35bc_Blog-brick-wall.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YKTwdBAAACQA5qdj&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-02-19&quot;,&quot;category&quot;:&quot;The Findmypast Community&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Inspire young minds with our free family tree template for kids&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;To make family history easy and accessible for the younger generation, we’ve put together a handy family tree template for kids. It’s free to download and is the perfect activity to do alongside your eight-year-old or give to older children as a project.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;teenager doing school work&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/a7061b0c-6f66-4d43-a0b6-0ae67a125ece_kids2.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;teenager doing school work&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/a7061b0c-6f66-4d43-a0b6-0ae67a125ece_kids2.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:YC5_ThIAACAAc_TP&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-02-03&quot;,&quot;category&quot;:&quot;The Findmypast Community&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How to bring your family together online&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;By embracing the new normal, you can use your time at home to connect with family and dig deeper into your past. Genealogist Lisa Lisson shares clever tips for hosting a virtual family gathering.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;virtual family gathering&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/976c6124-0b17-44e7-aafe-1c3697d64526_virtual-family-gathering-blog-header.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;virtual family gathering&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/976c6124-0b17-44e7-aafe-1c3697d64526_virtual-family-gathering-blog-header.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:X9iQkxAAADqpaHLU&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-01-11&quot;,&quot;category&quot;:&quot;The Findmypast Community&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;My grandfather&#x27;s emotional return to the D-Day beaches&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Findmypast&#x27;s Alex Cox shares his grandfather&#x27;s experiences of the D-Day Landings and his first return to Normandy since the Second World War.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;D-Day veteran returns to Normandy&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/cbfcee56-7a46-42f4-9930-a37761bd1ba6_Alex-blog.png?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;D-Day veteran returns to Normandy&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/cbfcee56-7a46-42f4-9930-a37761bd1ba6_Alex-blog.png?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XUAqRREAACIA4goQ&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-01-11&quot;,&quot;category&quot;:&quot;The Findmypast Community&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;From the Highlands to the world: Were your Scottish ancestors forced to relocate?&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Many corners of the world are rich in Scottish culture today. But our ancestors didn&#x27;t always choose these places as home. Our partners at the Migration Museum explore the history of Scotland&#x27;s Highland Clearances.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Scottish Highland Clearances&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/4eb7cf8c-cf97-49b7-a2ff-fb5bb9f9979e_highland-clearances-blog-header.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Scottish Highland Clearances&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/4eb7cf8c-cf97-49b7-a2ff-fb5bb9f9979e_highland-clearances-blog-header.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:X_hSJBAAAASq_uc3&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-01-11&quot;,&quot;category&quot;:&quot;The Findmypast Community&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How I found out I&#x27;m descended from a Mayflower crew member &quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Findmypast CEO Tamsin Todd’s voyage into her past unlocked an amazing link to the famous Mayflower ship. Here, she shares her story.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;John Alden descendants&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/5573bb69-dd41-4fc0-87e6-f11e5a46fce5_Tamsin-blog.png?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;John Alden descendants&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/5573bb69-dd41-4fc0-87e6-f11e5a46fce5_Tamsin-blog.png?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:X2IG8REAACMAg5kr&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2021-01-11&quot;,&quot;category&quot;:&quot;The Findmypast Community&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How a simple search for an ancestor can unlock way more than you expect&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Genealogist, Jen Baldwin, shares one of her favourite family discoveries, packed with mystery and crime.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Family history discovery&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/5d0f3eec-4a4a-4907-bc66-e2406fd255b3_Jen-blog.png?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Family history discovery&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/5d0f3eec-4a4a-4907-bc66-e2406fd255b3_Jen-blog.png?auto=compress,format&amp;rect=267,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XXEOXRAAACQA8cQ6&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-12-28&quot;,&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;A New Year message from our CEO&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;To all our members and communities...&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Findmypast Christmas message&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/fd9b45d7-bd85-4f3f-b632-bf4139bb0ce1_xmas-blog-header.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Findmypast Christmas message&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/fd9b45d7-bd85-4f3f-b632-bf4139bb0ce1_xmas-blog-header.jpg?auto=compress,format&amp;rect=0,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:X9x8ZhAAACQAeinL&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-12-04&quot;,&quot;category&quot;:&quot;Build Your Family Tree&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Santa&#x27;s family tree goes back further than you might think&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;From St Nicholas to Mrs Clause, we&#x27;re discovering the origins of Santa Claus and revealing his very festive family story.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Santa&#x27;s family tree&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/55a27252-5363-46a6-8f59-0a4b327ff0ca_santa-family-tree.jpg?auto=compress,format&amp;rect=0,0,864,414&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Santa&#x27;s family tree&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/55a27252-5363-46a6-8f59-0a4b327ff0ca_santa-family-tree.jpg?auto=compress,format&amp;rect=137,0,592,511&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:X8oxfRAAACIAKB00&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-11-19&quot;,&quot;category&quot;:&quot;The Findmypast Community&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Your amazing war memorial discoveries&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;All over the country there are war memorials of those we lost, names upon names etched in stone. But how many of them have descendants to remember them?&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Researching names on war memorials&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/87b67840-a4e0-47c6-8556-c8aedbff2cae_remembertheirstories.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Researching names on war memorials&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/87b67840-a4e0-47c6-8556-c8aedbff2cae_remembertheirstories.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:X652vBIAACMAZxtq&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-10-18&quot;,&quot;category&quot;:&quot;The Findmypast Community&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;This harrowing slavery story left me determined to be my ancestors&#x27; voice&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;Roosje was a pregnant slave who was whipped so badly, she miscarried. Pooran Bridgelal shares her traumatic story and explains how it changed his perspective on family history.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;history of African slavery&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/26ccecd7-df02-4c74-9e26-305df411d82c_BHM-ancestor-voice.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;history of African slavery&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/26ccecd7-df02-4c74-9e26-305df411d82c_BHM-ancestor-voice.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:X3wn4BEAACUA8rV7&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;date_posted&quot;:&quot;2020-10-07&quot;,&quot;category&quot;:&quot;The Findmypast Community&quot;,&quot;thumbnail_image&quot;:null,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;3 amazing Black ancestry discoveries from the Findmypast Community&quot;,&quot;spans&quot;:[]}],&quot;article_introduction&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;text&quot;:&quot;In celebration of Black history, we reached out to you for your family stories and discoveries. As always, we weren&#x27;t disappointed.&quot;,&quot;spans&quot;:[]}],&quot;header_image&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:1200,&quot;height&quot;:575},&quot;alt&quot;:&quot;Black ancestry success stories&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/59b9e603-282b-4be5-be8b-629531c37f7a_2BHM-community.jpg?auto=compress,format&amp;rect=0,0,1200,575&amp;w=1200&amp;h=575&quot;,&quot;landing_page&quot;:{&quot;dimensions&quot;:{&quot;width&quot;:550,&quot;height&quot;:475},&quot;alt&quot;:&quot;Black ancestry success stories&quot;,&quot;copyright&quot;:null,&quot;url&quot;:&quot;https://images.prismic.io/findmypast-titan/59b9e603-282b-4be5-be8b-629531c37f7a_2BHM-community.jpg?auto=compress,format&amp;rect=268,0,666,575&amp;w=550&amp;h=475&quot;}},&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:X2TVvBEAACEAkETI&quot;}}}]},&quot;prismic_allBlog_articles({\&quot;lang\&quot;:\&quot;en-gb\&quot;,\&quot;tags_in\&quot;:[\&quot;Getting Started\&quot;,\&quot;Build Your Family Tree\&quot;,\&quot;DNA\&quot;,\&quot;Family Records\&quot;,\&quot;What&#x27;s New?\&quot;,\&quot;Help Hub\&quot;,\&quot;Discoveries\&quot;,\&quot;History Hub\&quot;,\&quot;The Findmypast Community\&quot;],\&quot;where\&quot;:{\&quot;article_title_fulltext\&quot;:\&quot;\&quot;}})&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionConnection&quot;,&quot;edges&quot;:[{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Medal families: related recipients of the Victoria Cross&quot;,&quot;spans&quot;:[]}],&quot;category&quot;:&quot;Discoveries&quot;,&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4RqL&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Were your ancestors enemy aliens during WW1 or WW2? Find out in new records&quot;,&quot;spans&quot;:[]}],&quot;category&quot;:&quot;Family Records&quot;,&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4Rpp&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;The latest image and index update for PERSI&quot;,&quot;spans&quot;:[]}],&quot;category&quot;:&quot;What&#x27;s New?&quot;,&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4Rp_&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Staffordshire Dioceses of Lichfield &amp; Coventry wills and probate 1521-1858&quot;,&quot;spans&quot;:[]}],&quot;category&quot;:&quot;Family Records&quot;,&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4RoZ&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;5 Smart Search Skills You Need to Know&quot;,&quot;spans&quot;:[]}],&quot;category&quot;:&quot;Help Hub&quot;,&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4Ro1&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How to Upload your Family Tree to Findmypast&quot;,&quot;spans&quot;:[]}],&quot;category&quot;:&quot;Build Your Family Tree&quot;,&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4RoL&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;We publish 1.3 million Westminster parish records&quot;,&quot;spans&quot;:[]}],&quot;category&quot;:&quot;Family Records&quot;,&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4RqH&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;The final episode of Who Do You Think You Are? - Alan Cumming&quot;,&quot;spans&quot;:[]}],&quot;category&quot;:&quot;Discoveries&quot;,&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4RpJ&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;How to search findmypast&quot;,&quot;spans&quot;:[]}],&quot;category&quot;:&quot;Help Hub&quot;,&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4Rp5&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Over 2 million new Derbyshire records published&quot;,&quot;spans&quot;:[]}],&quot;category&quot;:&quot;Family Records&quot;,&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4RpX&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;In our records: The secret lives of Merchant Navy Lascars&quot;,&quot;spans&quot;:[]}],&quot;category&quot;:&quot;Discoveries&quot;,&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4Rov&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Uncovering the stories behind an album of police mugshots&quot;,&quot;spans&quot;:[]}],&quot;category&quot;:&quot;Discoveries&quot;,&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4RpD&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Redaction and the 1939 Register&quot;,&quot;spans&quot;:[]}],&quot;category&quot;:&quot;Family Records&quot;,&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4Rpd&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Using Birth, Marriage &amp; Death Records to Start Finding Your Ancestors&quot;,&quot;spans&quot;:[]}],&quot;category&quot;:&quot;Getting Started&quot;,&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4Rob&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;It could be worse... You could be a Victorian night soil man&quot;,&quot;spans&quot;:[]}],&quot;category&quot;:&quot;History Hub&quot;,&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4RoB&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Trace Your London Relatives Using 14.6 Million Westminster Records&quot;,&quot;spans&quot;:[]}],&quot;category&quot;:&quot;Family Records&quot;,&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4Roh&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Knights of the Realm: Uncover your Ancestors&#x27; Great Deeds&quot;,&quot;spans&quot;:[]}],&quot;category&quot;:&quot;Family Records&quot;,&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4RnZ&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Wimbledon discoveries in our census records&quot;,&quot;spans&quot;:[]}],&quot;category&quot;:&quot;Discoveries&quot;,&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4RoP&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Warwickshire, Birmingham, St Martin in the Bull Ring parish registers&quot;,&quot;spans&quot;:[]}],&quot;category&quot;:&quot;Family Records&quot;,&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4Rmn&quot;}}},{&quot;__typename&quot;:&quot;PrismicBlog_articleConnectionEdge&quot;,&quot;node&quot;:{&quot;__typename&quot;:&quot;PrismicBlog_article&quot;,&quot;article_title&quot;:[{&quot;type&quot;:&quot;heading1&quot;,&quot;text&quot;:&quot;Middlesex, Poplar Military Tribunals 1916-1918&quot;,&quot;spans&quot;:[]}],&quot;category&quot;:&quot;Family Records&quot;,&quot;_meta&quot;:{&quot;__ref&quot;:&quot;PrismicMeta:XT_2KhEAACIA4Rpb&quot;}}}]}},&quot;TrustpilotTrustScore:4bdc84ff000064000505d022&quot;:{&quot;__typename&quot;:&quot;TrustpilotTrustScore&quot;,&quot;id&quot;:&quot;4bdc84ff000064000505d022&quot;,&quot;trustScore&quot;:3.3},&quot;PrismicMeta:XUAM-hEAACIA4YJ1&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XUAM-hEAACIA4YJ1&quot;,&quot;uid&quot;:&quot;1921-census&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T10:57:01+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-03-15T13:21:53+0000&quot;},&quot;PrismicMeta:YWqyGBIAACMAfqzR&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YWqyGBIAACMAfqzR&quot;,&quot;uid&quot;:&quot;1921-census-tips&quot;,&quot;firstPublicationDate&quot;:&quot;2021-10-27T04:51:49+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-01-14T12:17:24+0000&quot;},&quot;PrismicMeta:YlaHxBEAACQAUKoC&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YlaHxBEAACQAUKoC&quot;,&quot;uid&quot;:&quot;50-million-newspaper-pages&quot;,&quot;firstPublicationDate&quot;:&quot;2022-04-13T10:11:39+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-13T10:11:39+0000&quot;},&quot;PrismicMeta:YWlXfxIAACAAeNfz&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YWlXfxIAACAAeNfz&quot;,&quot;uid&quot;:&quot;life-in-1920s-britain&quot;,&quot;firstPublicationDate&quot;:&quot;2021-10-27T04:51:49+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-03-15T13:59:07+0000&quot;},&quot;PrismicRelatedDocument:XUvy0xMAACEAhSV3&quot;:{&quot;__typename&quot;:&quot;PrismicRelatedDocument&quot;,&quot;id&quot;:&quot;XUvy0xMAACEAhSV3&quot;,&quot;lang&quot;:&quot;en-au&quot;,&quot;type&quot;:&quot;blog_landing_page&quot;,&quot;uid&quot;:&quot;blog-landing-page&quot;},&quot;PrismicRelatedDocument:XUvy3BMAACAAhSWr&quot;:{&quot;__typename&quot;:&quot;PrismicRelatedDocument&quot;,&quot;id&quot;:&quot;XUvy3BMAACAAhSWr&quot;,&quot;lang&quot;:&quot;en-ie&quot;,&quot;type&quot;:&quot;blog_landing_page&quot;,&quot;uid&quot;:&quot;blog-landing-page&quot;},&quot;PrismicRelatedDocument:XUvy9xMAACMAhSYs&quot;:{&quot;__typename&quot;:&quot;PrismicRelatedDocument&quot;,&quot;id&quot;:&quot;XUvy9xMAACMAhSYs&quot;,&quot;lang&quot;:&quot;en-us&quot;,&quot;type&quot;:&quot;blog_landing_page&quot;,&quot;uid&quot;:&quot;blog-landing-page&quot;},&quot;PrismicMeta:XRST2hAAACAAo6oJ&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XRST2hAAACAAo6oJ&quot;,&quot;alternateLanguages&quot;:[{&quot;__ref&quot;:&quot;PrismicRelatedDocument:XUvy0xMAACEAhSV3&quot;},{&quot;__ref&quot;:&quot;PrismicRelatedDocument:XUvy3BMAACAAhSWr&quot;},{&quot;__ref&quot;:&quot;PrismicRelatedDocument:XUvy9xMAACMAhSYs&quot;}]},&quot;PrismicMeta:XSTJkRAAACIA6uQj&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XSTJkRAAACIA6uQj&quot;,&quot;uid&quot;:&quot;findmypast&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-09T17:06:31+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-03-31T12:51:08+0000&quot;},&quot;PrismicMeta:YmajaxEAAMD7l9pq&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YmajaxEAAMD7l9pq&quot;,&quot;uid&quot;:&quot;rise-of-tourism-1921&quot;,&quot;firstPublicationDate&quot;:&quot;2022-04-27T15:30:39+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-27T15:30:39+0000&quot;},&quot;PrismicMeta:YYVhYxEAACIAnkQ1&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YYVhYxEAACIAnkQ1&quot;,&quot;uid&quot;:&quot;jessie-ohara&quot;,&quot;firstPublicationDate&quot;:&quot;2021-11-05T16:54:25+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-11-05T16:54:25+0000&quot;},&quot;PrismicMeta:Ymj9sxEAAL3tolKN&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;Ymj9sxEAAL3tolKN&quot;,&quot;uid&quot;:&quot;1950-us-census&quot;,&quot;firstPublicationDate&quot;:&quot;2022-04-28T15:00:21+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-28T15:00:21+0000&quot;},&quot;PrismicMeta:YmpQNBEAALGYqGIa&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YmpQNBEAALGYqGIa&quot;,&quot;uid&quot;:&quot;jen-baldwin&quot;,&quot;firstPublicationDate&quot;:&quot;2022-04-28T08:33:28+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-28T08:33:28+0000&quot;},&quot;PrismicMeta:YmJurBEAAL3thUi7&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YmJurBEAAL3thUi7&quot;,&quot;uid&quot;:&quot;genealogists-in-1921&quot;,&quot;firstPublicationDate&quot;:&quot;2022-04-25T08:26:20+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-28T08:37:43+0000&quot;},&quot;PrismicMeta:XSTGlRAAACUA6tkV&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XSTGlRAAACUA6tkV&quot;,&quot;uid&quot;:&quot;niall-cullen&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-09T16:53:50+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-11-05T16:49:25+0000&quot;},&quot;PrismicMeta:XXtNshAAACIAH8gq&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XXtNshAAACIAH8gq&quot;,&quot;uid&quot;:&quot;real-downton-abbey&quot;,&quot;firstPublicationDate&quot;:&quot;2019-09-13T08:05:13+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-26T16:16:26+0000&quot;},&quot;PrismicMeta:Yl7DWxEAAL3tdS2a&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;Yl7DWxEAAL3tdS2a&quot;,&quot;uid&quot;:&quot;salford-roman-catholic&quot;,&quot;firstPublicationDate&quot;:&quot;2022-04-21T15:00:07+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-21T15:00:07+0000&quot;},&quot;PrismicMeta:YlkuahEAACYAXIU8&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YlkuahEAACYAXIU8&quot;,&quot;uid&quot;:&quot;black-friday-1921&quot;,&quot;firstPublicationDate&quot;:&quot;2022-04-15T09:34:43+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-15T09:34:43+0000&quot;},&quot;PrismicMeta:YlafpBEAACUAURTj&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YlafpBEAACUAURTj&quot;,&quot;uid&quot;:&quot;scottish-roman-catholic&quot;,&quot;firstPublicationDate&quot;:&quot;2022-04-14T15:00:05+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-14T15:09:28+0000&quot;},&quot;PrismicMeta:Ykw49xEAACMAI1jL&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;Ykw49xEAACMAI1jL&quot;,&quot;uid&quot;:&quot;genealogists-guide-to-latin&quot;,&quot;firstPublicationDate&quot;:&quot;2022-04-12T14:49:41+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-14T13:30:24+0000&quot;},&quot;PrismicMeta:XSTIExAAACQA6t2S&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XSTIExAAACQA6t2S&quot;,&quot;uid&quot;:&quot;ellie-overthrow-jones&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-09T17:00:09+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2019-08-07T08:54:44+0000&quot;},&quot;PrismicMeta:YlRHkhEAACMARqXZ&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YlRHkhEAACMARqXZ&quot;,&quot;uid&quot;:&quot;1921-census-community-discoveries&quot;,&quot;firstPublicationDate&quot;:&quot;2022-04-12T14:35:38+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-26T15:23:10+0000&quot;},&quot;PrismicMeta:Yk2xbREAACQAKbnV&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;Yk2xbREAACQAKbnV&quot;,&quot;uid&quot;:&quot;dorset-quakers&quot;,&quot;firstPublicationDate&quot;:&quot;2022-04-07T15:00:02+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-07T15:00:02+0000&quot;},&quot;PrismicMeta:YkMeHRQAACMA9TDk&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YkMeHRQAACMA9TDk&quot;,&quot;uid&quot;:&quot;sheffield-northamptonshire-baptisms&quot;,&quot;firstPublicationDate&quot;:&quot;2022-03-31T16:00:11+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-03-31T16:00:11+0000&quot;},&quot;PrismicMeta:YjtJ1xAAACUAYOik&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YjtJ1xAAACUAYOik&quot;,&quot;uid&quot;:&quot;middlesex-military&quot;,&quot;firstPublicationDate&quot;:&quot;2022-03-24T17:00:01+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-03-25T12:27:04+0000&quot;},&quot;PrismicMeta:YjNaahAAACgAPgrZ&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YjNaahAAACgAPgrZ&quot;,&quot;uid&quot;:&quot;jacobites-outlander&quot;,&quot;firstPublicationDate&quot;:&quot;2022-03-22T16:00:01+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-15T22:16:20+0000&quot;},&quot;PrismicMeta:YCJyBREAACgAsgHi&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YCJyBREAACgAsgHi&quot;,&quot;uid&quot;:&quot;who-were-the-real-bridgertons&quot;,&quot;firstPublicationDate&quot;:&quot;2021-02-10T11:07:46+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-03-23T09:39:25+0000&quot;},&quot;PrismicMeta:YjGcGREAACAAvVsc&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YjGcGREAACAAvVsc&quot;,&quot;uid&quot;:&quot;views-of-ireland&quot;,&quot;firstPublicationDate&quot;:&quot;2022-03-17T17:00:00+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-03-17T17:00:00+0000&quot;},&quot;PrismicMeta:YiccHhAAACAAw62M&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YiccHhAAACAAw62M&quot;,&quot;uid&quot;:&quot;suffrage-school-records&quot;,&quot;firstPublicationDate&quot;:&quot;2022-03-10T17:00:00+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-03-10T17:00:00+0000&quot;},&quot;PrismicMeta:XcwkNxEAACIA0bro&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XcwkNxEAACIA0bro&quot;,&quot;uid&quot;:&quot;royal-family-tree&quot;,&quot;firstPublicationDate&quot;:&quot;2019-11-13T16:06:43+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-03-11T08:47:55+0000&quot;},&quot;PrismicMeta:Yh4_PRAAACIAnL-H&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;Yh4_PRAAACIAnL-H&quot;,&quot;uid&quot;:&quot;quakers-petition-1659&quot;,&quot;firstPublicationDate&quot;:&quot;2022-03-03T17:00:00+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-03-03T17:00:00+0000&quot;},&quot;PrismicMeta:Yhyo7RAAACEAlbPU&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;Yhyo7RAAACEAlbPU&quot;,&quot;uid&quot;:&quot;englands-most-famous-female-footballers-in-the-1921&quot;,&quot;firstPublicationDate&quot;:&quot;2022-03-03T10:00:06+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-13T07:49:33+0000&quot;},&quot;PrismicMeta:XV5IhBEAACMAnRpi&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XV5IhBEAACMAnRpi&quot;,&quot;uid&quot;:&quot;uk-census-records&quot;,&quot;firstPublicationDate&quot;:&quot;2019-08-22T10:17:52+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-03-14T15:55:08+0000&quot;},&quot;PrismicMeta:XT_2KhEAACIA4Ro7&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4Ro7&quot;,&quot;uid&quot;:&quot;search-genealogy-records&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T09:22:07+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-08-13T14:54:26+0000&quot;},&quot;PrismicMeta:X9iQkxAAADqpaHLU&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;X9iQkxAAADqpaHLU&quot;,&quot;uid&quot;:&quot;virtual-family-gathering&quot;,&quot;firstPublicationDate&quot;:&quot;2020-12-15T14:48:23+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-02-03T14:00:56+0000&quot;},&quot;PrismicMeta:XT_2KhEAACIA4Rpn&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4Rpn&quot;,&quot;uid&quot;:&quot;how-to-trace-living-relatives&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T09:22:07+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-01-26T15:38:03+0000&quot;},&quot;PrismicMeta:XT_2KhEAACIA4Rop&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4Rop&quot;,&quot;uid&quot;:&quot;how-to-use-findmypast-family-tree-help&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T09:22:07+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-11-26T08:38:31+0000&quot;},&quot;PrismicMeta:X0Y7GBEAACMAfckQ&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;X0Y7GBEAACMAfckQ&quot;,&quot;uid&quot;:&quot;mayflower-descendant&quot;,&quot;firstPublicationDate&quot;:&quot;2020-09-04T07:05:23+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-11-18T10:33:52+0000&quot;},&quot;PrismicMeta:XUAM-hEAACIA4YLv&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XUAM-hEAACIA4YLv&quot;,&quot;uid&quot;:&quot;findmypast-app&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T10:57:01+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-10-16T15:07:48+0000&quot;},&quot;PrismicMeta:XUAM-hEAACIA4YLx&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XUAM-hEAACIA4YLx&quot;,&quot;uid&quot;:&quot;1939-register-the-perfect-place-to-start-your-family-history&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T10:57:01+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-05-25T16:36:11+0000&quot;},&quot;PrismicMeta:Xnjb5xIAAFF8KINz&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;Xnjb5xIAAFF8KINz&quot;,&quot;uid&quot;:&quot;10-point-checklist&quot;,&quot;firstPublicationDate&quot;:&quot;2020-03-23T16:47:48+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-11-06T16:11:53+0000&quot;},&quot;PrismicMeta:XT_2KhEAACIA4Rmp&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4Rmp&quot;,&quot;uid&quot;:&quot;the-mistakes&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T09:22:07+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-03-11T14:29:30+0000&quot;},&quot;PrismicMeta:XUAM-hEAACIA4YKV&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XUAM-hEAACIA4YKV&quot;,&quot;uid&quot;:&quot;are-you-related-to-royalty-genealogy-family-history-ancestors&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T10:57:01+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-08-23T15:51:13+0000&quot;},&quot;PrismicMeta:XUAM-hEAACIA4YKF&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XUAM-hEAACIA4YKF&quot;,&quot;uid&quot;:&quot;6-tools-to-take-your-family-tree-back-to-the-victorian-period&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T10:57:01+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-01-26T00:05:02+0000&quot;},&quot;PrismicMeta:XUAM-hEAACIA4YL7&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XUAM-hEAACIA4YL7&quot;,&quot;uid&quot;:&quot;a-5-step-guide-to-tracing-family-back-to-1911&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T10:57:01+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-01-17T09:46:18+0000&quot;},&quot;PrismicMeta:XUAM-hEAACIA4YJ5&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XUAM-hEAACIA4YJ5&quot;,&quot;uid&quot;:&quot;getting-started-with-your-world-war-1-family-history-research&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T10:57:01+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-11-17T16:17:43+0000&quot;},&quot;PrismicMeta:XgIBahAAACQA9ODX&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XgIBahAAACQA9ODX&quot;,&quot;uid&quot;:&quot;rare-surnames&quot;,&quot;firstPublicationDate&quot;:&quot;2020-01-02T09:34:30+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-09-08T12:01:20+0000&quot;},&quot;PrismicMeta:XUAqRREAACIA4goe&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XUAqRREAACIA4goe&quot;,&quot;uid&quot;:&quot;leaving-a-legacy&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-31T08:15:05+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2019-12-19T11:58:47+0000&quot;},&quot;PrismicMeta:XUAqRREAACIA4gpG&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XUAqRREAACIA4gpG&quot;,&quot;uid&quot;:&quot;genealogy-brings-family-closer&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-31T08:15:05+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-11-17T16:15:54+0000&quot;},&quot;PrismicMeta:XfjW_hEAACIAFPIl&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XfjW_hEAACIAFPIl&quot;,&quot;uid&quot;:&quot;family-questions&quot;,&quot;firstPublicationDate&quot;:&quot;2019-12-17T16:19:05+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-11-17T16:04:05+0000&quot;},&quot;PrismicMeta:XUAM-hEAACIA4YKZ&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XUAM-hEAACIA4YKZ&quot;,&quot;uid&quot;:&quot;4-simple-steps-to-start-your-family-history-journey&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T10:57:01+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2019-11-27T16:37:29+0000&quot;},&quot;PrismicMeta:XUAM-hEAACIA4YL9&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XUAM-hEAACIA4YL9&quot;,&quot;uid&quot;:&quot;birth-marriage-and-death-records-a-beginners-guide&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T10:57:01+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-02-06T13:12:59+0000&quot;},&quot;PrismicMeta:XT_2KhEAACIA4Rnt&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4Rnt&quot;,&quot;uid&quot;:&quot;tree-builder-faqs&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T09:22:07+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-04-14T08:01:54+0000&quot;},&quot;PrismicMeta:XV1mNxEAACQAmSvq&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XV1mNxEAACQAmSvq&quot;,&quot;uid&quot;:&quot;findmypast-family-tree-advanced-features&quot;,&quot;firstPublicationDate&quot;:&quot;2019-08-21T15:42:28+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-12-11T11:54:02+0000&quot;},&quot;PrismicMeta:XT_2KhEAACIA4Rm_&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4Rm_&quot;,&quot;uid&quot;:&quot;how-to-use-hints-findmypast-family-tree&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T09:22:07+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-12-07T12:43:00+0000&quot;},&quot;PrismicMeta:X8oxfRAAACIAKB00&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;X8oxfRAAACIAKB00&quot;,&quot;uid&quot;:&quot;the-genealogy-of-santa-claus&quot;,&quot;firstPublicationDate&quot;:&quot;2020-12-04T13:01:47+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-12-04T13:01:47+0000&quot;},&quot;PrismicMeta:X2i0fREAACEAoWvn&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;X2i0fREAACEAoWvn&quot;,&quot;uid&quot;:&quot;black-british-family-tree&quot;,&quot;firstPublicationDate&quot;:&quot;2020-10-19T07:00:08+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-09-07T10:24:33+0000&quot;},&quot;PrismicMeta:XT_2KhEAACIA4Rpj&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4Rpj&quot;,&quot;uid&quot;:&quot;offline-family-tree-genealogy-history-physical&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T09:22:07+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-04-01T16:17:20+0000&quot;},&quot;PrismicMeta:XYI0sxEAACUAai2e&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XYI0sxEAACUAai2e&quot;,&quot;uid&quot;:&quot;tree-to-tree-hints&quot;,&quot;firstPublicationDate&quot;:&quot;2019-09-18T15:57:38+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-04-01T14:37:11+0000&quot;},&quot;PrismicMeta:XWaICRMAACYAiwf8&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XWaICRMAACYAiwf8&quot;,&quot;uid&quot;:&quot;family-tree-template&quot;,&quot;firstPublicationDate&quot;:&quot;2019-08-28T13:56:44+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-11-17T16:04:31+0000&quot;},&quot;PrismicMeta:XT_2KhEAACIA4RnF&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4RnF&quot;,&quot;uid&quot;:&quot;introducing-military-hints&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T09:22:07+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2019-08-19T15:06:01+0000&quot;},&quot;PrismicMeta:XT_2KhEAACIA4RoL&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4RoL&quot;,&quot;uid&quot;:&quot;upload-family-tree-gedcom&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T09:22:07+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2019-07-30T09:22:07+0000&quot;},&quot;PrismicMeta:XT_2KhEAACIA4RqF&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4RqF&quot;,&quot;uid&quot;:&quot;how-to-upload-your&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T09:22:07+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2019-07-30T09:22:07+0000&quot;},&quot;PrismicMeta:XUAqRREAACIA4gpA&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XUAqRREAACIA4gpA&quot;,&quot;uid&quot;:&quot;dna-glossary&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-31T08:15:05+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-11-25T16:37:51+0000&quot;},&quot;PrismicMeta:XUAqRREAACIA4goS&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XUAqRREAACIA4goS&quot;,&quot;uid&quot;:&quot;findmypastdna-reveals-family-roots-of-reality-stars-vicky-pattison-and&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-31T08:15:05+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2019-09-06T13:50:54+0000&quot;},&quot;PrismicMeta:XUAqRREAACIA4goo&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XUAqRREAACIA4goo&quot;,&quot;uid&quot;:&quot;findmypast-dna-privacy-policy&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-31T08:15:05+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2019-09-06T14:01:32+0000&quot;},&quot;PrismicMeta:XT_2KhEAACIA4Rnr&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4Rnr&quot;,&quot;uid&quot;:&quot;why-findmypast-dna-is-best-for-family-history-genealogy&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T09:22:07+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2019-09-26T10:31:58+0000&quot;},&quot;PrismicMeta:XT_2KhEAACIA4RoT&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4RoT&quot;,&quot;uid&quot;:&quot;why-every-family-historian-should-take-findmypast-dna-test&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T09:22:07+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2019-09-06T14:21:56+0000&quot;},&quot;PrismicMeta:Yg0AxBEAAB0ArOxj&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;Yg0AxBEAAB0ArOxj&quot;,&quot;uid&quot;:&quot;census-connections&quot;,&quot;firstPublicationDate&quot;:&quot;2022-02-16T15:47:25+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-28T08:40:44+0000&quot;},&quot;PrismicMeta:YdxTKhEAACMANL3c&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YdxTKhEAACMANL3c&quot;,&quot;uid&quot;:&quot;diversity-and-diaspora-in-the-1921-census&quot;,&quot;firstPublicationDate&quot;:&quot;2022-01-14T16:17:01+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-13T07:32:14+0000&quot;},&quot;PrismicMeta:YFDB5REAACQA1YQ1&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YFDB5REAACQA1YQ1&quot;,&quot;uid&quot;:&quot;census-search-tips&quot;,&quot;firstPublicationDate&quot;:&quot;2021-03-19T11:42:04+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-03-14T15:02:21+0000&quot;},&quot;PrismicMeta:YXK-ExIAACMAoFox&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YXK-ExIAACMAoFox&quot;,&quot;uid&quot;:&quot;bringing-1921-census-online&quot;,&quot;firstPublicationDate&quot;:&quot;2021-10-27T04:51:49+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-03-14T15:47:43+0000&quot;},&quot;PrismicMeta:YYKfphEAACEAkhmo&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YYKfphEAACEAkhmo&quot;,&quot;uid&quot;:&quot;taking-1921-census&quot;,&quot;firstPublicationDate&quot;:&quot;2021-11-05T08:55:01+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-15T09:37:20+0000&quot;},&quot;PrismicMeta:YOMJEhIAACAA__TG&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YOMJEhIAACAA__TG&quot;,&quot;uid&quot;:&quot;irish-war-of-independence&quot;,&quot;firstPublicationDate&quot;:&quot;2021-07-05T14:15:07+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-07-05T14:31:22+0000&quot;},&quot;PrismicMeta:XUAM-hEAACIA4YLj&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XUAM-hEAACIA4YLj&quot;,&quot;uid&quot;:&quot;american-family-history-records&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T10:57:01+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-07-05T08:01:15+0000&quot;},&quot;PrismicMeta:XUAM-hEAACIA4YKr&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XUAM-hEAACIA4YKr&quot;,&quot;uid&quot;:&quot;canadian-censuses-on-findmypast&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T10:57:01+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-06-29T16:19:39+0000&quot;},&quot;PrismicMeta:XUAM-hEAACIA4YKz&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XUAM-hEAACIA4YKz&quot;,&quot;uid&quot;:&quot;best-resources-for-finding-american-ancestors&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T10:57:01+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-06-29T15:29:36+0000&quot;},&quot;PrismicMeta:YCEpHhEAACgArEH4&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YCEpHhEAACgArEH4&quot;,&quot;uid&quot;:&quot;importance-of-transcriptions&quot;,&quot;firstPublicationDate&quot;:&quot;2021-02-19T12:00:16+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-02-22T09:18:53+0000&quot;},&quot;PrismicMeta:X_R8gxAAAASq7gGp&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;X_R8gxAAAASq7gGp&quot;,&quot;uid&quot;:&quot;how-to-find-incredible-old-school-photos&quot;,&quot;firstPublicationDate&quot;:&quot;2021-01-06T14:28:41+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-04-20T11:21:01+0000&quot;},&quot;PrismicMeta:XUAM-hEAACIA4YLl&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XUAM-hEAACIA4YLl&quot;,&quot;uid&quot;:&quot;25-million-historic-school-records-published-on-findmypast&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T10:57:01+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-09-08T16:16:54+0000&quot;},&quot;PrismicMeta:X5l0ChAAACIAQMmT&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;X5l0ChAAACIAQMmT&quot;,&quot;uid&quot;:&quot;black-merchant-seamen&quot;,&quot;firstPublicationDate&quot;:&quot;2020-10-30T08:00:03+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-10-30T11:47:07+0000&quot;},&quot;PrismicMeta:Xs5-NxEAACQAI0E7&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;Xs5-NxEAACQAI0E7&quot;,&quot;uid&quot;:&quot;coldstream-guards&quot;,&quot;firstPublicationDate&quot;:&quot;2020-05-29T09:00:07+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-10-07T15:16:38+0000&quot;},&quot;PrismicMeta:X2nT-BEAACIApmZr&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;X2nT-BEAACIApmZr&quot;,&quot;uid&quot;:&quot;windrush&quot;,&quot;firstPublicationDate&quot;:&quot;2020-10-04T07:00:16+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-10-21T15:31:12+0000&quot;},&quot;PrismicMeta:X2IaNBEAACEAg_Ih&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;X2IaNBEAACEAg_Ih&quot;,&quot;uid&quot;:&quot;railway-ancestors&quot;,&quot;firstPublicationDate&quot;:&quot;2020-09-16T15:00:51+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-09-16T15:40:29+0000&quot;},&quot;PrismicMeta:X0-uphEAACEApxK9&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;X0-uphEAACEApxK9&quot;,&quot;uid&quot;:&quot;titanic&quot;,&quot;firstPublicationDate&quot;:&quot;2020-09-11T07:05:48+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-11-18T11:28:32+0000&quot;},&quot;PrismicMeta:YhUdzBEAAB0Az_eX&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YhUdzBEAAB0Az_eX&quot;,&quot;uid&quot;:&quot;us-slave-schedule-1860&quot;,&quot;firstPublicationDate&quot;:&quot;2022-02-24T17:00:00+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-02-25T17:21:45+0000&quot;},&quot;PrismicMeta:Yg0T5REAAB8ArT_o&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;Yg0T5REAAB8ArT_o&quot;,&quot;uid&quot;:&quot;norfolk-picturegoer&quot;,&quot;firstPublicationDate&quot;:&quot;2022-02-17T17:40:00+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-02-17T17:40:00+0000&quot;},&quot;PrismicMeta:YgPWthEAAB4AhW7U&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YgPWthEAAB4AhW7U&quot;,&quot;uid&quot;:&quot;norfolk-workhouse-nonconformist&quot;,&quot;firstPublicationDate&quot;:&quot;2022-02-10T17:00:04+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-02-11T17:38:06+0000&quot;},&quot;PrismicMeta:YflODBIAACAAHv3m&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YflODBIAACAAHv3m&quot;,&quot;uid&quot;:&quot;jamaican-manumissions&quot;,&quot;firstPublicationDate&quot;:&quot;2022-02-03T17:00:00+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-02-03T17:00:48+0000&quot;},&quot;PrismicMeta:YfF-MBIAACMA_SDC&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YfF-MBIAACMA_SDC&quot;,&quot;uid&quot;:&quot;berkshire-releases&quot;,&quot;firstPublicationDate&quot;:&quot;2022-01-27T17:00:00+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-01-28T15:18:51+0000&quot;},&quot;PrismicMeta:Yef7mxIAACAA02HY&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;Yef7mxIAACAA02HY&quot;,&quot;uid&quot;:&quot;1921-police-gazette&quot;,&quot;firstPublicationDate&quot;:&quot;2022-01-20T17:00:00+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-01-21T16:59:59+0000&quot;},&quot;PrismicMeta:Yd79ehAAACMAq_z5&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;Yd79ehAAACMAq_z5&quot;,&quot;uid&quot;:&quot;1921-census-reports&quot;,&quot;firstPublicationDate&quot;:&quot;2022-01-13T17:00:00+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-03-14T16:01:05+0000&quot;},&quot;PrismicMeta:YcG5CRUAACMAIdDI&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YcG5CRUAACMAIdDI&quot;,&quot;uid&quot;:&quot;new-year-message-2021&quot;,&quot;firstPublicationDate&quot;:&quot;2021-12-27T09:00:13+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-12-27T14:45:56+0000&quot;},&quot;PrismicMeta:YcSiRhEAACMAzVmV&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YcSiRhEAACMAzVmV&quot;,&quot;uid&quot;:&quot;1921-census-roadshow&quot;,&quot;firstPublicationDate&quot;:&quot;2021-12-23T17:34:19+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-01-06T00:01:00+0000&quot;},&quot;PrismicMeta:YbnnXRUAACcAg_3n&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YbnnXRUAACcAg_3n&quot;,&quot;uid&quot;:&quot;coventry-union-workhouse&quot;,&quot;firstPublicationDate&quot;:&quot;2021-12-16T16:59:58+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-12-20T09:15:30+0000&quot;},&quot;PrismicMeta:Xd-d-xEAACaiKCvP&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;Xd-d-xEAACaiKCvP&quot;,&quot;uid&quot;:&quot;lgbt-ancestors&quot;,&quot;firstPublicationDate&quot;:&quot;2019-12-02T09:19:31+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-02-22T10:53:54+0000&quot;},&quot;PrismicMeta:Xuc0pxIAACIAftHO&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;Xuc0pxIAACIAftHO&quot;,&quot;uid&quot;:&quot;house-design-history&quot;,&quot;firstPublicationDate&quot;:&quot;2020-06-15T13:16:00+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-01-24T09:14:03+0000&quot;},&quot;PrismicMeta:XUAM-hEAACIA4YMR&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XUAM-hEAACIA4YMR&quot;,&quot;uid&quot;:&quot;1911-census-address-search-reintroduced-to-findmypast&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T10:57:01+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-01-06T00:01:00+0000&quot;},&quot;PrismicMeta:XT_2KhEAACIA4Rmv&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4Rmv&quot;,&quot;uid&quot;:&quot;the-history-of-your-house&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T09:22:07+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-01-06T00:01:00+0000&quot;},&quot;PrismicMeta:YcHILxUAACIAIhGq&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YcHILxUAACIAIhGq&quot;,&quot;uid&quot;:&quot;1921-deaf-history&quot;,&quot;firstPublicationDate&quot;:&quot;2022-01-06T00:01:00+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-05-03T15:25:24+0000&quot;},&quot;PrismicMeta:XT_2KhEAACIA4Rpx&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4Rpx&quot;,&quot;uid&quot;:&quot;newspaper-search-tips&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T09:22:07+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-08-09T12:00:05+0000&quot;},&quot;PrismicMeta:YKTwdBAAACQA5qdj&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YKTwdBAAACQA5qdj&quot;,&quot;uid&quot;:&quot;brick-walls&quot;,&quot;firstPublicationDate&quot;:&quot;2021-05-31T09:00:01+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-05-31T09:00:01+0000&quot;},&quot;PrismicMeta:XT_2KhEAACIA4RoJ&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4RoJ&quot;,&quot;uid&quot;:&quot;kinship-terminology-how-we-refer-to-our-family-relationships&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T09:22:07+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-05-13T16:15:33+0000&quot;},&quot;PrismicMeta:YE9PiRAAACEAJZWu&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YE9PiRAAACEAJZWu&quot;,&quot;uid&quot;:&quot;researching-irish-names&quot;,&quot;firstPublicationDate&quot;:&quot;2021-03-15T12:14:04+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-03-19T11:58:05+0000&quot;},&quot;PrismicMeta:YD4kZBAAACMA2mTS&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YD4kZBAAACMA2mTS&quot;,&quot;uid&quot;:&quot;social-history-female-ancestors&quot;,&quot;firstPublicationDate&quot;:&quot;2021-03-03T15:07:55+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-03-03T15:11:15+0000&quot;},&quot;PrismicMeta:YDe2NREAACcAWqpR&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YDe2NREAACcAWqpR&quot;,&quot;uid&quot;:&quot;welsh-surnames&quot;,&quot;firstPublicationDate&quot;:&quot;2021-03-01T09:00:07+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-12T16:17:20+0000&quot;},&quot;PrismicMeta:YB7F3hEAACsAob_9&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YB7F3hEAACsAob_9&quot;,&quot;uid&quot;:&quot;family-history-brick-walls&quot;,&quot;firstPublicationDate&quot;:&quot;2021-02-08T16:55:58+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-02-09T11:17:41+0000&quot;},&quot;PrismicMeta:X4RuUhEAANoKF1_E&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;X4RuUhEAANoKF1_E&quot;,&quot;uid&quot;:&quot;caribbean-ancestors&quot;,&quot;firstPublicationDate&quot;:&quot;2020-10-24T07:00:06+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-10-24T07:00:06+0000&quot;},&quot;PrismicMeta:X2TAkREAACMAj-PC&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;X2TAkREAACMAj-PC&quot;,&quot;uid&quot;:&quot;black-research-challenges&quot;,&quot;firstPublicationDate&quot;:&quot;2020-10-01T06:58:54+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-10-21T15:26:15+0000&quot;},&quot;PrismicMeta:XUAM-hEAACIA4YLZ&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XUAM-hEAACIA4YLZ&quot;,&quot;uid&quot;:&quot;catholic-irish-american-ancestors&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T10:57:01+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-08-18T15:00:07+0000&quot;},&quot;PrismicMeta:XtYdMxAAAIoAQsqV&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XtYdMxAAAIoAQsqV&quot;,&quot;uid&quot;:&quot;house-history-challenges&quot;,&quot;firstPublicationDate&quot;:&quot;2020-06-02T11:04:48+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-06-02T11:12:06+0000&quot;},&quot;PrismicMeta:Yh9maxAAACMAodqX&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;Yh9maxAAACMAodqX&quot;,&quot;uid&quot;:&quot;first-female-police-officers&quot;,&quot;firstPublicationDate&quot;:&quot;2022-03-03T10:55:13+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-03-15T13:45:47+0000&quot;},&quot;PrismicMeta:XVvrThMAACIAzLin&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XVvrThMAACIAzLin&quot;,&quot;uid&quot;:&quot;real-peaky-blinders&quot;,&quot;firstPublicationDate&quot;:&quot;2019-08-20T12:45:10+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-07T09:00:00+0000&quot;},&quot;PrismicMeta:YgPfixEAACAAhZQl&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YgPfixEAACAAhZQl&quot;,&quot;uid&quot;:&quot;fake-heiress&quot;,&quot;firstPublicationDate&quot;:&quot;2022-02-11T10:00:11+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-02-11T10:00:11+0000&quot;},&quot;PrismicMeta:YdbkpBEAACMAHRpI&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YdbkpBEAACMAHRpI&quot;,&quot;uid&quot;:&quot;david-olusoga-1921-census&quot;,&quot;firstPublicationDate&quot;:&quot;2022-01-07T12:13:00+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-01-18T16:54:53+0000&quot;},&quot;PrismicMeta:YYP8-xEAACQAmFSL&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YYP8-xEAACQAmFSL&quot;,&quot;uid&quot;:&quot;seven-first-world-war-brothers&quot;,&quot;firstPublicationDate&quot;:&quot;2021-11-10T09:51:26+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-01-06T00:01:00+0000&quot;},&quot;PrismicMeta:YcxVgBEAACEA7yGY&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YcxVgBEAACEA7yGY&quot;,&quot;uid&quot;:&quot;the-royal-family-in-the-1921-census&quot;,&quot;firstPublicationDate&quot;:&quot;2022-01-06T00:01:00+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-13T08:02:06+0000&quot;},&quot;PrismicMeta:YcNGBhEAACMAx3fy&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YcNGBhEAACMAx3fy&quot;,&quot;uid&quot;:&quot;10-amazing-finds-1921&quot;,&quot;firstPublicationDate&quot;:&quot;2022-01-06T00:01:00+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-13T07:59:16+0000&quot;},&quot;PrismicMeta:YT9bAhIAACMALKcU&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YT9bAhIAACMALKcU&quot;,&quot;uid&quot;:&quot;who-do-you-think-you-are-series-18-uk&quot;,&quot;firstPublicationDate&quot;:&quot;2021-09-13T15:21:35+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-11-30T22:00:00+0000&quot;},&quot;PrismicMeta:YUxsQxAAAB8A1EVp&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YUxsQxAAAB8A1EVp&quot;,&quot;uid&quot;:&quot;disappearing-british-surnames&quot;,&quot;firstPublicationDate&quot;:&quot;2021-09-23T15:48:50+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-09-23T15:48:50+0000&quot;},&quot;PrismicMeta:YUhO5BIAAAsdVREJ&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YUhO5BIAAAsdVREJ&quot;,&quot;uid&quot;:&quot;phoebe-waller-bridge-family-tree&quot;,&quot;firstPublicationDate&quot;:&quot;2021-09-27T10:29:05+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-09-27T12:48:11+0000&quot;},&quot;PrismicMeta:YSycfxUAACUAx5pv&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YSycfxUAACUAx5pv&quot;,&quot;uid&quot;:&quot;who-lived-in-a-house-like-this&quot;,&quot;firstPublicationDate&quot;:&quot;2021-09-02T12:30:15+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-09-02T12:49:52+0000&quot;},&quot;PrismicMeta:YSy2NhUAACQAyBa-&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YSy2NhUAACQAyBa-&quot;,&quot;uid&quot;:&quot;jack-the-ripper&quot;,&quot;firstPublicationDate&quot;:&quot;2021-08-30T14:45:51+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-09-02T10:58:32+0000&quot;},&quot;PrismicMeta:YQ0aRRIAACEAK1Vd&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YQ0aRRIAACEAK1Vd&quot;,&quot;uid&quot;:&quot;family-trees-of-team-gb&quot;,&quot;firstPublicationDate&quot;:&quot;2021-08-06T14:25:52+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-08-06T14:27:09+0000&quot;},&quot;PrismicMeta:YO61mRAAACIAhRwq&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YO61mRAAACIAhRwq&quot;,&quot;uid&quot;:&quot;tom-hiddlestons-family-tree&quot;,&quot;firstPublicationDate&quot;:&quot;2021-07-14T11:42:34+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-07-16T09:32:51+0000&quot;},&quot;PrismicMeta:YOxOTRAAACIAem_t&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YOxOTRAAACIAem_t&quot;,&quot;uid&quot;:&quot;popular-vintage-baby-names&quot;,&quot;firstPublicationDate&quot;:&quot;2021-07-14T13:50:11+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-07-14T13:50:11+0000&quot;},&quot;PrismicMeta:YK5hxBAAACQArttq&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YK5hxBAAACQArttq&quot;,&quot;uid&quot;:&quot;gareth-bale-family-tree&quot;,&quot;firstPublicationDate&quot;:&quot;2021-06-11T08:00:08+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-06-14T11:02:36+0000&quot;},&quot;PrismicMeta:YJquDhEAACMAN4HP&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YJquDhEAACMAN4HP&quot;,&quot;uid&quot;:&quot;harry-kane-family-tree&quot;,&quot;firstPublicationDate&quot;:&quot;2021-06-09T08:00:02+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-06-14T11:01:57+0000&quot;},&quot;PrismicMeta:YWbmQhIAACEAbecE&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YWbmQhIAACEAbecE&quot;,&quot;uid&quot;:&quot;jobs-in-1920s-britain&quot;,&quot;firstPublicationDate&quot;:&quot;2021-10-27T04:51:49+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-15T09:36:07+0000&quot;},&quot;PrismicMeta:YbDSxxUAACYAavPY&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YbDSxxUAACYAavPY&quot;,&quot;uid&quot;:&quot;1920s-styles&quot;,&quot;firstPublicationDate&quot;:&quot;2021-12-15T10:59:56+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-12-15T10:59:56+0000&quot;},&quot;PrismicMeta:YNwwWhEAACQAURsF&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YNwwWhEAACQAURsF&quot;,&quot;uid&quot;:&quot;what-were-the-most-popular-victorian-seaside-holiday&quot;,&quot;firstPublicationDate&quot;:&quot;2021-07-02T10:48:30+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-07-02T10:48:30+0000&quot;},&quot;PrismicMeta:X0fJ9hEAACMAhKDy&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;X0fJ9hEAACMAhKDy&quot;,&quot;uid&quot;:&quot;migration-usa-canada&quot;,&quot;firstPublicationDate&quot;:&quot;2020-09-02T07:02:06+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-13T07:28:17+0000&quot;},&quot;PrismicMeta:YMn8IRQAACQAgv8E&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YMn8IRQAACQAgv8E&quot;,&quot;uid&quot;:&quot;female-sporting-firsts&quot;,&quot;firstPublicationDate&quot;:&quot;2021-06-18T14:13:34+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-06-18T14:13:34+0000&quot;},&quot;PrismicMeta:XUAM-hEAACIA4YLL&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XUAM-hEAACIA4YLL&quot;,&quot;uid&quot;:&quot;famous-suffragettes&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-30T10:57:01+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-06-16T16:14:49+0000&quot;},&quot;PrismicMeta:YYzqeBMAACAAuf9m&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YYzqeBMAACAAuf9m&quot;,&quot;uid&quot;:&quot;centenarians-1921&quot;,&quot;firstPublicationDate&quot;:&quot;2021-11-16T10:00:05+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-11-23T15:45:51+0000&quot;},&quot;PrismicMeta:YTyu-xIAACMAIO7A&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YTyu-xIAACMAIO7A&quot;,&quot;uid&quot;:&quot;vintage-photos-quiz&quot;,&quot;firstPublicationDate&quot;:&quot;2021-09-14T10:52:53+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-09-14T10:52:53+0000&quot;},&quot;PrismicMeta:YK5HBRAAACMArjn4&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YK5HBRAAACMArjn4&quot;,&quot;uid&quot;:&quot;customer-support-team&quot;,&quot;firstPublicationDate&quot;:&quot;2021-05-31T09:00:01+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-06-01T13:18:44+0000&quot;},&quot;PrismicMeta:YKPjdRAAACQA4eXX&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YKPjdRAAACQA4eXX&quot;,&quot;uid&quot;:&quot;competition&quot;,&quot;firstPublicationDate&quot;:&quot;2021-05-31T09:00:01+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-06-08T15:26:32+0000&quot;},&quot;PrismicMeta:YC5_ThIAACAAc_TP&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;YC5_ThIAACAAc_TP&quot;,&quot;uid&quot;:&quot;inspire-young-minds-with-our-free-family-tree-template&quot;,&quot;firstPublicationDate&quot;:&quot;2021-02-19T10:30:20+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-02-19T10:30:20+0000&quot;},&quot;PrismicMeta:XUAqRREAACIA4goQ&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XUAqRREAACIA4goQ&quot;,&quot;uid&quot;:&quot;a-dday-veterans-return-to-normandy&quot;,&quot;firstPublicationDate&quot;:&quot;2019-07-31T08:15:05+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-01-11T10:33:53+0000&quot;},&quot;PrismicMeta:X_hSJBAAAASq_uc3&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;X_hSJBAAAASq_uc3&quot;,&quot;uid&quot;:&quot;highland-clearances&quot;,&quot;firstPublicationDate&quot;:&quot;2021-01-08T17:00:26+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-09-07T09:43:24+0000&quot;},&quot;PrismicMeta:X2IG8REAACMAg5kr&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;X2IG8REAACMAg5kr&quot;,&quot;uid&quot;:&quot;my-mayflower-ancestors&quot;,&quot;firstPublicationDate&quot;:&quot;2020-09-21T07:00:00+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-10-14T09:14:52+0000&quot;},&quot;PrismicMeta:XXEOXRAAACQA8cQ6&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XXEOXRAAACQA8cQ6&quot;,&quot;uid&quot;:&quot;silversmith-ancestor&quot;,&quot;firstPublicationDate&quot;:&quot;2019-09-05T13:32:18+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2022-04-28T08:36:18+0000&quot;},&quot;PrismicMeta:X9x8ZhAAACQAeinL&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;X9x8ZhAAACQAeinL&quot;,&quot;uid&quot;:&quot;new-year-message&quot;,&quot;firstPublicationDate&quot;:&quot;2020-12-28T09:00:08+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-10-14T09:28:28+0000&quot;},&quot;PrismicMeta:X652vBIAACMAZxtq&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;X652vBIAACMAZxtq&quot;,&quot;uid&quot;:&quot;remember-their-stories&quot;,&quot;firstPublicationDate&quot;:&quot;2020-11-19T09:07:05+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-09-07T09:50:23+0000&quot;},&quot;PrismicMeta:X3wn4BEAACUA8rV7&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;X3wn4BEAACUA8rV7&quot;,&quot;uid&quot;:&quot;roosje&quot;,&quot;firstPublicationDate&quot;:&quot;2020-10-18T07:00:03+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2020-10-18T07:00:03+0000&quot;},&quot;PrismicMeta:X2TVvBEAACEAkETI&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;X2TVvBEAACEAkETI&quot;,&quot;uid&quot;:&quot;black-ancestry-discoveries&quot;,&quot;firstPublicationDate&quot;:&quot;2020-10-07T07:00:04+0000&quot;,&quot;lastPublicationDate&quot;:&quot;2021-09-07T09:41:17+0000&quot;},&quot;PrismicMeta:XT_2KhEAACIA4RqL&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4RqL&quot;,&quot;uid&quot;:&quot;medal-families-related-recipients-of-the-victoria-cross&quot;},&quot;PrismicMeta:XT_2KhEAACIA4Rpp&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4Rpp&quot;,&quot;uid&quot;:&quot;how-to-find-enemy-aliens-in-britain-with-new-records&quot;},&quot;PrismicMeta:XT_2KhEAACIA4Rp_&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4Rp_&quot;,&quot;uid&quot;:&quot;the-latest-image-and-index-update-for-persi&quot;},&quot;PrismicMeta:XT_2KhEAACIA4RoZ&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4RoZ&quot;,&quot;uid&quot;:&quot;staffordshire-wills-and-probates&quot;},&quot;PrismicMeta:XT_2KhEAACIA4Ro1&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4Ro1&quot;,&quot;uid&quot;:&quot;sharpen-up-your-online-search-skills&quot;},&quot;PrismicMeta:XT_2KhEAACIA4RqH&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4RqH&quot;,&quot;uid&quot;:&quot;we-publish-13-million-westminster-parish-records&quot;},&quot;PrismicMeta:XT_2KhEAACIA4RpJ&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4RpJ&quot;,&quot;uid&quot;:&quot;the-final-episode-of-who-do-you-think-you-are-alan-cumming&quot;},&quot;PrismicMeta:XT_2KhEAACIA4Rp5&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4Rp5&quot;,&quot;uid&quot;:&quot;how-to-search-findmypast&quot;},&quot;PrismicMeta:XT_2KhEAACIA4RpX&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4RpX&quot;,&quot;uid&quot;:&quot;over-2-million-new-derbyshire-records-published&quot;},&quot;PrismicMeta:XT_2KhEAACIA4Rov&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4Rov&quot;,&quot;uid&quot;:&quot;in-our-records-the-secret-lives-of-merchant-navy-lascars&quot;},&quot;PrismicMeta:XT_2KhEAACIA4RpD&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4RpD&quot;,&quot;uid&quot;:&quot;uncovering-the-stories-behind-an-album-of-police-mugshots&quot;},&quot;PrismicMeta:XT_2KhEAACIA4Rpd&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4Rpd&quot;,&quot;uid&quot;:&quot;redaction-and-the-1939-register&quot;},&quot;PrismicMeta:XT_2KhEAACIA4Rob&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4Rob&quot;,&quot;uid&quot;:&quot;using-birth-marriage-death-records-to-start-finding-your-ancestors&quot;},&quot;PrismicMeta:XT_2KhEAACIA4RoB&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4RoB&quot;,&quot;uid&quot;:&quot;it-could-be-worse-you-could-be-a-victorian-night-soil-man&quot;},&quot;PrismicMeta:XT_2KhEAACIA4Roh&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4Roh&quot;,&quot;uid&quot;:&quot;trace-your-london-relatives-unlocking-the-westminster-collection&quot;},&quot;PrismicMeta:XT_2KhEAACIA4RnZ&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4RnZ&quot;,&quot;uid&quot;:&quot;knights-of-the-realm-uncover-your-ancestors-great-deeds-in-our-records&quot;},&quot;PrismicMeta:XT_2KhEAACIA4RoP&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4RoP&quot;,&quot;uid&quot;:&quot;wimbledon-discoveries-in-our-census-records&quot;},&quot;PrismicMeta:XT_2KhEAACIA4Rmn&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4Rmn&quot;,&quot;uid&quot;:&quot;warwickshire-birmingham-st-martin-in-the-bull-ring-parish-registers&quot;},&quot;PrismicMeta:XT_2KhEAACIA4Rpb&quot;:{&quot;__typename&quot;:&quot;PrismicMeta&quot;,&quot;id&quot;:&quot;XT_2KhEAACIA4Rpb&quot;,&quot;uid&quot;:&quot;middlesex-poplar-military-tribunals-1916-1918&quot;}},&quot;pathname&quot;:&quot;/blog&quot;,&quot;publicPath&quot;:&quot;https://d3nd02ak4v4ued.cloudfront.net/titan/dist/&quot;,&quot;browser&quot;:{&quot;isBot&quot;:true}}</div></body></html>