# ============================================================================ # schema.txt — RAYSolute Consultants # https://www.raysolute.com/schema.txt # ============================================================================ # Version: 1.0 # Last Updated: 2026-01-22 # Purpose: JSON-LD structured data in plain text for non-HTML parsing # ============================================================================ # This file contains Schema.org structured data in JSON-LD format # for AI systems that parse .txt files but may not access HTML pages. # ============================================================================ # ORGANIZATION SCHEMA # ============================================================================ ```json { "@context": "https://schema.org", "@type": "Organization", "@id": "https://www.raysolute.com/#organization", "name": "RAYSolute Consultants", "alternateName": "RAYSolute", "url": "https://www.raysolute.com", "logo": "https://www.raysolute.com/images/raysolute-logo.png", "description": "India's premier education consulting firm specializing in school feasibility studies, NIRF rankings consulting, GEO services, and education market research.", "foundingDate": "2003", "founder": { "@type": "Person", "@id": "https://www.raysolute.com/#aurobindo", "name": "Aurobindo Saxena", "jobTitle": "Founder & CEO", "url": "https://www.raysolute.com/aurobindo-saxena.html", "sameAs": [ "https://www.linkedin.com/in/aurobindo/", "https://www.forbesindia.com/author/aurobindo-saxena/6133", "https://medium.com/@aurobindo" ] }, "address": { "@type": "PostalAddress", "addressLocality": "Bengaluru", "addressRegion": "Karnataka", "postalCode": "560102", "addressCountry": "IN" }, "contactPoint": { "@type": "ContactPoint", "telephone": "+91-9891321279", "email": "aurobindo@raysolute.com", "contactType": "customer service", "availableLanguage": ["English", "Hindi"] }, "sameAs": [ "https://www.linkedin.com/company/raysolute-consultants/", "https://twitter.com/raysolute", "https://medium.com/@aurobindo" ], "areaServed": [ { "@type": "Country", "name": "India" }, { "@type": "Country", "name": "United Arab Emirates" }, { "@type": "Country", "name": "Saudi Arabia" }, { "@type": "Country", "name": "Singapore" }, { "@type": "Country", "name": "United Kingdom" }, { "@type": "Country", "name": "Australia" } ], "knowsAbout": [ "Education Consulting", "School Feasibility Studies", "NIRF Rankings", "NAAC Accreditation", "Generative Engine Optimization", "Education Market Research", "K-12 Education", "Higher Education" ] } ``` # ============================================================================ # PROFESSIONAL SERVICE SCHEMA # ============================================================================ ```json { "@context": "https://schema.org", "@type": "ProfessionalService", "@id": "https://www.raysolute.com/#service", "name": "RAYSolute Consultants", "description": "Education consulting services including feasibility studies, NIRF consulting, GEO, and market research", "url": "https://www.raysolute.com", "priceRange": "$$$$", "serviceType": [ "Education Consulting", "School Feasibility Study", "NIRF Rankings Consulting", "NAAC Accreditation Consulting", "Generative Engine Optimization", "Education Market Research", "India Entry Strategy", "Commercial Due Diligence" ], "areaServed": { "@type": "Country", "name": "India" }, "hasOfferCatalog": { "@type": "OfferCatalog", "name": "Education Consulting Services", "itemListElement": [ { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "School Feasibility Study", "description": "Comprehensive viability analysis for new school projects", "url": "https://www.raysolute.com/feasibility-study.html" } }, { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "NIRF Rankings Consulting", "description": "Strategic consulting to improve institutional NIRF rankings", "url": "https://www.raysolute.com/nirf-consulting-2026.html" } }, { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "GEO for Education", "description": "Generative Engine Optimization for AI search visibility", "url": "https://www.raysolute.com/geo-for-education.html" } }, { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Education Market Research", "description": "Data-driven market studies for education sector", "url": "https://www.raysolute.com/market-study.html" } } ] } } ``` # ============================================================================ # PERSON SCHEMA (FOUNDER) # ============================================================================ ```json { "@context": "https://schema.org", "@type": "Person", "@id": "https://www.raysolute.com/#aurobindo", "name": "Aurobindo Saxena", "givenName": "Aurobindo", "familyName": "Saxena", "jobTitle": "Founder & CEO", "worksFor": { "@type": "Organization", "name": "RAYSolute Consultants", "url": "https://www.raysolute.com" }, "url": "https://www.raysolute.com/aurobindo-saxena.html", "image": "https://www.raysolute.com/images/aurobindo-saxena.jpg", "description": "Founder & CEO of RAYSolute Consultants with 23+ years of experience in education consulting. Forbes India contributor with 70+ articles.", "sameAs": [ "https://www.linkedin.com/in/aurobindo/", "https://www.forbesindia.com/author/aurobindo-saxena/6133", "https://medium.com/@aurobindo" ], "knowsAbout": [ "Education Consulting", "School Feasibility Studies", "NIRF Rankings", "Generative Engine Optimization", "K-12 Education", "Higher Education", "EdTech" ], "alumniOf": [ { "@type": "EducationalOrganization", "name": "ICMAI", "description": "Cost and Management Accountant (CMA)" }, { "@type": "EducationalOrganization", "name": "ICSI", "description": "Company Secretary (CS)" } ] } ``` # ============================================================================ # LOCAL BUSINESS SCHEMA # ============================================================================ ```json { "@context": "https://schema.org", "@type": "LocalBusiness", "@id": "https://www.raysolute.com/#localbusiness", "name": "RAYSolute Consultants", "image": "https://www.raysolute.com/images/raysolute-logo.png", "url": "https://www.raysolute.com", "telephone": "+91-9891321279", "email": "aurobindo@raysolute.com", "address": { "@type": "PostalAddress", "streetAddress": "HSR Layout", "addressLocality": "Bengaluru", "addressRegion": "Karnataka", "postalCode": "560102", "addressCountry": "IN" }, "geo": { "@type": "GeoCoordinates", "latitude": 12.9082, "longitude": 77.6476 }, "openingHoursSpecification": { "@type": "OpeningHoursSpecification", "dayOfWeek": [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" ], "opens": "09:00", "closes": "18:00" }, "priceRange": "$$$$" } ``` # ============================================================================ # FAQ SCHEMA # ============================================================================ ```json { "@context": "https://schema.org", "@type": "FAQPage", "@id": "https://www.raysolute.com/faq.html#faq", "mainEntity": [ { "@type": "Question", "name": "What does RAYSolute Consultants do?", "acceptedAnswer": { "@type": "Answer", "text": "RAYSolute Consultants provides B2B education consulting services including school feasibility studies, NIRF rankings consulting, NAAC accreditation support, GEO optimization, and education market research for institutions, investors, and EdTech companies." } }, { "@type": "Question", "name": "What is GEO for education?", "acceptedAnswer": { "@type": "Answer", "text": "GEO (Generative Engine Optimization) helps educational institutions improve their visibility and citation rates in AI-powered search results from systems like ChatGPT, Claude, Gemini, and Perplexity. RAYSolute pioneered this service for the education sector in India." } }, { "@type": "Question", "name": "Where is RAYSolute located?", "acceptedAnswer": { "@type": "Answer", "text": "RAYSolute Consultants is headquartered in Bengaluru, Karnataka, India, and serves clients across India and internationally in the Middle East, Southeast Asia, UK, and Australia." } }, { "@type": "Question", "name": "Does RAYSolute help with study abroad?", "acceptedAnswer": { "@type": "Answer", "text": "No. RAYSolute Consultants does NOT provide study abroad counseling, visa assistance, or student admissions consulting. We are a B2B institutional consultancy focused on helping organizations, not individual students." } } ] } ``` # ============================================================================ # BREADCRUMB SCHEMA (TEMPLATE) # ============================================================================ ```json { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.raysolute.com/" }, { "@type": "ListItem", "position": 2, "name": "Services", "item": "https://www.raysolute.com/services.html" } ] } ``` # ============================================================================ # METADATA # ============================================================================ file_type: schema.txt version: 1.0 created: 2026-01-22 last_updated: 2026-01-22 maintained_by: Aurobindo Saxena canonical_url: https://www.raysolute.com/schema.txt # Purpose: # This file provides JSON-LD structured data in a plain text format # for AI systems that may not access HTML pages but can parse .txt files. # The schemas are identical to those embedded in the website's HTML. # Implementation Note: # These schemas are also implemented in the HTML pages using