{"id":14944,"date":"2023-05-19T13:46:30","date_gmt":"2023-05-19T13:46:30","guid":{"rendered":"https:\/\/sundaysky.com\/?page_id=14944"},"modified":"2025-02-01T01:47:56","modified_gmt":"2025-02-01T01:47:56","slug":"student-enrollment","status":"publish","type":"page","link":"https:\/\/sundaysky.com\/jp\/student-enrollment\/","title":{"rendered":"Boost Student Enrollment for Your University"},"content":{"rendered":"<div class=\"ssky-block full-width hero-cta color-navy\">\n<img decoding=\"async\" loading=\"lazy\" class=\"accent-shapes services-cta-shapes\" src=\"https:\/\/sundaysky.com\/wp-content\/themes\/sunday-sky\/assets\/images\/shapes\/hero-cta\/services-cta-shapes.svg\" \/>\n<img decoding=\"async\" loading=\"lazy\" class=\"accent-shapes blue-gradient-noodle\" src=\"https:\/\/sundaysky.com\/wp-content\/themes\/sunday-sky\/assets\/images\/blue-gradient-noodle.svg\" \/>\n    <div class=\"container-fluid\">\n        <div class=\"row center-vertical\">\n                            <div class=\"col-lg-6\">\n                    <h1>BOOST YOUR STUDENT ENROLLMENT<\/h1>\n                    <p>SundaySky empowers colleges and universities to increase student enrollment and transform student, alumni, and donor engagement through dynamic, personalized video experiences.<\/p>\n                                            <a class=\"primary-btn anchor-link\" href=\"#form-anchor\">\n                            Schedule A Demo                        <\/a>\n                                    <\/div>\n                <div class=\"col-lg-6\">\n                    <div class=\"video-container\">\n                                                <video id=\"background-video\" autoplay=\"autoplay\" loop muted playsinline oncontextmenu=\"return false;\">\n                            <source src=\"https:\/\/content.sundaysky.com\/HigherEd\/HigherEd-SkyU-student_onboarding-demo.mp4\" type=\"video\/mp4\">\n                        <\/video>\n                    \n                    <\/div>\n                <\/div>\n                    <\/div>\n    <\/div>\n<\/div>\n\n\n\n\n<script src=\"https:\/\/sundaysky.com\/wp-content\/themes\/sunday-sky\/js\/flickity\/dist\/js\/flickity.pkgd.min.js\"><\/script>\n<link rel=\"stylesheet\" href=\"https:\/\/sundaysky.com\/wp-content\/themes\/sunday-sky\/js\/flickity\/dist\/css\/flickity.css\">\n\n<div class=\"ssky-block full-width logo-carousel  color-blue\">\n\n\n    <!-- <div class=\"slideshow js-slideshow\"> -->\n      <div class=\"slideshow js-slideshow\">\n              \n        \n            <div class=\"slide logo-slide\">\n                <img decoding=\"async\" class=\"logo-src\" src=\"https:\/\/sundaysky.com\/wp-content\/uploads\/2023\/06\/logo_Winston-Salem-State-U-white.svg\">\n            <\/div>\n\n        \n            <div class=\"slide logo-slide\">\n                <img decoding=\"async\" class=\"logo-src\" src=\"https:\/\/sundaysky.com\/wp-content\/uploads\/2023\/06\/logo_Macquarie-University-white.svg\">\n            <\/div>\n\n        \n            <div class=\"slide logo-slide\">\n                <img decoding=\"async\" class=\"logo-src\" src=\"https:\/\/sundaysky.com\/wp-content\/uploads\/2023\/06\/logo_Ithaca-College-white.svg\">\n            <\/div>\n\n        \n            <div class=\"slide logo-slide\">\n                <img decoding=\"async\" class=\"logo-src\" src=\"https:\/\/sundaysky.com\/wp-content\/uploads\/2023\/06\/logo_Sheridan-College-white.svg\">\n            <\/div>\n\n        \n            <div class=\"slide logo-slide\">\n                <img decoding=\"async\" class=\"logo-src\" src=\"https:\/\/sundaysky.com\/wp-content\/uploads\/2023\/06\/logo_Southern-New-Hampshire-University-white.svg\">\n            <\/div>\n\n        \n            <div class=\"slide logo-slide\">\n                <img decoding=\"async\" class=\"logo-src\" src=\"https:\/\/sundaysky.com\/wp-content\/uploads\/2023\/06\/logo_George-Brown-College-white.svg\">\n            <\/div>\n\n        \n            <div class=\"slide logo-slide\">\n                <img decoding=\"async\" class=\"logo-src\" src=\"https:\/\/sundaysky.com\/wp-content\/uploads\/2023\/06\/logo_Tel-Aviv-University-white.svg\">\n            <\/div>\n\n        \n          <\/div>\n<\/div>\n\n<script>\n\n<\/script>\n\n<!-- <script>\n$( document ).ready(function() {\n  $('.slideshow').slick({\n    arrows: false,\n    dots: false,\n    autoplay: true,\n    autoplaySpeed: 0,\n    slidesToShow: 7,\n    slidesToScroll: 1,\n    cssEase: 'linear',\n    speed: 2000,\n    infinite: true,\n    draggable: true,\n    useTransform: true,\n  \n\n    responsive: [\n    \n    {\n      breakpoint: 768,\n      settings: {\n        slidesToShow: 3\n      }\n    }\n    ]\n  });\n});\n<\/script> -->\n\n\n<script>\n    \/\/ Play with this value to change the speed\nlet tickerSpeed = .5;\n\nlet flickity = null;\nlet isPaused = false;\nconst slideshowEl = document.querySelector('.js-slideshow');\n\n\n\/\/\n\/\/   Functions\n\/\/\n\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\nconst update = () => {\n  if (isPaused) return;\n  if (flickity.slides) {\n    flickity.x = (flickity.x - tickerSpeed) % flickity.slideableWidth;\n    flickity.selectedIndex = flickity.dragEndRestingSelect();\n    flickity.updateSelectedSlide();\n    flickity.settle(flickity.x);\n  }\n  window.requestAnimationFrame(update);\n};\n\nconst pause = () => {\n  isPaused = true;\n};\n\nconst play = () => {\n  if (isPaused) {\n    isPaused = false;\n    window.requestAnimationFrame(update);\n  }\n};\n\n\n\/\/\n\/\/   Create Flickity\n\/\/\n\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\nflickity = new Flickity(slideshowEl, {\n  autoPlay: false,\n  prevNextButtons: false,\n  pageDots: false,\n  draggable: true,\n  wrapAround: true,\n  selectedAttraction: 0.015,\n  friction: 0.25,\n  adaptiveHeight: true,\n  imagesLoaded: true\n});\nflickity.x = 0;\n\n\n\/\/\n\/\/   Add Event Listeners\n\/\/\n\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\n\/\/slideshowEl.addEventListener('mouseenter', pause, false);\nslideshowEl.addEventListener('focusin', pause, false);\nslideshowEl.addEventListener('mouseleave', play, false);\nslideshowEl.addEventListener('focusout', play, false);\n\nflickity.on('dragStart', () => {\n  isPaused = true;\n});\n\n\n\/\/\n\/\/   Start Ticker\n\/\/\n\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\nupdate();\n<\/script>\n\n<div class=\"ssky-block two-column-repeater\">\n                            <div class=\"row center-vertical\" id=\"\">\n                                    <div class=\"col-lg-6\">\n                        <div class=\"text-col left\">\n                            <h4>TURN PROSPECTIVE STUDENTS INTO APPLICANTS<\/h4>\n                            <p class=\"p1\"><span style=\"font-weight: 400\">Attract prospective students with a high-impact video that conveys the key features of your school and leaves a lasting impression on students. Increase student enrollment by encouraging viewers to learn more, schedule a campus visit, and submit an application.\u00a0<\/span><\/p>\n                                                    <\/div>\n                    <\/div>\n                                                    <div class=\"col-lg-6\">\n                        <div class=\"graphic-col right\">\n                                                            <div class=\"video-container\"><!--video begin-->\n                                                                            <video autoplay=\"autoplay\" loop muted playsinline oncontextmenu=\"return false;\">\n                                            <source src=\"https:\/\/content.sundaysky.com\/HigherEd\/IthacaCollege-acceptance_preenrollment-PlanAVisit.mp4\" type=\"video\/mp4\">\n                                        <\/video>\n                                                                    <\/div><!--video end-->\n                                                    <\/div>\n                    <\/div>\n                         \n            <\/div>\n                                <div class=\"row center-vertical\" id=\"\">\n                                    <div class=\"col-lg-6 order-2 order-lg-1\">\n                        <div class=\"graphic-col left\">\n                                                            <div class=\"video-container\"><!--video begin-->\n                                                                            <video autoplay=\"autoplay\" loop muted playsinline oncontextmenu=\"return false;\">\n                                            <source src=\"https:\/\/content.sundaysky.com\/HigherEd\/WSSU-Accepted_decided.mp4\" type=\"video\/mp4\">\n                                        <\/video>\n                                                                    <\/div><!--video end-->\n                                                    <\/div>\n                    <\/div>\n                                                    <div class=\"col-lg-6 order-1 order-lg-2\">\n                        <div class=\"text-col right\">\n                            <h4>CREATE A PERSONALIZED WELCOME EXPERIENCE<\/h4>\n                            <p><span style=\"font-weight: 400\">Welcome accepted students by showcasing the vibrancy of your campus culture and student life, while portraying the quality of education students will receive. Through a personalized video, foster a sense of belonging and excitement for the year to come.\u00a0<\/span><\/p>\n                                                            <a class=\"ssky-link\" href=\"https:\/\/sundaysky.com\/customers\/wssu\/\">Discover how Winston-Salem State University boosts student enrollment yield nearly 10%<\/a>\n                                                    <\/div>\n                    <\/div>\n                         \n            <\/div>\n                                <div class=\"row center-vertical\" id=\"\">\n                                    <div class=\"col-lg-6\">\n                        <div class=\"text-col left\">\n                            <h4>ONBOARD NEW STUDENTS WITH EASE<\/h4>\n                            <p><span style=\"font-weight: 400\">Educate new students on their upcoming college experience. Deliver essential knowledge about academic expectations, financial aid, extracurriculars, campus resources, and more through a digestible video that serves as an informative resource.\u00a0<\/span><\/p>\n                                                    <\/div>\n                    <\/div>\n                                                    <div class=\"col-lg-6\">\n                        <div class=\"graphic-col right\">\n                                                            <div class=\"video-container\"><!--video begin-->\n                                                                            <video autoplay=\"autoplay\" loop muted playsinline oncontextmenu=\"return false;\">\n                                            <source src=\"https:\/\/content.sundaysky.com\/HigherEd\/HigherEd-SkyU-student_onboarding-demo.mp4\" type=\"video\/mp4\">\n                                        <\/video>\n                                                                    <\/div><!--video end-->\n                                                    <\/div>\n                    <\/div>\n                         \n            <\/div>\n                                <div class=\"row center-vertical\" id=\"\">\n                                    <div class=\"col-lg-6 order-2 order-lg-1\">\n                        <div class=\"graphic-col left\">\n                                                            <div class=\"video-container\"><!--video begin-->\n                                                                            <video autoplay=\"autoplay\" loop muted playsinline oncontextmenu=\"return false;\">\n                                            <source src=\"https:\/\/content.sundaysky.com\/HigherEd\/Villanova-alumni_donation-demo.mp4\" type=\"video\/mp4\">\n                                        <\/video>\n                                                                    <\/div><!--video end-->\n                                                    <\/div>\n                    <\/div>\n                                                    <div class=\"col-lg-6 order-1 order-lg-2\">\n                        <div class=\"text-col right\">\n                            <h4>ENGAGE ALUMNI AND DONORS IN A DIGITAL-FIRST WORLD<\/h4>\n                            <p><span style=\"font-weight: 400\">Stay connected to alumni and donors no matter where life takes them. With personalized video, keep this audience engaged to drive donations, portray the impact of their donations, and keep them up-to-date on school happenings and achievements.\u00a0<\/span><\/p>\n                                                    <\/div>\n                    <\/div>\n                         \n            <\/div>\n                            \n<\/div>\n\n\n<div class=\"ssky-block full-width-video\">\n    <div class=\"intro-para\">\n        <p>\n            <span class=\"para-title\">CREATE MORE VIDEOS WITH THE SAME RESOURCES. <\/span>&nbsp;SundaySky enables non-video experts to create professional and personalized video at scale\u2014no video production or editing experience required.        <\/p>\n    <\/div>\n    <div class=\"video-container\">\n\n        <div id='fullWidthVideo'><\/div>\n\n        <script>\n        var sskyProgramID = '';\n\n        function createPlayer() {\n        var sskyplayer = document.createElement('sundaysky-video');\n        sskyplayer.setAttribute('id', 'sskyplayer');\n        sskyplayer.setAttribute('analytics-token', sskyProgramID);\n        sskyplayer.setAttribute('session', '');\n        sskyplayer.setAttribute('poster', '');\n        sskyplayer.setAttribute('transcript-button', 'show');\n        document.getElementById('fullWidthVideo').appendChild(sskyplayer);\n        }\n        createPlayer();\n        <\/script>\n\n        <script defer src=\n        'https:\/\/play.sundaysky.com\/main\/sundaysky-player.grey.en-us.min.js'>\n        <\/script>\n    <\/div>\n<\/div>\n\n\n<div class=\"ssky-block three-column-callouts\">\n        <div class=\"row\">\n            <div class=\"col-md-4\">\n            <img decoding=\"async\" loading=\"lazy\" class=\"callout-icon\" src=\"https:\/\/sundaysky.com\/wp-content\/uploads\/2023\/05\/icon-efficiency-cost-time-savings-477x477-1.png\" \/>\n            <span class=\"callout-title\">Drive production <br>efficiency through <br>time &amp; cost savings<\/span>\n            <p><\/p>\n        <\/div>\n            <div class=\"col-md-4\">\n            <img decoding=\"async\" loading=\"lazy\" class=\"callout-icon\" src=\"https:\/\/sundaysky.com\/wp-content\/uploads\/2023\/05\/Platform-Enablement-477x477-1.png\" \/>\n            <span class=\"callout-title\">Scale across the <br>student journey\u2014from <br>admission to alumni<\/span>\n            <p><\/p>\n        <\/div>\n            <div class=\"col-md-4\">\n            <img decoding=\"async\" loading=\"lazy\" class=\"callout-icon\" src=\"https:\/\/sundaysky.com\/wp-content\/uploads\/2023\/05\/Data-Activation-477x477-1.png\" \/>\n            <span class=\"callout-title\">Activate data for <br>segmentation &amp; <br>personalization<\/span>\n            <p><\/p>\n        <\/div>\n        <\/div>\n    <\/div>\n\n<div class=\"ssky-block full-width blockquote color-pinkgradient\">\n<img decoding=\"async\" loading=\"lazy\" class=\"accent-shapes\" src=\"https:\/\/sundaysky.com\/wp-content\/themes\/sunday-sky\/assets\/images\/shapes\/blockquote\/blockquote-shapes.svg\" \/>\n    <div class=\"container\">\n        <div class=\"row\">\n            <div class=\"col-12\">\n                <p class=\"quote-body\">&#8220;We needed something that was easy to use for our team. We are a small, agile team and we needed a quick and easy solution without requiring expertise or any type of specialized resources.&#8221;<\/p>\n                <span class=\"quote-author\">Laura Huff<\/span><br>\n                <span class=\"title-company\">Enrollment Marketing &#038; Digital Strategy at Winston Salem State University<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<!--TODO: set slide colors automatically based on number-->\n<!--TODO: make this an *actual* slide w\/ scroll-->\n\n<!-- <script defer type=\"text\/javascript\" src=\"\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick.min.js\"><\/script> -->\n\n\n\n\n<div class=\"ssky-block case-study-slider\">\n    <div>\n        <div class=\"intro-para\">\n            <p>\n                <span class=\"para-title\">AMPLIFY YOUR SCHOOL&#8217;S VOICE. <\/span>&nbsp;Leading colleges and universities are adopting SundaySky to portray their campus culture and student life, attracting applicants and increasing student enrollment.             <\/p>\n        <\/div>\n        <div class=\"case-studies\">\n            <!-- <div class=\"animation\"> -->\n                    \n                                    <div class=\"case-study first\">\n                        <div class=\"case-study-inner color-navy\">\n                            <img decoding=\"async\" loading=\"lazy\" class=\"cs-logo\" src=\"https:\/\/sundaysky.com\/wp-content\/uploads\/2023\/05\/logo_Winston-Salem-State-U-white.svg\" \/>\n                            <span class=\"cs-copy\">Elevating their new student welcome experiences through personalized video.<\/span>\n                            <a class=\"ssky-link\" href=\"\"><\/a>\n                        <\/div>\n                    <\/div>\n                \n                                    <div class=\"case-study first\">\n                        <div class=\"case-study-inner color-pink\">\n                            <img decoding=\"async\" loading=\"lazy\" class=\"cs-logo\" src=\"https:\/\/sundaysky.com\/wp-content\/uploads\/2023\/05\/logo_Ithaca-College-blue.svg\" \/>\n                            <span class=\"cs-copy\">Capturing their mission statement and campus culture to drive student enrollment<\/span>\n                            <a class=\"ssky-link\" href=\"\"><\/a>\n                        <\/div>\n                    <\/div>\n                \n                \n                        <!-- <\/div> end \"animation\"-->\n        <\/div>\n            \n    <\/div>\n<\/div>\n\n<script>\n$( document ).ready(function() {\n$('.case-studies').slick({\n  lazyLoad: 'ondemand',\n  slidesToShow: 3,\n  fade: false,\n  dots: true,\n  autoplay: false,\n  arrows: true,\n  responsive: [\n    \n    {\n      breakpoint: 991,\n      settings: {\n        centerMode: true,\n        centerPadding: '40px',\n        slidesToShow: 2\n      }\n    },\n    {\n      breakpoint: 767,\n      settings: {\n        arrows: false,\n        centerMode: true,\n        centerPadding: '40px',\n        slidesToShow: 2\n      }\n    },\n    {\n      breakpoint: 600,\n      settings: {\n        arrows: false,\n        centerMode: true,\n        centerPadding: '40px',\n        slidesToShow: 1\n      }\n    }\n  ]\n});\n});\n<\/script>\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-ad2f72ca wp-block-group-is-layout-flex\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h4><span style=\"color: revert; font-size: 1.5rem; background-color: var(--bs-body-bg); font-family: var(--bs-body-font-family); text-align: var(--bs-body-text-align);\">SEE HOW EASY AND POWERFUL VIDEO PERSONALIZATION WITH SUNDAYSKY IS<\/span><\/h4>\n<p>Learn how SundaySky\u2019s Video Platform transforms student, alumni and donor engagement, enabling your team to deliver new digital experiences that drive breakthrough outcomes for your university. Schedule a demo with us to see the platform in action.&nbsp;<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" id=\"form-anchor\">\n<iframe loading=\"lazy\" src=\"https:\/\/go.sundaysky.com\/l\/969593\/2023-05-23\/4jwbb\" width=\"100%\" height=\"700\" type=\"text\/html\" frameborder=\"0\" allowtransparency=\"true\" style=\"border: 0\" id=\"pardot-form\" class=\"utm-src\"><\/iframe>\n\n<script type=\"text\/javascript\">\n      iFrameResize({log:true});\n<\/script>\n<script>\n  var _ld_scriptEl = document.createElement('script');\n  _ld_scriptEl.src = 'https:\/\/cdn.leandata.com\/js-snippet\/ld-book-v2.js';\n  _ld_scriptEl.addEventListener('load', function() {\n    LDBookItV2.initialize('00D400000007I2M', 'Demo Request', 'LD_BookIt_Log_ID');\n  });\n  document.body.appendChild(_ld_scriptEl);\n<\/script>\n\n\n<script type=\"text\/javascript\">\nvar iframe = document.getElementById('pardot-form');\niframe.src = iframe.src + window.location.search;\n<\/script>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>SEE HOW EASY AND POWERFUL VIDEO PER<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":true,"content-type":"","om_disable_all_campaigns":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-14944","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Increase Student Enrollment in Universities with SundaySky<\/title>\n<meta name=\"description\" content=\"Engage prospective students and increase student enrollment through dynamic, personalized video experiences made in-house by you.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sundaysky.com\/jp\/student-enrollment\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Increase Student Enrollment in Universities with SundaySky\" \/>\n<meta property=\"og:description\" content=\"Engage prospective students and increase student enrollment through dynamic, personalized video experiences made in-house by you.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sundaysky.com\/jp\/student-enrollment\/\" \/>\n<meta property=\"og:site_name\" content=\"SundaySky\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/SundaySkyVideo\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-01T01:47:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sundaysky.com\/wp-content\/uploads\/2022\/11\/Sundaysky-logo-02.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@sundaysky\" \/>\n<meta name=\"twitter:label1\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data1\" content=\"1\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sundaysky.com\\\/jp\\\/student-enrollment\\\/\",\"url\":\"https:\\\/\\\/sundaysky.com\\\/jp\\\/student-enrollment\\\/\",\"name\":\"Increase Student Enrollment in Universities with SundaySky\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sundaysky.com\\\/jp\\\/#website\"},\"datePublished\":\"2023-05-19T13:46:30+00:00\",\"dateModified\":\"2025-02-01T01:47:56+00:00\",\"description\":\"Engage prospective students and increase student enrollment through dynamic, personalized video experiences made in-house by you.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sundaysky.com\\\/jp\\\/student-enrollment\\\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sundaysky.com\\\/jp\\\/student-enrollment\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sundaysky.com\\\/jp\\\/student-enrollment\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/sundaysky.com\\\/jp\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Boost Student Enrollment for Your University\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sundaysky.com\\\/jp\\\/#website\",\"url\":\"https:\\\/\\\/sundaysky.com\\\/jp\\\/\",\"name\":\"SundaySky Video Platform\",\"description\":\"Transforming Customer Engagement with Video\",\"publisher\":{\"@id\":\"https:\\\/\\\/sundaysky.com\\\/jp\\\/#organization\"},\"alternateName\":\"SundaySky\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sundaysky.com\\\/jp\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/sundaysky.com\\\/jp\\\/#organization\",\"name\":\"SundaySky\",\"url\":\"https:\\\/\\\/sundaysky.com\\\/jp\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/sundaysky.com\\\/jp\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/sundaysky.com\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/Sundaysky-logo-02.png\",\"contentUrl\":\"https:\\\/\\\/sundaysky.com\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/Sundaysky-logo-02.png\",\"width\":1920,\"height\":1080,\"caption\":\"SundaySky\"},\"image\":{\"@id\":\"https:\\\/\\\/sundaysky.com\\\/jp\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/SundaySkyVideo\",\"https:\\\/\\\/x.com\\\/sundaysky\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/sundaysky\\\/\",\"https:\\\/\\\/www.instagram.com\\\/sundayskyvideo\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Increase Student Enrollment in Universities with SundaySky","description":"Engage prospective students and increase student enrollment through dynamic, personalized video experiences made in-house by you.","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:\/\/sundaysky.com\/jp\/student-enrollment\/","og_locale":"ja_JP","og_type":"article","og_title":"Increase Student Enrollment in Universities with SundaySky","og_description":"Engage prospective students and increase student enrollment through dynamic, personalized video experiences made in-house by you.","og_url":"https:\/\/sundaysky.com\/jp\/student-enrollment\/","og_site_name":"SundaySky","article_publisher":"https:\/\/www.facebook.com\/SundaySkyVideo","article_modified_time":"2025-02-01T01:47:56+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/sundaysky.com\/wp-content\/uploads\/2022\/11\/Sundaysky-logo-02.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@sundaysky","twitter_misc":{"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"1\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sundaysky.com\/jp\/student-enrollment\/","url":"https:\/\/sundaysky.com\/jp\/student-enrollment\/","name":"Increase Student Enrollment in Universities with SundaySky","isPartOf":{"@id":"https:\/\/sundaysky.com\/jp\/#website"},"datePublished":"2023-05-19T13:46:30+00:00","dateModified":"2025-02-01T01:47:56+00:00","description":"Engage prospective students and increase student enrollment through dynamic, personalized video experiences made in-house by you.","breadcrumb":{"@id":"https:\/\/sundaysky.com\/jp\/student-enrollment\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sundaysky.com\/jp\/student-enrollment\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sundaysky.com\/jp\/student-enrollment\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sundaysky.com\/jp\/"},{"@type":"ListItem","position":2,"name":"Boost Student Enrollment for Your University"}]},{"@type":"WebSite","@id":"https:\/\/sundaysky.com\/jp\/#website","url":"https:\/\/sundaysky.com\/jp\/","name":"SundaySky Video Platform","description":"Transforming Customer Engagement with Video","publisher":{"@id":"https:\/\/sundaysky.com\/jp\/#organization"},"alternateName":"SundaySky","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sundaysky.com\/jp\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":"Organization","@id":"https:\/\/sundaysky.com\/jp\/#organization","name":"SundaySky","url":"https:\/\/sundaysky.com\/jp\/","logo":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/sundaysky.com\/jp\/#\/schema\/logo\/image\/","url":"https:\/\/sundaysky.com\/wp-content\/uploads\/2022\/11\/Sundaysky-logo-02.png","contentUrl":"https:\/\/sundaysky.com\/wp-content\/uploads\/2022\/11\/Sundaysky-logo-02.png","width":1920,"height":1080,"caption":"SundaySky"},"image":{"@id":"https:\/\/sundaysky.com\/jp\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/SundaySkyVideo","https:\/\/x.com\/sundaysky","https:\/\/www.linkedin.com\/company\/sundaysky\/","https:\/\/www.instagram.com\/sundayskyvideo\/"]}]}},"_links":{"self":[{"href":"https:\/\/sundaysky.com\/jp\/wp-json\/wp\/v2\/pages\/14944","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sundaysky.com\/jp\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sundaysky.com\/jp\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sundaysky.com\/jp\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/sundaysky.com\/jp\/wp-json\/wp\/v2\/comments?post=14944"}],"version-history":[{"count":0,"href":"https:\/\/sundaysky.com\/jp\/wp-json\/wp\/v2\/pages\/14944\/revisions"}],"wp:attachment":[{"href":"https:\/\/sundaysky.com\/jp\/wp-json\/wp\/v2\/media?parent=14944"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}