Information
Saturday, May 29, 2021
SEO for different countries
›
There are 3 options for SEO in different Countries: 1. Country Code Top Level Domains (ccTLDs) : a. A ccTLD (Country Cod...
Thursday, March 11, 2021
Background color not showing in print preview
›
The Chrome CSS property -webkit-print-color-adjust: exact; works appropriately. media print CSS in the body: @media print { body {-w...
503 This mail server requires authentication when attempting to send to a non-local e-mail address.
›
Server error: '503 This mail server requires authentication when attempting to send to a non-local e-mail address. Please check your ma...
Wednesday, February 17, 2021
SQL SERVER - How to capitalize the first letter of a record in SQL
›
Cast your ntext to nvarchar(max) and do the upper and left operations. Sample below. SELECT UPPER ( LEFT ( cast (Comments as nvarchar(ma...
Sunday, February 14, 2021
google - What is Bounce rate, Domain Rating (DR), & ctr?
›
Bounce rate Bounce rate represents the percentage of visitors who enter the site and then leave ("bounce") rather than continuing ...
Saturday, February 13, 2021
The script has an unsupported MIME type ('text/html').
›
ServiceWorker: The script has an unsupported MIME type (chrome-extension) The Error is showing because of the incorrect path and service w...
Thursday, February 4, 2021
Install Google Analytics to WordPress Without a Plugin
›
Install Google Analytics to WordPress Without a Plugin In order for Google Analytics to start tracking your visitors, the tracking code me...
Wednesday, February 3, 2021
window.location.href not working - asp.net
›
window.location.href not working If we are calling function through a submit button. This may be the reason why the browser does not redire...
Sunday, January 31, 2021
Uncaught (in promise) TypeError: Failed to execute 'Cache' on 'addAll': Request failed
›
Error in Service Worker. Uncaught (in promise) TypeError: Failed to execute 'Cache' on 'addAll': Request failed. Main cause...
Monday, January 25, 2021
Advanced SEO - Separate URLs for Mobile and desktop applications
›
We can configure Separate URLs for Mobile and desktop applications Annotations for desktop and mobile URLs To help Google algorithms underst...
‹
›
Home
View web version