loadHTML($html_input); $title = $doc->getElementsByTagName('title')->item(0)->nodeValue ?? 'Not found'; $description = 'Not found'; $metas = $doc->getElementsByTagName('meta'); for ($i = 0; $i < $metas->length; $i++) { $meta = $metas->item($i); if (strtolower($meta->getAttribute('name')) == 'description') { $description = $meta->getAttribute('content'); break; } } $h1_count = $doc->getElementsByTagName('h1')->length; $seo_results = [ 'score' => 75, // Dummy score 'title' => $title, 'description' => $description, 'h1_count' => $h1_count, 'advice' => 'This is a basic analysis. For a full report, our AI would check for keyword density, image alt tags, mobile-friendliness, and more!' ]; } } ?> <?php echo $page_title; ?> - Flatlogic LAMP Demo

SEO Checker

Paste your site's HTML below to get an instant (simulated) SEO analysis.

Analysis Results

Overall Score
  • Title Tag: ...
  • Meta Description: ...
  • H1 Tags Found:

AI-Powered Advice: