// Certification trust strip — slim band rendered directly under the hero on the
// homepage and money pages. Option-gated (sf_cert_line): renders NOTHING when the
// option is unset. Same option feeds the footer copyright suffix and the schema
// hasCredential graft (sf-schema.php). Added Sep-1 (IICRC 6906092, Floodline).
function sf_cert_strip() {
  $c = trim((string) get_option('sf_cert_line', ''));
  if ($c === '') return;
  echo '<div class="sf-certline" role="note" style="padding:11px 16px;background:#fff;border-bottom:1px solid rgba(15,23,42,.07);display:flex;align-items:center;justify-content:center;gap:8px;font-size:.88rem;font-weight:600;letter-spacing:.01em;color:#475569;text-align:center">';
  echo '<svg viewBox="0 0 24 24" width="15" height="15" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" style="flex:none"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/><path d="m9 12 2 2 4-4"/></svg>';
  echo '<span>' . esc_html($c) . '</span>';
  echo '</div>';
}
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//floodlinerestorationhouston.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://floodlinerestorationhouston.com/post-sitemap.xml</loc>
		<lastmod>2026-08-14T12:39:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://floodlinerestorationhouston.com/page-sitemap.xml</loc>
		<lastmod>2026-08-12T16:33:07+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->