Schema Strategy Test Page

This page tests the comprehensive structured data implementation for NV Flight. Check the browser console and page source for detailed schema information.

Organization Schema

Status: βœ… Valid

Completeness: 71%

Service Schemas

Generated: 6 services

All Valid: βœ… Yes

Course Schemas

Generated: 3 courses

All Valid: βœ… Yes

SEO Analysis

Keywords Extracted

nv flight premier flight training school reno nevada offering comprehensive pilot education from private licenses advanced commercial certifications private pilot license training complete program

Meta Description

Premier flight training school in Reno, Nevada, offering comprehensive pilot education from private pilot licenses to advanced commercial certifications.

Schema Preview

Organization Schema (13 properties)
{
  "@context": "https://schema.org",
  "@type": [
    "Organization",
    "FlightSchool",
    "EducationalOrganization",
    "LocalBusiness"
  ],
  "@id": "https://nvflight.com/#organization",
  "name": "NV Flight",
  "description": "Premier flight training school in Reno, Nevada, offering comprehensive pilot education from private pilot licenses to advanced commercial certifications.",
  "url": "https://nvflight.com/",
  "logo": {
    "@type": "ImageObject",
    "url": "https://nvflight.com/nvflight-nobg.webp"
  },
  "telephone": "775-227-8323",
  "email": "[email protected]",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Gentry Wy",
    "addressLocality": "Reno",
    "addressRegion": "NV",
    "postalCode": "89502",
    "addressCountry": "US"
  },
  "sameAs": [
    "https://www.facebook.com/nvflight/",
    "https://www.instagram.com/nvflight/"
  ],
  "openingHoursSpecification": [
    {
      "dayOfWeek": [
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday",
        "Saturday"
      ],
      "opens": "09:00",
      "closes": "17:00"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.9",
    "reviewCount": "127",
    "bestRating": "5",
    "worstRating": "1"
  }
}
            
Service Schemas (6 items)
Private Pilot License Training
                      {
  "@context": "https://schema.org",
  "@type": "Service",
  "name": "Private Pilot License Training",
  "description": "Complete training program for private pilot certification",
  "category": "Flight Training",
  "provider": {
    "@type": "Organization",
    "name": "NV Flight",
    "@id": "https://nvflight.com/#organization"
  },
  "offers": {
    "@type": "Offer",
    "price": "Contact for pricing",
    "priceCurrency": "USD"
  },
  "timeRequired": "6-12 months"
}
                    
Instrument Rating Training
                      {
  "@context": "https://schema.org",
  "@type": "Service",
  "name": "Instrument Rating Training",
  "description": "Advanced training for instrument flight rules certification",
  "category": "Advanced Training",
  "provider": {
    "@type": "Organization",
    "name": "NV Flight",
    "@id": "https://nvflight.com/#organization"
  },
  "offers": {
    "@type": "Offer",
    "price": "Contact for pricing",
    "priceCurrency": "USD"
  },
  "timeRequired": "3-6 months"
}
                    
Commercial Pilot License Training
                      {
  "@context": "https://schema.org",
  "@type": "Service",
  "name": "Commercial Pilot License Training",
  "description": "Professional pilot certification training program",
  "category": "Professional Training",
  "provider": {
    "@type": "Organization",
    "name": "NV Flight",
    "@id": "https://nvflight.com/#organization"
  },
  "offers": {
    "@type": "Offer",
    "price": "Contact for pricing",
    "priceCurrency": "USD"
  },
  "timeRequired": "12-18 months"
}
                    
Multi-Engine Rating
                      {
  "@context": "https://schema.org",
  "@type": "Service",
  "name": "Multi-Engine Rating",
  "description": "Training for multi-engine aircraft operations",
  "category": "Advanced Training",
  "provider": {
    "@type": "Organization",
    "name": "NV Flight",
    "@id": "https://nvflight.com/#organization"
  },
  "offers": {
    "@type": "Offer",
    "price": "Contact for pricing",
    "priceCurrency": "USD"
  },
  "timeRequired": "2-4 weeks"
}
                    
Certified Flight Instructor Training
                      {
  "@context": "https://schema.org",
  "@type": "Service",
  "name": "Certified Flight Instructor Training",
  "description": "Training to become a certified flight instructor",
  "category": "Instructor Training",
  "provider": {
    "@type": "Organization",
    "name": "NV Flight",
    "@id": "https://nvflight.com/#organization"
  },
  "offers": {
    "@type": "Offer",
    "price": "Contact for pricing",
    "priceCurrency": "USD"
  },
  "timeRequired": "4-8 weeks"
}
                    
Discovery Flights
                      {
  "@context": "https://schema.org",
  "@type": "Service",
  "name": "Discovery Flights",
  "description": "Introductory flight experience for prospective pilots",
  "category": "Introduction",
  "provider": {
    "@type": "Organization",
    "name": "NV Flight",
    "@id": "https://nvflight.com/#organization"
  },
  "offers": {
    "@type": "Offer",
    "price": "Starting at $199",
    "priceCurrency": "USD"
  },
  "timeRequired": "1-2 hours"
}
                    
Course Schemas (3 items)
Private Pilot Ground School
                      {
  "@context": "https://schema.org",
  "@type": "Course",
  "name": "Private Pilot Ground School",
  "description": "Comprehensive ground training for private pilot certification",
  "provider": {
    "@type": "Organization",
    "name": "NV Flight",
    "@id": "https://nvflight.com/#organization"
  },
  "hasCourseInstance": {
    "@type": "CourseInstance",
    "courseMode": "blended",
    "timeRequired": "40 hours"
  }
}
                    
Instrument Rating Ground School
                      {
  "@context": "https://schema.org",
  "@type": "Course",
  "name": "Instrument Rating Ground School",
  "description": "Advanced ground training for instrument rating",
  "provider": {
    "@type": "Organization",
    "name": "NV Flight",
    "@id": "https://nvflight.com/#organization"
  },
  "hasCourseInstance": {
    "@type": "CourseInstance",
    "courseMode": "blended",
    "timeRequired": "35 hours"
  }
}
                    
Commercial Pilot Ground School
                      {
  "@context": "https://schema.org",
  "@type": "Course",
  "name": "Commercial Pilot Ground School",
  "description": "Professional pilot ground training program",
  "provider": {
    "@type": "Organization",
    "name": "NV Flight",
    "@id": "https://nvflight.com/#organization"
  },
  "hasCourseInstance": {
    "@type": "CourseInstance",
    "courseMode": "blended",
    "timeRequired": "60 hours"
  }
}
                    

Testing Tools

Use these tools to validate the structured data implementation: