URL canonicalization in Tamil | HTTP to HTTPS redirection in tamil | URL Redirection in Tamil

Описание к видео URL canonicalization in Tamil | HTTP to HTTPS redirection in tamil | URL Redirection in Tamil

URL canonicalization is explained in Tamil.

What is URL Canonicalization?

The canonical tag tells search engines which version of a URL you want to appear in search results.

For search engines, though, every unique URL is a separate page, hence we should implement the canonical tag to avoid duplicate content issues.

Implement the canonical URL in the index.html file.

How to redirect www URLs to non-www?

RewriteEngine On
RewriteCond %{HTTP_HOST}^www.yourdomain.com[NC]
RewriteRule ^(.*)$ http://yourdomain.com/$1 [L,R=301]

How to redirect non-www URLs to WWW?

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]

HTTP to HTTPS Redirection Code
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Go to File Manager in the C Panel

Select Public HTML and Choose the .htaccess file

If you don't have the file then create one using the +file option in the top left corner

Now paste the code according to your needs and save it.

Other Videos Link:

Off Page SEO in tamil -    • Off page SEO in tamil 2020 - Learn ho...  

On Page SEO in tamil -    • On Page SEO in tamil 2020 | Rank in t...  

Youtube SEO in Tamil -    • Youtube SEO in Tamil 2021| Youtube SE...  

Elementor Page Builder Part 1 (Free Version) -    • Elementor Wordpress in Tamil | Elemen...  

SEO competitor analysis -    • SEO Competitor Analysis in Tamil | Sp...  

Keyword Research for SEO in tamil-    • Keyword Research in tamil | Keyword R...  

Google Analytics Installation using Google Tag Manager Video Link -    • Google Tag Manager in Tamil 2020 | Go...  

Facebook Page creation to Facebook Campaign Optimization -    • Facebook Ads Tutorial in Tamil 2021 |...  

High-Quality Backlinks creation for the website -    • Backlinks for website and Youtube in ...  

Rankmath SEO Plugin Tutorial -    • Rankmath SEO Plugin in Tamil 2021 Par...  

Google Analytics Tutorial Part 1 -    • Google Analytics in Tamil 2021 - Goog...  

Google Ads Tutorial in Tamil Part 1 -    • Google Ads in tamil 2020 | How to use...  

Google Ads Tutorial part 2 -    • Google Ads Tamil 2020 | How to use Go...  

Комментарии

Информация по комментариям в разработке