Right Usage of Canonical Tag

jatinder

New member
Joined
May 6, 2015
Messages
8
Points
0
I dont know how to use canonical tags. My website has two urls like example.com and example.com/index.php . I prefer to only .com domain, not to index.php. I want to put a question in this case, on which page I have to apply canonical tag? Please answer me very soon.
 

pabitra

New member
Joined
Oct 10, 2014
Messages
29
Points
0
I dont know how to use canonical tags. My website has two urls like example.com and example.com/index.php . I prefer to only .com domain, not to index.php. I want to put a question in this case, on which page I have to apply canonical tag? Please answer me very soon.
Each website needs a main file to run for its home page, for PHP language it called example.com/index.php, ASP language it called as example.com/default.php

when you run example.com mean that you are running this example.com/index.php hence it has no difference between 2 these URLs.

If you want to use canonical tag

Using this code

Code:
<link rel="canonical" href="http://www.example.com"/>
Adding it before </head> on your homepage.
 
Older threads
Replies
8
Views
5,108
Replies
6
Views
3,992
Replies
5
Views
3,694
Replies
9
Views
5,459
Latest threads
Replies
1
Views
37
Replies
1
Views
190
Replies
2
Views
95
Recommended threads
Replies
11
Views
24,042
Replies
0
Views
3,002
Replies
10
Views
5,907
Replies
1
Views
3,037
Replies
3
Views
4,166
Top