Hello ketanco,
You will need to add redirect rule in .htaccess file.Add the following lines of code in your .htaccess file.
RewriteEngine on
RewriteCond %{HTTP_HOST} ^roboticmagazine.com [NC]
RewriteRule ^(.*)$ https://www.roboticmagazine.com/$1 [L,R=301,NC]
This will redirect you non-www url to www url.