User Tools

Site Tools


task_boiler

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
task_boiler [2022/09/01 14:11] rajutask_boiler [2023/02/13 23:53] raju
Line 4: Line 4:
 Start the first heading with "=====" Start the first heading with "====="
  
-===== Impact of enabling SSL on google page indexing =====+===== print hundredths ===== 
 +Let's define hundredths as numbers with two decimal digits. This can be money amounts in dollars and cents.
  
-On 2022-08-16, I enabled SSL on this website. This resulted in google indexing more pages.+tags | pennies, dollar-cent amounts 
 +==== write single numbers ==== 
 +There are two possible ways
  
-Below is chart and data from google search console.+^ ^ round ^ format ^ 
 +| output type | float | string | 
 +| output type | <code> 
 +In [1]: 
 += 10.30467
  
-{{:impact_of_enabling_ssl_on_20220816.png?direct|}}+In [2]: 
 +type(round(a,2)) 
 +Out[2]: 
 +float
  
-<code> +In [3]: 
-% cat Chart.csv | csvsql -I --query 'select * from stdin where Date >= "2022-08-13"+type('{:.2f}'.format(a)) 
-Date,Affected pages +Out[3]: 
-2022-08-13,37 +str 
-2022-08-14,37 +</code> || 
-2022-08-15,37 +| number of digits after the decimal point | varies | always two |
-2022-08-16,59 +
-2022-08-17,59 +
-2022-08-18,59 +
-2022-08-19,59 +
-2022-08-20,76 +
-2022-08-21,76 +
-2022-08-22,76 +
-2022-08-23,191 +
-2022-08-24,191 +
-2022-08-25,191 +
-2022-08-26,191 +
-2022-08-27,191 +
-2022-08-28,191 +
-2022-08-29,191 +
-</code>+
  
-Additional notes: 
-  * URL for Google search console - https://search.google.com/search-console 
-  * The SSL certificate is from letsencrypt. 
-  * From an end user point of view, adding an SSL certificate just means that the site has migrated from http to https (<nowiki>http://kamaraju.xyz/dk</nowiki> -> <nowiki>https://kamaraju.xyz/dk</nowiki> etc.,) 
  
-tags | http vs https 
task_boiler.txt · Last modified: 2024/01/23 22:55 by raju