kiddieacademy.com Open in urlscan Pro
104.20.111.155  Public Scan

URL: https://kiddieacademy.com/academies/stafford/
Submission Tags: falconsandbox
Submission: On October 25 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

<form class="yxt-SearchBar-form">
  <label class="sr-only" for="" id=""> Conduct a search </label>
  <input class="js-yext-query yxt-SearchBar-input" id="" type="text" name="query" value="" placeholder="Search our site" aria-label="Conduct a search" aria-autocomplete="list" aria-controls="" aria-haspopup="listbox" autocomplete="off"
    autocorrect="off" spellcheck="false">
  <button type="button" class="js-yxt-SearchBar-clear yxt-SearchBar-clear yxt-SearchBar--hidden component" data-eventtype="SEARCH_CLEAR_BUTTON" data-eventoptions="{}" data-component="IconComponent"
    data-opts="{ &quot;iconName&quot;: &quot;close&quot; }" data-prop="icon" data-is-component-mounted="true" data-is-analytics-attached="true">
    <div class="Icon Icon--close " aria-hidden="true">
      <svg viewBox="0 1 24 24" xmlns="http://www.w3.org/2000/svg">
        <path d="M7 8l9.716 9.716m0-9.716L7 17.716" stroke="currentColor" stroke-width="2"></path>
      </svg>
    </div>
    <span class="yxt-SearchBar-clearButtonText sr-only"> Clear </span>
  </button>
  <button type="submit" class="js-yext-submit yxt-SearchBar-button">
    <div class="yxt-SearchBar-buttonImage component" data-component="IconComponent" data-opts="{ &quot;iconName&quot;: &quot;magnifying_glass&quot; }" data-is-component-mounted="true">
      <div class="Icon Icon--magnifying_glass " aria-hidden="true">
        <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
          <path d="M16.124 13.051a5.154 5.154 0 110-10.308 5.154 5.154 0 010 10.308M16.114 0a7.886 7.886 0 00-6.46 12.407L0 22.06 1.94 24l9.653-9.653A7.886 7.886 0 1016.113 0"></path>
        </svg>
      </div>
    </div>
    <span class="yxt-SearchBar-buttonText sr-only"> Submit </span>
  </button>
</form>

<form class="yxt-SearchBar-form">
  <label class="sr-only" for="" id=""> Conduct a search </label>
  <input class="js-yext-query yxt-SearchBar-input" id="" type="text" name="query" value="" placeholder="Search our site" aria-label="Conduct a search" aria-autocomplete="list" aria-controls="" aria-haspopup="listbox" autocomplete="off"
    autocorrect="off" spellcheck="false">
  <button type="button" class="js-yxt-SearchBar-clear yxt-SearchBar-clear yxt-SearchBar--hidden component" data-eventtype="SEARCH_CLEAR_BUTTON" data-eventoptions="{}" data-component="IconComponent"
    data-opts="{ &quot;iconName&quot;: &quot;close&quot; }" data-prop="icon" data-is-component-mounted="true" data-is-analytics-attached="true">
    <div class="Icon Icon--close " aria-hidden="true">
      <svg viewBox="0 1 24 24" xmlns="http://www.w3.org/2000/svg">
        <path d="M7 8l9.716 9.716m0-9.716L7 17.716" stroke="currentColor" stroke-width="2"></path>
      </svg>
    </div>
    <span class="yxt-SearchBar-clearButtonText sr-only"> Clear </span>
  </button>
  <button type="submit" class="js-yext-submit yxt-SearchBar-button">
    <div class="yxt-SearchBar-buttonImage component" data-component="IconComponent" data-opts="{ &quot;iconName&quot;: &quot;magnifying_glass&quot; }" data-is-component-mounted="true">
      <div class="Icon Icon--magnifying_glass " aria-hidden="true">
        <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
          <path d="M16.124 13.051a5.154 5.154 0 110-10.308 5.154 5.154 0 010 10.308M16.114 0a7.886 7.886 0 00-6.46 12.407L0 22.06 1.94 24l9.653-9.653A7.886 7.886 0 1016.113 0"></path>
        </svg>
      </div>
    </div>
    <span class="yxt-SearchBar-buttonText sr-only"> Submit </span>
  </button>
</form>

POST /academies/wp-admin/admin-ajax.php?action=lead-form-submit

