
Universal PHP Code for Canonical URLS
Alina Majali wrote on
19/05/2020
A canonical link element is an HTML element that helps webmasters prevent duplicate content issues in search engine optimization by specifying the "canonical" or "preferred" version of a web page.

Redirecting HTTP to HTTPS
Alina Majali wrote on
18/05/2020
Redirecting HTTP to HTTPS can be achieved in many ways, the easiest way is to edit the .htaccess file. Other two popular ways are to use script or meta tag.Read more

Redirect www to no-www and VS
Alina Majali wrote on
18/05/2020

HTTP Status Codes 1xxs 2xxs 3xxs 4xxs 5xxs
Alina Majali wrote on
18/05/2020
What are HTTP status codes?
An HTTP status code is a server response to a browser’s request. When you visit a website, your browser sends a request to the site’s server, and the server then responds to the browser’s request with a three-digit code: the HTTP status code.

Create an Easy Link to Get Reviews on Google
Alina Majali wrote on
18/05/2020
To find Google my business ID
Make it easier to get reviews to Google My business
1- Get the Place ID:
https://developers.google.com/maps/documentation/javascript/examples/places-placeid-finder
Read more