Hi,
1) If I have redirected / canonical (website on Wordpress):
http://example.com -> 301 -> https://example.com
http://www.example.com -> 301 -> https://example.com
https://www.example.com -> canonical -> https://example.com
https://example.com/index.php -> canonical -> https://example.com
It's the last 2 best to make 301 to the correct address, right?
IT specialist thinks that it is set on the server and Google doesn't have access to it. Through site: example.com, this is not seen either. It's better to add 301 after all, right?
2) I've got a few things on the page:
https://example.com/category/subcategory/string of numbers -> canonical-> https://example.com/category/subcategory/
https://example.com/anything/article/ -> canonical -> https://example.com/category/subcategory/
https://example.com/anything/article -> canonial -> https://example.com/anything/article/
it's also worth setting automatic redirections here in htaccess, right? Do you think that the lack of this may have a negative impact on website positioning?
Thanks for the help! :)