<form id="find-out-more-form" action="/academies/wp-admin/admin-ajax.php?action=lead-form-submit" method="POST" class="ajax" _lpchecked="1">
  <h5>Parent or Guardian</h5>
  <div class="col-2">
    <input class="first-input" placeholder="First Name" type="text" name="fName" required="" aria-label="First Name">
    <input placeholder="Last Name" type="text" name="lName" required="" aria-label="Last Name">
  </div>
  <h5>Contact Information</h5>
  <div class="col-2">
    <div class="email">
      <input placeholder="Email Address" type="text" name="email" required="" aria-label="Email Address">
    </div>
    <br>
    <div class="phone">
      <input placeholder="Phone Number" type="text" name="tel" required="" aria-label="Phone">
    </div>
  </div>
  <div class="col-2">
    <div>
      <h5>Please specify months or years</h5>
      <div class="age">
        <input placeholder="Age of Child" type="text" name="age" required="" aria-label="Age">
      </div>
    </div>
    <div>
      <h5>Please select the best time to contact you</h5>
      <div class="time-to-contact">
        <input id="time_morning" type="radio" name="time-to-contact" value="Morning"><label for="time_morning">Morning</label>
        <input id="time_afternoon" type="radio" name="time-to-contact" value="Afternoon"><label for="time_afternoon">Afternoon</label>
        <input id="time_evening" type="radio" name="time-to-contact" value="Evening"><label for="time_evening">Evening</label>
      </div>
      <p class="time-to-contact-error">Please select a contact time.</p>
    </div>
  </div>
  <!-- hidden fields-->
  <input type="hidden" name="form" value="find-out-more">
  <input type="hidden" name="sourceMedium" id="sourceMedium" value="Internet">
  <input type="hidden" name="comments" value="KA Website">
  <input type="hidden" name="lead-source-text" value="KA Website">
  <input type="hidden" name="campaign" value="">
  <input type="hidden" name="marketing-influencer-text" value="KA Website">
  <input type="hidden" name="marketing-influencer-other-text" value="">
  <input type="hidden" name="recipient" value="1">
  <input type="hidden" name="academynumber" value="519">
  <input type="hidden" name="franconnectid" value="519">
  <input type="hidden" name="school" value="Stafford">
  <input type="hidden" name="franchiseid" value="VA - Stafford (519)">
  <input type="hidden" name="hash" value="13a16e8c36edebdb27bc4bc27951c701">
  <!-- end of hidden fields-->
  <button type="submit" class="button" value="Submit">Submit</button>
</form>

POST /academies/wp-admin/admin-ajax.php?action=lead-form-submit

<form id="parent-essentials-form" action="/academies/wp-admin/admin-ajax.php?action=lead-form-submit" method="POST" class="ajax">
  <div class="fields">
    <div class="email">
      <input class="focus" placeholder="Your email" type="text" name="email" aria-label="Email">
    </div>
    <div class="zip">
      <input placeholder="Zip code" type="text" name="zip" aria-label="Zip code">
    </div>
  </div>
  <!-- hidden fields-->
  <input type="hidden" name="focus" value="email">
  <input type="hidden" name="age" value="">
  <input type="hidden" name="form" value="newsletter-signup">
  <input type="hidden" name="sourceMedium" id="sourceMedium" value="Internet">
  <input type="hidden" name="comments" value="KA Website">
  <input type="hidden" name="lead-source-text" value="KA Website">
  <input type="hidden" name="campaign" value="">
  <input type="hidden" name="marketing-influencer-text" value="KA Website">
  <input type="hidden" name="marketing-influencer-other-text" value="">
  <input type="hidden" name="academynumber" value="">
  <input type="hidden" name="school" value="">
  <input type="hidden" name="franchiseid" value="">
  <input type="hidden" name="hash" value="13a16e8c36edebdb27bc4bc27951c701">
  <!-- end of hidden fields-->
  <!--div class="check">
                        <input type="checkbox" name="check-monthly-resources" id="check-monthly-resources"><label for="check-monthly-resources">Yes! Send me monthly parenting resources</label><br>
                        <input type="checkbox" name="check-t-and-c" id="check-t-and-c"><label for="check-t-and-c">I agree with the <a href="">Terms and Conditions</a></label>
                  </div-->
  <br>
  <button type="submit" value="Submit">Sign me up</button>
</form>

POST #

<form class="acsb-form" data-acsb-search="form" enctype="multipart/form-data" action="#" method="POST"> <input type="text" tabindex="0" name="acsb_search" autocomplete="off" placeholder="Search the online dictionary..."
    aria-label="Search the online dictionary..."> <i class="acsbi-search"></i> </form>

Text Content

