What are cookies
Cookies are small text files stored by your browser so a website can recognise the same visitor across page loads. We also use the related browser storage APIs (localStorage) for the same purpose.
Cookies we use
We use only strictly necessary technical cookies and storage entries:
- Session cookie (laravel_session) — keeps you signed in and remembers the current request context.
- CSRF token (XSRF-TOKEN) — protects forms against cross-site request forgery.
- Locale preference — remembers the language you selected from the switcher.
- Rate-limit marker (localStorage) — prevents repeated audit submissions while a cooldown is active.
What we do not use
Seocheck-AI does not use advertising cookies, behavioural tracking pixels or third-party analytics that profile visitors across sites. We do not sell or share cookie data with marketing networks.
Managing cookies
You can clear or block cookies in your browser settings at any time. If you block the strictly necessary cookies, parts of Seocheck-AI (the audit form, the locale switcher, the account area) may stop working as expected.
Changes to this policy
If we change the cookies we use, we will update this page and refresh the "Last updated" date.