From 10741e8cfc43c7b5e21ce3c33a548315bfa3dd29 Mon Sep 17 00:00:00 2001 From: 9christian9 <64157655+9christian9@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:48:13 +0100 Subject: [PATCH] FEATURE | Choose the html tag to improve SEO --- .../views/livewire/docs/components/card.blade.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/resources/views/livewire/docs/components/card.blade.php b/resources/views/livewire/docs/components/card.blade.php index 870dd93..1b0a488 100644 --- a/resources/views/livewire/docs/components/card.blade.php +++ b/resources/views/livewire/docs/components/card.blade.php @@ -69,4 +69,19 @@ public function save2(): void @endverbatim + + + +

+ This feature allows you to decide which h HTML tags to use to improve SEO +

+ + + @verbatim('docs') + + + + @endverbatim + +