Skip to Content
↵ENTER
Skip to Menu
↵ENTER
Skip to Footer
↵ENTER
Family Essentials blog Enrolled Family Resources
Stafford 540-628-8693
Change
Contact Us
 * Curriculum and Care
   
   * Health EssentialsAll Ages
   * Infant Care6 weeks to 12 months
   * Toddler Care13 to 24 months
   * Early Preschool2-Year-Olds
   * Preschool3-Year-Olds
   * Pre-Kindergarten4-Year-Olds
   * School AgeAges 5 to 12
   * Summer CampAges 5 to 12
 * Enrollment and Tuition
   
 * Approach to Child Care
   
 * Our Academy
   
   * Gallery
   * News
   * Academy Careers
   * Contact Us
   * Enrolled Family Resources
   * Parent Testimonials
 * 

Conduct a search

Clear

Submit

540-628-8693
Contact Us

Stafford 540-628-8693
Change
 * Curriculum and Care
   
   * Health EssentialsAll Ages
   * Infant Care6 weeks to 12 months
   * Toddler Care13 to 24 months
   * Early Preschool2-Year-Olds
   * Preschool3-Year-Olds
   * Pre-Kindergarten4-Year-Olds
   * School AgeAges 5 to 12
   * Summer CampAges 5 to 12
 * Enrollment and Tuition
   
 * Approach to Child Care
   
 * Our Academy
   
   * Gallery
   * News
   * Academy Careers
   * Contact Us
   * Enrolled Family Resources
   * Parent Testimonials
 * 

Schedule a visit
 * * Family Essentials blog
   * Enrolled Family Resources
 * Conduct a search
   
   Clear
   
   Submit
   

Previous

Next


KIDDIE ACADEMY OF STAFFORD

Request Information
540-628-8693 Get directions


Every day your child's imagination grows and their curiosity gathers
momentum—Kiddie Academy of Stafford empowers and celebrates all of it.


Our Life Essentials® learning approach and curriculum encourages children to
explore and progress in their own way, and at their own pace. At Kiddie Academy
of Stafford, your child will grow socially, physically, emotionally and
intellectually. Our highly trained teachers are there every step of the way to
guide, nurture and cultivate your child's development.

Look inside our Academy

NEWS




KIDDIE ACADEMY STAFFORD IS NOW ENROLLING

Kiddie Academy, a nationally recognized provider of comprehensive educational
child care programs, has just opened its newest 10,000+-square foot location in
the area, Kiddie Academy of Stafford. The school will…

Check out more!

NEWS




SUMMER CAMP REGISTRATION NOW OPEN!!

We are now accepting enrollments for a summer filled with lots of fun
activities, new adventures and experiences.

Check out more!

NEWS




KIDDIE ACADEMY STAFFORD IS NOW ENROLLING

Kiddie Academy, a nationally recognized provider of comprehensive educational
child care programs, has just opened its newest 10,000+-square foot location in
the area, Kiddie Academy of Stafford. The school will…

Check out more!

NEWS




SUMMER CAMP REGISTRATION NOW OPEN!!

We are now accepting enrollments for a summer filled with lots of fun
activities, new adventures and experiences.

Check out more!

NEWS




KIDDIE ACADEMY STAFFORD IS NOW ENROLLING

Kiddie Academy, a nationally recognized provider of comprehensive educational
child care programs, has just opened its newest 10,000+-square foot location in
the area, Kiddie Academy of Stafford. The school will…

Check out more!
 * 1
 * 2

EMPOWERING AT EVERY AGE: OUR LEARNING PROGRAMS

Use the arrows to find the right fit.

Swipe to find the right fit.

Previous


HEALTH ESSENTIALS

ALL AGES

OUR ENHANCED WELLNESS AND DISINFECTION GUIDELINES




INFANT CARE

6 WEEKS TO 12 MONTHS

NEW BEGINNINGS

Infants have individual personalities. We help bring them to light.


TODDLER CARE

13 TO 24 MONTHS

DISCOVERING ME

Toddlers are extremely active. We keep them actively learning.


EARLY PRESCHOOL

2-YEAR-OLDS

EXPLORING MY WORLD

At two years old, children need to explore. We give them every opportunity.


PRESCHOOL

3-YEAR-OLDS

I CAN DO IT

At three years old, children discover and create. We encourage them to do it
all.


PRE-KINDERGARTEN

4-YEAR-OLDS

READY, SET, GO

At four years old, children are preparing for school. We get them ready to go.


SCHOOL AGE

AGES 5 TO 12

CREATIVE EXPLORERS

