Ampersand and Canonical URL

by IMFury
1 replies
This is my other confusion with ampersand :confused:

In my browser address, the URL is:
mydomain.com/index.php?param1=value1&param2=value2

In my HTML code, I used & so when I view-source the site the value for Canonical URL is:
mydomain.com/index.php?param1=value1&param2=value2

Do search engines treat both as the same or should I change my code to just & ?
#ampersand #canonical #url

Trending Topics