2026-05-13 22:14:22 +00:00
<!doctype html>
< html lang = "pt-BR" >
< head >
< meta charset = "UTF-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
<!-- Primary Meta Tags -->
< title > Dra. Laura Silva | Advocacia Humanizada e Estratégica< / title >
< meta name = "title" content = "Dra. Laura Silva | Advocacia Humanizada e Estratégica" >
< meta name = "description" content = "Atendimento jurídico humanizado e estratégico para mulheres e famílias em São Paulo. Referência em Direito de Família, Civil e Trabalhista." >
< meta name = "keywords" content = "advogada, advocacia para mulheres, advogada especialista, direito de família, direito civil, direito do consumidor, divórcio, advogada são paulo, consultoria jurídica para mulheres" >
<!-- Open Graph / Facebook / WhatsApp (Card Compartilhado) -->
< meta property = "og:type" content = "website" >
< meta property = "og:url" content = "https://laurasilva.adv.br/" >
< meta property = "og:title" content = "Dra. Laura Silva | Advocacia Humanizada" >
< meta property = "og:description" content = "Advocacia estratégica e humanizada. Atendimento direto e especializado em Direito de Família, Civil e Trabalhista. Proteja seus direitos com quem entende." >
< meta property = "og:image" content = "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?q=80&w=1200&auto=format&fit=crop" >
<!-- Twitter -->
< meta property = "twitter:card" content = "summary_large_image" >
< meta property = "twitter:url" content = "https://laurasilva.adv.br/" >
< meta property = "twitter:title" content = "Dra. Laura Silva | Advocacia Humanizada" >
< meta property = "twitter:description" content = "Advocacia estratégica e humanizada. Atendimento direto e especializado em Direito de Família, Civil e Trabalhista. Proteja seus direitos com quem entende." >
< meta property = "twitter:image" content = "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?q=80&w=1200&auto=format&fit=crop" >
<!-- Favicon (SVG) using pastel pink theme -->
< link rel = "icon" type = "image/svg+xml" href = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23DDA7A5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z'/><path d='m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z'/><path d='M7 21h10'/><path d='M12 3v18'/><path d='M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2'/></svg>" / >
<!-- Schema.org LegalService (Google Rich Content) -->
< script type = "application/ld+json" >
{
"@context": "https://schema.org",
"@type": "LegalService",
"name": "Dra. Laura Silva | Advogada Especialista",
"image": "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?q=80& w=1200& auto=format& fit=crop",
"@id": "https://laurasilva.adv.br/",
"url": "https://laurasilva.adv.br/",
"telephone": "+5511999999999",
"address": {
"@type": "PostalAddress",
"streetAddress": "Av. Paulista, 1000 - Bela Vista",
"addressLocality": "São Paulo",
"addressRegion": "SP",
"postalCode": "01310-100",
"addressCountry": "BR"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": -23.561491,
"longitude": -46.655881
},
"priceRange": "$$",
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "18:00"
}
}
< / script >
< / head >
< body >
< div id = "root" > < / div >
< script type = "module" src = "/src/main.tsx" > < / script >
2026-05-15 13:53:43 +00:00
<!-- Theme Auto - Updater injected by autoblogia -->
< script >
window.addEventListener('message', (event) => {
if (event.data & & event.data.type === 'UPDATE_APPEARANCE') {
const { primaryColor, backgroundColor, fontFamily } = event.data.settings;
const root = document.documentElement;
const style = root.style;
if (primaryColor) {
style.setProperty('--primary', primaryColor);
style.setProperty('--color-primary', primaryColor);
style.setProperty('--color-tech-primary', primaryColor);
style.setProperty('--color-seo-primary', primaryColor);
style.setProperty('--color-finance-primary', primaryColor);
style.setProperty('--color-recipe-primary', primaryColor);
style.setProperty('--color-health-primary', primaryColor);
style.setProperty('--color-corporate-primary', primaryColor);
}
if (backgroundColor) {
style.setProperty('--background', backgroundColor);
style.setProperty('--color-bg', backgroundColor);
style.setProperty('--color-tech-surface', backgroundColor);
style.setProperty('--color-seo-surface', backgroundColor);
style.backgroundColor = backgroundColor;
}
if (fontFamily) {
const fontString = '"' + fontFamily + '", sans-serif';
style.setProperty('--font-family', fontString);
style.setProperty('--font-sans', fontString);
style.fontFamily = fontString;
}
}
});
// Ping parent window that we are ready
window.parent.postMessage({ type: 'IFRAME_READY' }, '*');
< / script >
2026-05-13 22:14:22 +00:00
< / body >
< / html >