- check all http links and turn them into https
- check server_name links and canonical urls
- remove robot disallow if any
- redirect 301
- add https page to webmaster tools
Monday, April 30, 2018
https (ssl) migration checklist
Tuesday, April 24, 2018
EU user consent policy – Company – Google
Properties under your control
For Google products used on any site, app or other property that is under your control, or that of your affiliate or your client, the following duties apply for end users in the European Economic Area.
You must obtain end users’ legally valid consent to:
- the use of cookies or other local storage where legally required; and
- the collection, sharing, and use of personal data for personalization of ads or other services.
- retain records of consent given by end users; and
- provide end users with clear instructions for revocation of consent.
You must clearly identify each party that may collect, receive, or use end users’ personal data as a consequence of your use of a Google product. You must also provide end users with prominent and easily accessible information about that party’s use of end users’ personal data.
https://www.google.com/about/company/consentstaging.html
gdpr
Monday, April 23, 2018
Bigger, tighter mouse maze experiments
https://www.youtube.com/watch?v=UB_37encRCI
Tuesday, April 17, 2018
MariaDB error: "Data truncated for column" when column is mediumint and value fits
Check if the used value is not a string. In case of a string MySQL converts the value silently to mediumint, but MariaDB does something else which causes this error.
Friday, April 13, 2018
AverTv catches keyboard events even if tv appp runs behind other windows
Turn off avertv services in Service manager, like avertv scheduer and remote.
Thursday, April 12, 2018
How to find threads in process explorer
Right click on the process then choose properties and then the Threads tab.
Tuesday, April 10, 2018
Godaddy cpanel does not load after logging in, only progress is shown
Try accessing your cpanel hosting site by going to www.yourdomain.com/cpanel
Friday, April 6, 2018
.htaccess file not read by apache
check AllowOverride directive in apache conf
Subscribe to:
Posts (Atom)