{"id":193,"date":"2021-09-02T19:56:40","date_gmt":"2021-09-02T23:56:40","guid":{"rendered":"https:\/\/meanderrivergsp.ca\/?page_id=193"},"modified":"2026-01-17T11:26:24","modified_gmt":"2026-01-17T16:26:24","slug":"upcoming-litters","status":"publish","type":"page","link":"https:\/\/meanderrivergsp.ca\/?page_id=193","title":{"rendered":"Upcoming Litters"},"content":{"rendered":"\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<div class=\"wp-block-group has-lightgrey-background-color has-background has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>Raising puppies and watching them grow up with their new families has been a source of joy for us over the past four years. We have produced 37 beautiful babies and have had the opportunity to meet hundreds of nice people, yourselves included.<\/p>\n\n\n\n<p>It is very difficult to run a business where you are at the mercy of biology. I do not expect to be able to make time to produce another litter in the near future so we have made the decision to close Meander River GSP.<\/p>\n\n\n\n<p>Thank you for all of your support. Please refer to the <a href=\"https:\/\/gspcanada.com\/breeders-list\/\">GSP Canada Breeders List<\/a> to find an alternate breeder who follows the club&#8217;s code of ethics.<\/p>\n<\/div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" src=\"https:\/\/meanderrivergsp.ca\/wp-content\/uploads\/2024\/05\/BE992906-370D-433B-BEC7-5097C7AC790F_1_201_a.jpeg\" alt=\"\" class=\"wp-image-895\" srcset=\"https:\/\/meanderrivergsp.ca\/wp-content\/uploads\/2024\/05\/BE992906-370D-433B-BEC7-5097C7AC790F_1_201_a.jpeg 768w, https:\/\/meanderrivergsp.ca\/wp-content\/uploads\/2024\/05\/BE992906-370D-433B-BEC7-5097C7AC790F_1_201_a-225x300.jpeg 225w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/figure>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n            <div id=\"mailerlite-form_1\" data-temp-id=\"69f9c390a4019\">\n                <div class=\"mailerlite-form\">\n                    <form action=\"\" method=\"post\" novalidate>\n                                                    <div class=\"mailerlite-form-title\"><h3>Newsletter signup<\/h3><\/div>\n                                                <div class=\"mailerlite-form-description\"><p>Sign up for our mailing list for updates on our breeding plans and invitations to adopt puppies from our upcoming litters.<\/p>\n<\/div>\n                        <div class=\"mailerlite-form-inputs\">\n                                                                                            <div class=\"mailerlite-form-field\">\n                                    <label for=\"mailerlite-1-field-email\">Email<\/label>\n                                    <input id=\"mailerlite-1-field-email\"\n                                           type=\"email\" required=\"required\"                                            name=\"form_fields[email]\"\n                                           placeholder=\"Email\"\/>\n                                <\/div>\n                                                                                            <div class=\"mailerlite-form-field\">\n                                    <label for=\"mailerlite-1-field-name\">Name<\/label>\n                                    <input id=\"mailerlite-1-field-name\"\n                                           type=\"text\"                                            name=\"form_fields[name]\"\n                                           placeholder=\"Name\"\/>\n                                <\/div>\n                                                        <div class=\"mailerlite-form-loader\">Please wait...<\/div>\n                            <div class=\"mailerlite-subscribe-button-container\">\n                                <button class=\"mailerlite-subscribe-submit\" type=\"submit\">\n                                    Subscribe                                <\/button>\n                            <\/div>\n                            <input type=\"hidden\" name=\"form_id\" value=\"1\"\/>\n                            <input type=\"hidden\" name=\"action\" value=\"mailerlite_subscribe_form\"\/>\n                            <input type=\"hidden\" name=\"ml_nonce\" value=\"077d1e580c\"\/>\n                        <\/div>\n                        <div class=\"mailerlite-form-response\">\n                                                            <h4><p><span style=\"color: #339966\">Thank you for sign up!<\/span><\/p>\n<\/h4>\n                                                    <\/div>\n                    <\/form>\n                <\/div>\n            <\/div>\n        <script type=\"text\/javascript\" src='https:\/\/meanderrivergsp.ca\/wp-content\/plugins\/official-mailerlite-sign-up-forms\/assets\/js\/localization\/validation-messages.js'><\/script>\n         <script type=\"text\/javascript\"> var selectedLanguage = \"\"; var validationMessages = messages[\"en\"]; if(selectedLanguage) { validationMessages = messages[selectedLanguage]; } window.addEventListener(\"load\", function () { var form_container = document.querySelector(`#mailerlite-form_1[data-temp-id=\"69f9c390a4019\"] form`); let submitButton = form_container.querySelector('.mailerlite-subscribe-submit'); submitButton.disabled = true; fetch('https:\/\/meanderrivergsp.ca\/wp-admin\/admin-ajax.php', { method: 'POST', headers:{ 'Content-Type': 'application\/x-www-form-urlencoded', }, body: new URLSearchParams({ \"action\" : \"ml_create_nonce\", \"ml_nonce\" : form_container.querySelector(\"input[name='ml_nonce']\").value }) }) .then((response) => response.json()) .then((json) => { if(json.success) { form_container.querySelector(\"input[name='ml_nonce']\").value = json.data.ml_nonce; submitButton.disabled = false; } }) .catch((error) => { console.error('Error:', error); }); form_container.addEventListener('submit', (e) => { e.preventDefault(); let data = new URLSearchParams(new FormData(form_container)).toString(); let validationError = false; document.querySelectorAll('.mailerlite-form-error').forEach(el => el.remove()); Array.from(form_container.elements).forEach((input) => { if(input.type !== 'hidden') { if(input.required) { if(input.value == '') { validationError = true; let error = document.createElement(\"span\"); error.className = 'mailerlite-form-error'; error.textContent = validationMessages.required; input.after(error); return false; } } if((input.type == \"email\") && (!validateEmail(input.value))) { validationError = true; let error = document.createElement(\"span\"); error.className = 'mailerlite-form-error'; error.textContent = validationMessages.email; input.after(error); return false; } } }); if(validationError) { return false; } fade.out(form_container.querySelector('.mailerlite-subscribe-button-container'), () => { fade.in(form_container.querySelector('.mailerlite-form-loader')); }); fetch('https:\/\/meanderrivergsp.ca\/wp-admin\/admin-ajax.php', { method: 'POST', headers:{ 'Content-Type': 'application\/x-www-form-urlencoded', }, body: data }) .then((response) => { fade.out(form_container.querySelector('.mailerlite-form-inputs'), () => { fade.in(form_container.querySelector('.mailerlite-form-response')); }); }) .catch((error) => { console.error('Error:', error); }); }); }, false); var fade = { out: function(el, fn = false) { var fadeOutEffect = setInterval(function () { if (!el.style.opacity) { el.style.opacity = 1; } if (el.style.opacity > 0) { el.style.opacity -= 0.1; } else { el.style.display = 'none'; clearInterval(fadeOutEffect); } }, 50); if( typeof (fn) == 'function') { fn(); } }, in: function(el) { var fadeInEffect = setInterval(function () { if (!el.style.opacity) { el.style.opacity = 0; } if (el.style.opacity < 1) { el.style.opacity = Number(el.style.opacity) + 0.1; } else { el.style.display = 'block'; clearInterval(fadeInEffect); } }, 50); } }; function validateEmail(email){ if(email.match( \/^(([^<>()[\\]\\\\.,;:\\s@\\\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\\\"]+)*)|(\\\".+\\\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/ )) { return true; } return false; } <\/script> \n<\/div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"1024\" src=\"https:\/\/meanderrivergsp.ca\/wp-content\/uploads\/2022\/06\/IMG_8274-624x1024.jpeg\" alt=\"\" class=\"wp-image-477\" srcset=\"https:\/\/meanderrivergsp.ca\/wp-content\/uploads\/2022\/06\/IMG_8274-624x1024.jpeg 624w, https:\/\/meanderrivergsp.ca\/wp-content\/uploads\/2022\/06\/IMG_8274-183x300.jpeg 183w, https:\/\/meanderrivergsp.ca\/wp-content\/uploads\/2022\/06\/IMG_8274-768x1260.jpeg 768w, https:\/\/meanderrivergsp.ca\/wp-content\/uploads\/2022\/06\/IMG_8274.jpeg 878w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Raising puppies and watching them grow up with their new families has been a source of joy for us over the past four years. We have produced 37 beautiful babies and have had the opportunity to meet hundreds of nice people, yourselves included. It is very difficult to run a business where you are at &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/meanderrivergsp.ca\/?page_id=193\" class=\"more-link\">Read more<span class=\"screen-reader-text\"> &#8220;Upcoming Litters&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":84,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"inspiro_hide_title":false,"footnotes":""},"class_list":["post-193","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Upcoming Litters - Meander River German Shorthaired Pointers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/meanderrivergsp.ca\/?page_id=193\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Upcoming Litters - Meander River German Shorthaired Pointers\" \/>\n<meta property=\"og:description\" content=\"Raising puppies and watching them grow up with their new families has been a source of joy for us over the past four years. We have produced 37 beautiful babies and have had the opportunity to meet hundreds of nice people, yourselves included. It is very difficult to run a business where you are at &hellip; Read more &quot;Upcoming Litters&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/meanderrivergsp.ca\/?page_id=193\" \/>\n<meta property=\"og:site_name\" content=\"Meander River German Shorthaired Pointers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/meander.river.gsp\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-17T16:26:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/meanderrivergsp.ca\/wp-content\/uploads\/2021\/07\/AE962A03-8BD9-452F-ACBD-F2ECCB5B3B99.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"460\" \/>\n\t<meta property=\"og:image:height\" content=\"339\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/meanderrivergsp.ca\\\/?page_id=193\",\"url\":\"https:\\\/\\\/meanderrivergsp.ca\\\/?page_id=193\",\"name\":\"Upcoming Litters - Meander River German Shorthaired Pointers\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/meanderrivergsp.ca\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/meanderrivergsp.ca\\\/?page_id=193#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/meanderrivergsp.ca\\\/?page_id=193#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/meanderrivergsp.ca\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/AE962A03-8BD9-452F-ACBD-F2ECCB5B3B99.jpeg\",\"datePublished\":\"2021-09-02T23:56:40+00:00\",\"dateModified\":\"2026-01-17T16:26:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/meanderrivergsp.ca\\\/?page_id=193#breadcrumb\"},\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/meanderrivergsp.ca\\\/?page_id=193\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\\\/\\\/meanderrivergsp.ca\\\/?page_id=193#primaryimage\",\"url\":\"https:\\\/\\\/meanderrivergsp.ca\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/AE962A03-8BD9-452F-ACBD-F2ECCB5B3B99.jpeg\",\"contentUrl\":\"https:\\\/\\\/meanderrivergsp.ca\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/AE962A03-8BD9-452F-ACBD-F2ECCB5B3B99.jpeg\",\"width\":460,\"height\":339},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/meanderrivergsp.ca\\\/?page_id=193#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/meanderrivergsp.ca\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Upcoming Litters\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/meanderrivergsp.ca\\\/#website\",\"url\":\"https:\\\/\\\/meanderrivergsp.ca\\\/\",\"name\":\"Meander River German Shorthaired Pointers\",\"description\":\"Breeder and trainer of proven German Shorthaired Pointers and Deutsch Kurzhaars in Brooklyn, Nova Scotia\",\"publisher\":{\"@id\":\"https:\\\/\\\/meanderrivergsp.ca\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/meanderrivergsp.ca\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/meanderrivergsp.ca\\\/#organization\",\"name\":\"Meander River German Shorthaired Pointers\",\"url\":\"https:\\\/\\\/meanderrivergsp.ca\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\\\/\\\/meanderrivergsp.ca\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/meanderrivergsp.ca\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/cropped-168485443_250316273433567_2207433873434379376_n.jpeg\",\"contentUrl\":\"https:\\\/\\\/meanderrivergsp.ca\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/cropped-168485443_250316273433567_2207433873434379376_n.jpeg\",\"width\":512,\"height\":512,\"caption\":\"Meander River German Shorthaired Pointers\"},\"image\":{\"@id\":\"https:\\\/\\\/meanderrivergsp.ca\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/meander.river.gsp\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Upcoming Litters - Meander River German Shorthaired Pointers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/meanderrivergsp.ca\/?page_id=193","og_locale":"en_US","og_type":"article","og_title":"Upcoming Litters - Meander River German Shorthaired Pointers","og_description":"Raising puppies and watching them grow up with their new families has been a source of joy for us over the past four years. We have produced 37 beautiful babies and have had the opportunity to meet hundreds of nice people, yourselves included. It is very difficult to run a business where you are at &hellip; Read more \"Upcoming Litters\"","og_url":"https:\/\/meanderrivergsp.ca\/?page_id=193","og_site_name":"Meander River German Shorthaired Pointers","article_publisher":"https:\/\/www.facebook.com\/meander.river.gsp","article_modified_time":"2026-01-17T16:26:24+00:00","og_image":[{"width":460,"height":339,"url":"https:\/\/meanderrivergsp.ca\/wp-content\/uploads\/2021\/07\/AE962A03-8BD9-452F-ACBD-F2ECCB5B3B99.jpeg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/meanderrivergsp.ca\/?page_id=193","url":"https:\/\/meanderrivergsp.ca\/?page_id=193","name":"Upcoming Litters - Meander River German Shorthaired Pointers","isPartOf":{"@id":"https:\/\/meanderrivergsp.ca\/#website"},"primaryImageOfPage":{"@id":"https:\/\/meanderrivergsp.ca\/?page_id=193#primaryimage"},"image":{"@id":"https:\/\/meanderrivergsp.ca\/?page_id=193#primaryimage"},"thumbnailUrl":"https:\/\/meanderrivergsp.ca\/wp-content\/uploads\/2021\/07\/AE962A03-8BD9-452F-ACBD-F2ECCB5B3B99.jpeg","datePublished":"2021-09-02T23:56:40+00:00","dateModified":"2026-01-17T16:26:24+00:00","breadcrumb":{"@id":"https:\/\/meanderrivergsp.ca\/?page_id=193#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/meanderrivergsp.ca\/?page_id=193"]}]},{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/meanderrivergsp.ca\/?page_id=193#primaryimage","url":"https:\/\/meanderrivergsp.ca\/wp-content\/uploads\/2021\/07\/AE962A03-8BD9-452F-ACBD-F2ECCB5B3B99.jpeg","contentUrl":"https:\/\/meanderrivergsp.ca\/wp-content\/uploads\/2021\/07\/AE962A03-8BD9-452F-ACBD-F2ECCB5B3B99.jpeg","width":460,"height":339},{"@type":"BreadcrumbList","@id":"https:\/\/meanderrivergsp.ca\/?page_id=193#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/meanderrivergsp.ca\/"},{"@type":"ListItem","position":2,"name":"Upcoming Litters"}]},{"@type":"WebSite","@id":"https:\/\/meanderrivergsp.ca\/#website","url":"https:\/\/meanderrivergsp.ca\/","name":"Meander River German Shorthaired Pointers","description":"Breeder and trainer of proven German Shorthaired Pointers and Deutsch Kurzhaars in Brooklyn, Nova Scotia","publisher":{"@id":"https:\/\/meanderrivergsp.ca\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/meanderrivergsp.ca\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CA"},{"@type":"Organization","@id":"https:\/\/meanderrivergsp.ca\/#organization","name":"Meander River German Shorthaired Pointers","url":"https:\/\/meanderrivergsp.ca\/","logo":{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/meanderrivergsp.ca\/#\/schema\/logo\/image\/","url":"https:\/\/meanderrivergsp.ca\/wp-content\/uploads\/2021\/07\/cropped-168485443_250316273433567_2207433873434379376_n.jpeg","contentUrl":"https:\/\/meanderrivergsp.ca\/wp-content\/uploads\/2021\/07\/cropped-168485443_250316273433567_2207433873434379376_n.jpeg","width":512,"height":512,"caption":"Meander River German Shorthaired Pointers"},"image":{"@id":"https:\/\/meanderrivergsp.ca\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/meander.river.gsp"]}]}},"_links":{"self":[{"href":"https:\/\/meanderrivergsp.ca\/index.php?rest_route=\/wp\/v2\/pages\/193","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/meanderrivergsp.ca\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/meanderrivergsp.ca\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/meanderrivergsp.ca\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/meanderrivergsp.ca\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=193"}],"version-history":[{"count":37,"href":"https:\/\/meanderrivergsp.ca\/index.php?rest_route=\/wp\/v2\/pages\/193\/revisions"}],"predecessor-version":[{"id":989,"href":"https:\/\/meanderrivergsp.ca\/index.php?rest_route=\/wp\/v2\/pages\/193\/revisions\/989"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/meanderrivergsp.ca\/index.php?rest_route=\/wp\/v2\/media\/84"}],"wp:attachment":[{"href":"https:\/\/meanderrivergsp.ca\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=193"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}