Verification
This page helps you verify that Thulite is generating the expected pages, assets, and metadata.
Build your site
Create a production build before inspecting the generated output.
Check for:
- A successful build with no unresolved content, template, or asset errors
- Generated output in
public/ - Bundled CSS and JavaScript assets
- Generated
robots.txt,sitemap.xml, and other expected top-level output files
If the build fails, continue to Troubleshooting.
Inspect generated HTML
Open page source in your browser or inspect files in public/ to confirm the generated HTML matches your expectations.
Check for:
- A valid page
<title>and meta description - Expected headings, navigation, and page content
- Canonical, Open Graph, and Twitter metadata when you use the SEO integration
- Correct stylesheet and script references
- Expected language, robots, and structured-data output for your configuration
If you use Thulite Images or Inline SVG, also confirm that generated image and SVG markup appears correctly where expected.
Inspect generated site output
Review the build output in public/ and confirm that important files and sections are present.
Check for:
index.htmlfiles for the pages and sections you expect to publishsitemap.xmland section sitemap files where configuredsearch-index.jsonwhen your site uses searchmanifest.webmanifest,robots.txt, icons, fonts, and other static assets- Fingerprinted CSS and JavaScript files for cache-friendly production builds
Also verify that pages, static files, and section outputs use the expected URLs for your current baseurl and environment configuration.
Validate in the browser
Preview the built site locally and verify behavior in real conditions.
Check for:
- No broken internal links or missing pages
- No 404 responses for stylesheets, scripts, images, fonts, or icons
- Correct navigation, menus, and sidebar behavior
- Responsive layout behavior on desktop and mobile widths
- No unexpected console errors or visible rendering issues
If your project includes optional integrations, validate those behaviors as well using the dedicated guides for Thulite SEO, Thulite Images, and Thulite SVG.
Use tools
Use browser and auditing tools to validate output quality before deployment.
For example:
If anything looks incorrect, continue to Troubleshooting.