School-age children are curious about the world. We help them decipher it.


SUMMER CAMP

AGES 5 TO 12

CAMPVENTURES®

All day adventures. All summer long.®

We aim to make your child's summer as educational as it is fun, through themed
events, activities and trips.

Next

See what a day of Infant Care Toddler Care Early Preschool Preschool
Pre-Kindergarten Kindergarten School Age Summer Camp Health Essentials

looks like for your child.

+ Let's go Infant Care
Click to close


WHY STAFFORD FAMILIES AND KIDDIE ACADEMY FIND EACH OTHER

Our approach to early education is to capture the momentum of curiosity and
involve parents in every minute of it. That includes you.

LIFE ESSENTIALS®

Guided by our well-rounded philosophy and curriculum, our highly trained
teachers help develop what's unique in every child—nurturing imagination,
fostering creativity and preparing them for school and for life.

See how we teach


COMMUNITY-BASED CARE

We believe every Kiddie Academy should feel like an extension of family. Take a
look inside our Academy to see what makes us the perfect place for your child.

Look inside our Academy


OUR COMMITMENT TO HEALTH AND SAFETY

Nothing matters more than your child's health, safety and security. That's why
every Kiddie Academy follows our strict health and disinfection guidelines
called Health Essentials, has a restricted-entry system and a thoroughly vetted
staff trained in first aid, CPR and emergency drills.

Learn about our Health Essentials program




HEAR FROM OUR PARENTS

“Staff members, organization, cleanliness, overall care. ”
Alma Gabriela V., Stafford

“Reliable, affordable, responsive, and work with me on to be flexible with my
work/life schedule. ”
Gacheri M., Stafford

“Our daughter comes in every day so happy and loves everyone. All of the staff
members there know her by name and that gives us comfort. They are excellent at
communicating any issues or things they have noticed that might be of concern.
She has been in two classes and they are so nurturing to… ”
Brooke K., Stafford

“The fact that it is clear and precise, I hear my daughter putting into practice
and repeating it always saying…. Teacher says…. I live it ”
Blessing U., Stafford

“Kiddie academy provides an atmosphere of trust. The solid education and
development provided reflects on my daughter. The staff maintain
professionalism. ”
Agustine U., Stafford

“? ”
Maria M., Stafford

“The activities, the ability to view Josie throughout the day, and the cute
sweet updates. :) ”
Mallory F., Stafford

“I love the security, how everyone knows all the kids and possible allergies.
The staff makes the kids want to come back each day. I’ve referred Kiddie
Academy to many friends. Diane Bender ”
Diane B., Stafford

“Everything!!! The staff is amazing! The facility is so clean! My son is so
happy!! ”
Gesica J., Stafford

“Safety of my child, wonderful staff, location and cleanliness. ”
Emalee S., Stafford

“Staff members, organization, cleanliness, overall care. ”
Alma Gabriela V., Stafford

“Reliable, affordable, responsive, and work with me on to be flexible with my
work/life schedule. ”
Gacheri M., Stafford

“Our daughter comes in every day so happy and loves everyone. All of the staff
members there know her by name and that gives us comfort. They are excellent at
communicating any issues or things they have noticed that might be of concern.
She has been in two classes and they are so nurturing to… ”
Brooke K., Stafford

“The fact that it is clear and precise, I hear my daughter putting into practice
and repeating it always saying…. Teacher says…. I live it ”
Blessing U., Stafford

“Kiddie academy provides an atmosphere of trust. The solid education and
development provided reflects on my daughter. The staff maintain
professionalism. ”
Agustine U., Stafford

“? ”
Maria M., Stafford

“The activities, the ability to view Josie throughout the day, and the cute
sweet updates. :) ”
Mallory F., Stafford

“I love the security, how everyone knows all the kids and possible allergies.
The staff makes the kids want to come back each day. I’ve referred Kiddie
Academy to many friends. Diane Bender ”
Diane B., Stafford

“Everything!!! The staff is amazing! The facility is so clean! My son is so
happy!! ”
Gesica J., Stafford

“Safety of my child, wonderful staff, location and cleanliness. ”
Emalee S., Stafford

“Staff members, organization, cleanliness, overall care. ”
Alma Gabriela V., Stafford

 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 * 9
 * 10

More Parent stories


FIND OUT MORE ABOUT OUR ACADEMY.

Contact us to learn more about what makes Kiddie Academy stand out among
educational child care providers. A member of our team will contact you.

PARENT OR GUARDIAN



CONTACT INFORMATION





PLEASE SPECIFY MONTHS OR YEARS



PLEASE SELECT THE BEST TIME TO CONTACT YOU

Morning Afternoon Evening

Please select a contact time.

Submit



CONTACT US

KIDDIE ACADEMY OF STAFFORD

540-628-8693 Get directions

WELCOME TIPS AND INSIGHTS TO THE FAMILY:


PARENTING ESSENTIALS®

The learning doesn't stop for parents, either. That’s why we created an
information resource with helpful tips on everything from enriching our STEM
program at home to introducing lifelong healthy eating and fitness habits.



Sign me up

FEATURED POST



09/07/21

Do Infants Need a Curriculum?


CONTACT US


KIDDIE ACADEMY OF STAFFORD

540-628-8693

SCHEDULE A VISIT

473 Garrisonville Road,
Stafford, VA 22554

ACADEMY HOURS

Monday 5:30am-6:30pm
Tuesday 5:30am-6:30pm
Wednesday 5:30am-6:30pm
Thursday 5:30am-6:30pm
Friday 5:30am-6:30pm
Email us: stafford@kiddieacademy.net

FOR NEWS, RESOURCES AND CONVERSATIONS:


 * Contact Us
 * FAQ
 * Newsroom
 * Careers
 * Store
 * Franchise With Us
 * Real Estate
 * Enrolled Family Resources
 * Privacy Policy

© 2008-2021 Essential Brands, Inc. All rights reserved.



English
Accessibility Adjustments
Reset Settings Statement Hide Interface
Choose the right accessibility profile for you
OFF ON
Seizure Safe Profile Eliminates flashes and reduces color
This profile enables epileptic and seizure prone users to browse safely by
eliminating the risk of seizures that result from flashing or blinking
animations and risky color combinations.
OFF ON
Vision Impaired Profile Enhances the website's visuals
This profile adjusts the website, so that it is accessible to the majority of
visual impairments such as Degrading Eyesight, Tunnel Vision, Cataract,
Glaucoma, and others.
OFF ON
Cognitive Disability Profile Assists with reading and focusing
This profile provides various assistive features to help users with cognitive
disabilities such as Autism, Dyslexia, CVA, and others, to focus on the
essential elements of the website more easily.
OFF ON
ADHD Friendly Profile More focus and fewer distractions
This profile significantly reduces distractions, to help people with ADHD and
Neurodevelopmental disorders browse, read, and focus on the essential elements
of the website more easily.
OFF ON
Blind Users (Screen-reader) Use the website with your screen-reader
This profile adjusts the website to be compatible with screen-readers such as
JAWS, NVDA, VoiceOver, and TalkBack. A screen-reader is software that is
installed on the blind user’s computer and smartphone, and websites should
ensure compatibility with it.

Note: This profile prompts automatically to screen-readers.
OFF ON
Keyboard Navigation (Motor) Use the website with the keyboard
This profile enables motor-impaired persons to operate the website using the
keyboard Tab, Shift+Tab, and the Enter keys. Users can also use shortcuts such
as “M” (menus), “H” (headings), “F” (forms), “B” (buttons), and “G” (graphics)
to jump to specific elements.

Note: This profile prompts automatically for keyboard users.
Content Adjustments
Content Scaling
Default

Readable Font
Highlight Titles
Highlight Links
Text Magnifier
Adjust Font Sizing
Default

Align Center
Adjust Line Height
Default

Align Left
Adjust Letter Spacing
Default

Align Right
Color Adjustments
Dark Contrast
Light Contrast
Monochrome
High Saturation
Adjust Text Colors
Cancel
High Contrast
Adjust Title Colors
Cancel
Low Saturation
Adjust Background Colors
Cancel
Orientation Adjustments
Mute Sounds
Hide Images
Read Mode
Reading Guide
Useful Links
Select an option Home Header Footer Main Content
Stop Animations
Reading Mask
Highlight Hover
Highlight Focus
Big Black Cursor
Big White Cursor
HIDDEN_ADJUSTMENTS
Keyboard Navigation
Accessible Mode
Screen Reader Adjustments
Read Mode
Web Accessibility Solution By accessiBe
Choose the Interface Language
English
Español
Deutsch
Português
Français
Italiano
עברית
繁體中文
Pусский
عربى
عربى
Nederlands
繁體中文
日本語



Hide Accessibility Interface? Please note: If you choose to hide the
accessibility interface, you won't be able to see it anymore, unless you clear
your browsing history and data. Are you sure that you wish to hide the
interface?
Accept Cancel

Continue



Processing the data, please give it a few seconds...