Update seo.md

This commit is contained in:
Nerox 2024-10-20 12:00:06 +02:00 committed by GitHub
parent 5d22ee70ce
commit 3c0883b8b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,7 +123,7 @@ export function MyCustomPage() {
}
```
You can also handle tags like `noindex`/`nofollow`:
```jsx {12}
import { Helmet, HelmetProvider } from 'react-helmet-async';