Current File : /www/capitalgmcbuickregina_830/public/wp-content/plugins/wordpress-seo/js/dist/academy.js
(()=>{var e={1609(e){"use strict";e.exports=window.React},2514(e,t,s){const a=s(1609),r=a.forwardRef(function(e,t){return a.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),a.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8 11V7a4 4 0 118 0m-4 8v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2z"}))});e.exports=r},5687(e,t,s){const a=s(1609),r=a.forwardRef(function(e,t){return a.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),a.createElement("path",{fillRule:"evenodd",d:"M10.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L12.586 11H5a1 1 0 110-2h7.586l-2.293-2.293a1 1 0 010-1.414z",clipRule:"evenodd"}))});e.exports=r},6702(e,t,s){const a=s(1609),r=a.forwardRef(function(e,t){return a.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),a.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"}))});e.exports=r}},t={};function s(a){var r=t[a];if(void 0!==r)return r.exports;var i=t[a]={exports:{}};return e[a](i,i.exports,s),i.exports}s.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return s.d(t,{a:t}),t},s.d=(e,t)=>{for(var a in t)s.o(t,a)&&!s.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},s.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{"use strict";const e=window.wp.components,t=window.wp.data,a=window.wp.domReady;var r=s.n(a);const i=window.wp.element,o=window.yoast.uiLibrary,n=window.lodash,d=window.wp.i18n,l=window.yoast.reduxJsToolkit,c="adminUrl",u=(0,l.createSlice)({name:c,initialState:"",reducers:{setAdminUrl:(e,{payload:t})=>t}}),y=(u.getInitialState,{selectAdminUrl:e=>(0,n.get)(e,c,"")});y.selectAdminLink=(0,l.createSelector)([y.selectAdminUrl,(e,t)=>t],(e,t="")=>{try{return new URL(t,e).href}catch(t){return e}}),u.actions,u.reducer,window.wp.apiFetch;const p="hasConsent",m=(0,l.createSlice)({name:p,initialState:{hasConsent:!1,endpoint:""},reducers:{giveAiGeneratorConsent:(e,{payload:t})=>{e.hasConsent=t},setAiGeneratorConsentEndpoint:(e,{payload:t})=>{e.endpoint=t}}}),g=(m.getInitialState,m.actions,m.reducer,window.wp.url),h="linkParams",w=(0,l.createSlice)({name:h,initialState:{},reducers:{setLinkParams:(e,{payload:t})=>t}}),f=w.getInitialState,k={selectLinkParam:(e,t,s={})=>(0,n.get)(e,`${h}.${t}`,s),selectLinkParams:e=>(0,n.get)(e,h,{})};k.selectLink=(0,l.createSelector)([k.selectLinkParams,(e,t)=>t,(e,t,s={})=>s],(e,t,s)=>(0,g.addQueryArgs)(t,{...e,...s}));const _=w.actions,v=w.reducer,S=(0,l.createSlice)({name:"notifications",initialState:{},reducers:{addNotification:{reducer:(e,{payload:t})=>{e[t.id]={id:t.id,variant:t.variant,size:t.size,title:t.title,description:t.description}},prepare:({id:e,variant:t="info",size:s="default",title:a,description:r})=>({payload:{id:e||(0,l.nanoid)(),variant:t,size:s,title:a||"",description:r}})},removeNotification:(e,{payload:t})=>(0,n.omit)(e,t)}}),b=(S.getInitialState,S.actions,S.reducer,"pluginUrl"),x=(0,l.createSlice)({name:b,initialState:"",reducers:{setPluginUrl:(e,{payload:t})=>t}}),L=(x.getInitialState,{selectPluginUrl:e=>(0,n.get)(e,b,"")});L.selectImageLink=(0,l.createSelector)([L.selectPluginUrl,(e,t,s="images")=>s,(e,t)=>t],(e,t,s)=>[(0,n.trimEnd)(e,"/"),(0,n.trim)(t,"/"),(0,n.trimStart)(s,"/")].join("/")),x.actions,x.reducer;const E="wistiaEmbedPermission",A=(0,l.createSlice)({name:E,initialState:{value:!1,status:"idle",error:{}},reducers:{setWistiaEmbedPermissionValue:(e,{payload:t})=>{e.value=Boolean(t)}},extraReducers:e=>{e.addCase(`${E}/request`,e=>{e.status="loading"}),e.addCase(`${E}/success`,(e,{payload:t})=>{e.status="success",e.value=Boolean(t&&t.value)}),e.addCase(`${E}/error`,(e,{payload:t})=>{e.status="error",e.value=Boolean(t&&t.value),e.error={code:(0,n.get)(t,"error.code",500),message:(0,n.get)(t,"error.message","Unknown")}})}});var P;A.getInitialState,A.actions,A.reducer;const O=(0,l.createSlice)({name:"documentTitle",initialState:(0,n.defaultTo)(null===(P=document)||void 0===P?void 0:P.title,""),reducers:{setDocumentTitle:(e,{payload:t})=>t}});O.getInitialState,O.actions,O.reducer;var j=s(6702),I=s.n(j),Q=s(2514),T=s.n(Q),$=s(5687),M=s.n($);const R="@yoast/academy",U=(e,s=[],...a)=>(0,t.useSelect)(t=>{var s,r;return null===(s=(r=t(R))[e])||void 0===s?void 0:s.call(r,...a)},s),C=window.ReactJSXRuntime,N=(e,t)=>!(!(0,n.isEmpty)(e)&&!t)||Object.values(e).every(e=>!0===e),B=(e,t)=>!(0,n.isEmpty)(e)&&(t||e.WOO||e.LOCAL),z=()=>{const e=U("selectLinkParams"),t=U("selectPreference",[],"pluginUrl",""),s=U("selectPreference",[],"isPremium",""),a=U("selectPreference",[],"isWooActive",""),r=U("selectPreference",[],"isLocalActive",""),n=U("selectUpsellSettingsAsProps"),l=(0,o.useSvgAria)(),c=(0,i.useMemo)(()=>[{id:"ai_for_seo",title:"AI for SEO",description:(0,d.__)("Join the Yoast team to learn how to harness the power of AI to revolutionize your SEO approach. Gain a competitive edge, future-proof your keyword strategies, and soar to the top of search rankings – all designed to empower busy small business owners.","wordpress-seo"),image:`${t}/images/academy/ai_for_seo_icon_my_yoast.svg`,startLink:(0,g.addQueryArgs)("https://yoa.st/ai-for-seo-start",e),upsellLink:(0,g.addQueryArgs)("https://yoa.st/ai-for-seo-unlock",e),dependencies:{PREMIUM:s},hasTrial:!0},{id:"seo_for_beginners",title:"SEO for beginners",description:(0,d.__)("In this free course, you'll get quick wins to make your site rank higher in Google, Bing, and Yahoo.","wordpress-seo"),image:`${t}/images/academy/seo_for_beginners.svg`,startLink:(0,g.addQueryArgs)("https://yoa.st/academy-seo-beginners-start",e),dependencies:{},hasTrial:!0},{id:"seo_for_wp",title:"Yoast SEO for WordPress (block editor)",description:(0,d.sprintf)(/* translators: %1$s expands to Yoast SEO. */ /* translators: %1$s expands to Yoast SEO. */
(0,d.__)("In this course, you'll learn about how to set up and use the %1$s for WordPress plugin so it makes SEO even easier. This course is meant for users of the block editor.","wordpress-seo"),"Yoast SEO"),image:`${t}/images/academy/seo_for_wp.svg`,startLink:(0,g.addQueryArgs)("https://yoa.st/academy-seo-wordpress-block-editor-start",e),dependencies:{},hasTrial:!0},{id:"all_around_seo",title:"All-around SEO",description:(0,d.__)("In this course, you'll learn practical SEO skills on every key aspect of SEO, to make your site stand out.","wordpress-seo"),image:`${t}/images/academy/all_around_seo.svg`,startLink:(0,g.addQueryArgs)("https://yoa.st/academy-all-around-seo-start",e),upsellLink:(0,g.addQueryArgs)("https://yoa.st/academy-all-around-seo-unlock",e),dependencies:{PREMIUM:s},hasTrial:!0},{id:"wp_for_beginners",title:"WordPress for beginners",description:(0,d.__)("Do you want to set up your own WordPress site? This course will teach you the ins and outs of creating and maintaining a WordPress website!","wordpress-seo"),image:`${t}/images/academy/wp_for_beginners.svg`,startLink:(0,g.addQueryArgs)("https://yoa.st/academy-wordpress-beginners-start",e),dependencies:{},hasTrial:!0},{id:"copywriting",title:"SEO copywriting",description:(0,d.__)("In this course, you'll learn how to write awesome copy that is optimized for ranking in search engines.","wordpress-seo"),image:`${t}/images/academy/copywriting.svg`,startLink:(0,g.addQueryArgs)("https://yoa.st/academy-seo-copywriting-start",e),upsellLink:(0,g.addQueryArgs)("https://yoa.st/academy-seo-copywriting-unlock",e),dependencies:{PREMIUM:s},hasTrial:!0},{id:"structured_data_for_beginners",title:"Structured data for beginners",description:(0,d.__)("Learn how to make your site stand out from the crowd by adding structured data!","wordpress-seo"),image:`${t}/images/academy/structured_data_for_beginners.svg`,startLink:(0,g.addQueryArgs)("https://yoa.st/academy-structured-data-beginners-start",e),dependencies:{},hasTrial:!0},{id:"keyword_research",title:"Keyword research",description:(0,d.__)("Do you know the essential first step of good SEO? It's keyword research. In this training, you'll learn how to research and select the keywords that will guide searchers to your pages.","wordpress-seo"),image:`${t}/images/academy/keyword_research.svg`,startLink:(0,g.addQueryArgs)("https://yoa.st/academy-keyword-research-start",e),upsellLink:(0,g.addQueryArgs)("https://yoa.st/academy-keyword-research-unlock",e),dependencies:{PREMIUM:s},hasTrial:!0},{id:"block_editor",title:"Block editor training",description:(0,d.__)("Start creating block-tastic content with the new WordPress block editor! Learn all about the block editor and what you can do with it.","wordpress-seo"),image:`${t}/images/academy/block_editor.svg`,startLink:(0,g.addQueryArgs)("https://yoa.st/academy-block-editor-start",e),dependencies:{},hasTrial:!0},{id:"site_structure",title:"Site structure",description:(0,d.__)("A clear site structure benefits your users and is of great importance for SEO. Still, most people seem to forget about this. Get ahead of your competition and learn how to improve your site structure!","wordpress-seo"),image:`${t}/images/academy/site_structure.svg`,startLink:(0,g.addQueryArgs)("https://yoa.st/academy-site-structure-start",e),upsellLink:(0,g.addQueryArgs)("https://yoa.st/academy-site-structure-unlock",e),dependencies:{PREMIUM:s},hasTrial:!0},{id:"local",title:"Local SEO",description:(0,d.__)("Do you own a local business? This course will teach you how to make sure your local audience can find you in the search results and on Google Maps!","wordpress-seo"),image:`${t}/images/academy/local.svg`,startLink:(0,g.addQueryArgs)("https://yoa.st/academy-local-seo-start",e),upsellLink:(0,g.addQueryArgs)("https://yoa.st/academy-local-seo-unlock",e),dependencies:{LOCAL:r},hasTrial:!0},{id:"ecommerce",title:"Ecommerce SEO",description:(0,d.__)("Learn how to optimize your online shop for your customers and for search engines!","wordpress-seo"),image:`${t}/images/academy/ecommerce.svg`,startLink:(0,g.addQueryArgs)("https://yoa.st/academy-ecommerce-seo-start",e),upsellLink:(0,g.addQueryArgs)("https://yoa.st/academy-ecommerce-seo-unlock",e),dependencies:{WOO:a},hasTrial:!0},{id:"understanding_structured_data",title:"Understanding structured data",description:(0,d.__)("Do you want to take a deep dive into structured data? In this course, you'll learn the theory related to structured data in detail.","wordpress-seo"),image:`${t}/images/academy/understanding_structured_data.svg`,startLink:(0,g.addQueryArgs)("https://yoa.st/academy-understanding-structured-data-start",e),upsellLink:(0,g.addQueryArgs)("https://yoa.st/academy-understanding-structured-data-unlock",e),dependencies:{PREMIUM:s},hasTrial:!1},{id:"multilingual",title:"International SEO",description:(0,d.__)("Are you selling in countries all over the world? In this course, you’ll learn all about setting up and managing a site that targets people in different languages and locales.","wordpress-seo"),image:`${t}/images/academy/multilingual.svg`,startLink:(0,g.addQueryArgs)("https://yoa.st/academy-international-seo-start",e),upsellLink:(0,g.addQueryArgs)("https://yoa.st/academy-international-seo-unlock",e),dependencies:{PREMIUM:s},hasTrial:!0},{id:"crawlability",title:"Technical SEO: Crawlability and indexability",description:(0,d.__)("You have to make it possible for search engines to find your site, so they can display it in the search results. We'll tell you all about how that works in this course!","wordpress-seo"),image:`${t}/images/academy/crawlability.svg`,startLink:(0,g.addQueryArgs)("https://yoa.st/academy-technical-seo-crawlability-indexability-start",e),upsellLink:(0,g.addQueryArgs)("https://yoa.st/academy-technical-seo-crawlability-indexability-unlock",e),dependencies:{PREMIUM:s},hasTrial:!0},{id:"hosting_and_server",title:"Technical SEO: Hosting and server configuration",description:(0,d.__)("Choosing the right type of hosting for your site is the basis of a solid Technical SEO strategy. Learn all about it in this course!","wordpress-seo"),image:`${t}/images/academy/hosting_and_server.svg`,startLink:(0,g.addQueryArgs)("https://yoa.st/academy-technical-seo-hosting-server-configuration-start",e),upsellLink:(0,g.addQueryArgs)("https://yoa.st/academy-technical-seo-hosting-server-configuration-unlock",e),dependencies:{PREMIUM:s},hasTrial:!1}],[e]);return(0,C.jsx)("div",{className:"yst-p-4 min-[783px]:yst-p-8 yst-mb-8 xl:yst-mb-0",children:(0,C.jsxs)(o.Paper,{as:"main",className:"yst-max-w-page",children:[(0,C.jsx)("header",{className:"yst-p-8 yst-border-b yst-border-slate-200",children:(0,C.jsxs)("div",{className:"yst-max-w-screen-sm",children:[(0,C.jsx)(o.Title,{children:(0,d.__)("Academy","wordpress-seo")}),(0,C.jsxs)("p",{className:"yst-text-tiny yst-mt-3",children:[s&&(0,d.sprintf)(
// translators: %s for Yoast SEO Premium.
// translators: %s for Yoast SEO Premium.
(0,d.__)("Learn vital SEO skills that you can apply at once! Let us take you by the hand and give you practical SEO tips to help you outrank your competitors. Maximize your SEO game! Because your %s subscription gives you unlimited access to all courses.","wordpress-seo"),"Yoast SEO Premium"),!s&&(0,C.jsxs)(C.Fragment,{children:[(0,d.sprintf)(
// translators: %s for Yoast SEO.
// translators: %s for Yoast SEO.
(0,d.__)("Learn vital SEO skills that you can apply at once! Let us take you by the hand and give you practical SEO tips to help you outrank your competitors. %s comes with five free courses.","wordpress-seo"),"Yoast SEO")," ",(0,C.jsx)(o.Link,{href:(0,g.addQueryArgs)("https://yoa.st/academy-page-upsell/",e),target:"_blank",...n,children:(0,d.sprintf)(
// translators: %s for Yoast SEO Premium.
// translators: %s for Yoast SEO Premium.
(0,d.__)("Maximize your SEO game by purchasing %s, which grants you unlimited access to all courses.","wordpress-seo"),"Yoast SEO Premium")})]})]})]})}),(0,C.jsx)("div",{className:"yst-h-full yst-p-8",children:(0,C.jsx)("div",{className:"yst-max-w-6xl yst-grid yst-gap-6 yst-grid-cols-1 sm:yst-grid-cols-2 min-[783px]:yst-grid-cols-1 lg:yst-grid-cols-2 xl:yst-grid-cols-4",children:c.map(e=>(0,C.jsxs)(o.Card,{children:[(0,C.jsxs)(o.Card.Header,{className:"yst-h-auto yst-p-0",children:[(0,C.jsx)("img",{className:"yst-w-full yst-transition yst-duration-200",src:e.image,alt:"",width:500,height:250,loading:"lazy",decoding:"async"}),B(e.dependencies,s)&&(0,C.jsx)("div",{className:"yst-absolute yst-top-2 yst-end-2 yst-flex yst-gap-1.5",children:(0,C.jsx)(o.Badge,{size:"small",variant:"upsell",children:(0,d.__)("Premium","wordpress-seo")})})]}),(0,C.jsxs)(o.Card.Content,{className:"yst-flex yst-flex-col yst-gap-3",children:[(0,C.jsx)(o.Title,{as:"h3",children:e.title}),e.description,!N(e.dependencies,s)&&(0,C.jsxs)(o.Link,{href:e.startLink,className:"yst-flex yst-items-center yst-mt-3 yst-no-underline yst-font-medium yst-text-primary-500",target:"_blank",children:[(0,d.__)("Start free trial lesson","wordpress-seo"),(0,C.jsx)("span",{className:"yst-sr-only",children:/* translators: Hidden accessibility text. */ /* translators: Hidden accessibility text. */
(0,d.__)("(Opens in a new browser tab)","wordpress-seo")}),(0,C.jsx)(M(),{className:"yst-h-4 yst-w-4 yst-ms-1 yst-icon-rtl"})]})]}),(0,C.jsx)(o.Card.Footer,{children:(0,C.jsxs)(C.Fragment,{children:[!N(e.dependencies,s)&&(0,C.jsxs)(o.Button,{as:"a",id:`button-get-course-${e.id}`,className:"yst-gap-2 yst-w-full yst-px-2",variant:"upsell",href:null==e?void 0:e.upsellLink,target:"_blank",rel:"noopener",...n,children:[(0,C.jsx)(T(),{className:"yst-w-5 yst-h-5 yst--ms-1 yst-shrink-0",...l}),(0,d.sprintf)(/* translators: %1$s expands to Premium. */ /* translators: %1$s expands to Premium. */
(0,d.__)("Unlock with %1$s","wordpress-seo"),"Premium")]}),N(e.dependencies,s)&&(0,C.jsxs)(o.Button,{as:"a",id:`button-start-course-${e.id}`,className:"yst-gap-2 yst-w-full yst-px-2 yst-leading-5",variant:"primary",href:e.startLink,target:"_blank",rel:"noopener",children:[(0,d.__)("Start the course","wordpress-seo"),(0,C.jsx)(I(),{className:"yst--me-1 yst-ms-1 yst-h-5 yst-w-5 yst-text-white rtl:yst-rotate-[270deg]"})]})]})})]},`card-course-${e.id}`))})})]})})},W=()=>({...(0,n.get)(window,"wpseoScriptData.preferences",{})}),Y=(0,l.createSlice)({name:"preferences",initialState:W(),reducers:{}}),D={selectPreference:(e,t,s={})=>(0,n.get)(e,`preferences.${t}`,s),selectPreferences:e=>(0,n.get)(e,"preferences",{})};D.selectUpsellSettingsAsProps=(0,l.createSelector)([e=>D.selectPreference(e,"upsellSettings",{}),(e,t="premiumCtbId")=>t],(e,t)=>({"data-action":null==e?void 0:e.actionId,"data-ctb-id":null==e?void 0:e[t]}));const H=Y.actions,G=Y.reducer;r()(()=>{const s=document.getElementById("yoast-seo-academy");if(!s)return;(({initialState:e={}}={})=>{(0,t.register)((({initialState:e})=>(0,t.createReduxStore)(R,{actions:{..._,...H},selectors:{...k,...D},initialState:(0,n.merge)({},{[h]:f(),preferences:W()},e),reducer:(0,t.combineReducers)({[h]:v,preferences:G})}))({initialState:e}))})({initialState:{[h]:(0,n.get)(window,"wpseoScriptData.linkParams",{})}}),(()=>{const e=document.getElementById("wpcontent"),t=document.getElementById("adminmenuwrap");e&&t&&(e.style.minHeight=`${t.offsetHeight}px`)})();const a=(0,t.select)(R).selectPreference("isRtl",!1);(0,i.createRoot)(s).render((0,C.jsx)(o.Root,{context:{isRtl:a},children:(0,C.jsx)(e.SlotFillProvider,{children:(0,C.jsx)(z,{})})}))})})()})();
Thank you for choosing Capital GMC Buick | Regina, your premier certified Buick and GMC dealership proudly serving drivers in Regina and the surrounding communities. Whether you’re searching for a brand-new Buick or GMC vehicle or a meticulously inspected pre-owned model, we have a diverse selection to match your needs and lifestyle.
Beyond our impressive inventory, we offer a seamless and stress-free financing experience through our well-connected finance centre, where our team of experts is dedicated to securing the best loan or lease options for you, quickly, transparently, and hassle-free.
But our commitment to you doesn’t stop at the sale. Our state-of-the-art service centre is staffed with skilled Buick and GMC technicians who use the latest equipment and genuine OEM parts to keep your vehicle running at its best. From routine maintenance to complex repairs, we’ve got you covered.
Experience top-tier customer service, quality vehicles, and expert care, all in one place. Visit Capital GMC Buick | Regina today or call us at 306-205-8072 with any questions. We’re here to help!
Have a question or need assistance? Fill out the form and we will reach out to you as soon as possible.
Schedule a Visit
Let us know when you are coming and how we can assist you. We can ensure someone will be on hand to help you out at the desired date and time.
Find a Career
Have a look at our list of available positions and apply online today to join our team!
Opportunities to Grow
The auto industry is constantly changing and we want to continue to grow. We offer growth, leadership & mentorship programs to allow our staff to grow with us.
Competitive Salary
We have a significant earning potential with incentive-based pay in most roles. We also offer an employee referral bonus with paid bonuses.
Health & Dental
We offer a comprehensive benefits package including extended health, dental, and vision care. We also include paramedical, life insurance, paid sick leave, short & long-term disability coverages.
Vacation
We value our employees and want everyone to take their vacation time. We offer a minimum of 2 weeks vacation each year.
Training & Development
We have many opportunities for paid education and training in-house as well as training from the Manufacturer.
$10,000 Cash Giveaway – Terms & Conditions
All October long, stop by Capital GMC Buick Cadillac, to enter for your chance to win $10,000 cash. No purchase is required, but entries must be made in-store.
The contest is open to residents of Saskatchewan who are 18+. Dealership employees and their households are not eligible. Entries will be accepted from October 1 to October 31, 2025. A random draw will take place on November 1, 2025.
The prize is one $10,000 award, paid by cheque, and must be accepted as awarded. Winner will be contacted by phone or email and must respond within 7 days or another entry may be drawn. Odds of winning depend on the number of entries received.By entering, you agree that Capital Automotive Group may use your name and photo for winner announcements. The contest is governed by the laws of Saskatchewan.