I just wondering if it’s safe to have form actions like this one:
form action="" method="post"
And what is more interesting is it SEO friendly?
What I want to do is that form points to the same page, so I don’t need to change action, but maybe it’s not SEO friendly or not so safe?
Thanks,
Ignas
Moderately. There are some browsers which don’t like it, but they aren’t commonly used.
That isn’t at all interesting. Search engines don’t make POST requests, and rarely do GET requests based on forms, so it is completely irrelevant.