12-17-2013, 09:39 AM
ASP.NET MVC Helper made that on the an archive page like ...
... we got these URLs in the HTML:
<head>:
Breadcrumbs in <body>:
Now the big question:
Is an URL with & for Google search the same as the URL with & OR do I have 2 different URLs (= duplicate content)?
According to this it is different in Google Maps:
http://stackoverflow.com/questions/19678...ery-string
What is your opinion?
Code:
http://www.finanznachrichten.de/suche/uebersicht.htm?von=10.11.2013&bis=10.11.2013&medium=dpa-afx
<head>:
Code:
<link rel="canonical" href="http://www.finanznachrichten.de/suche/uebersicht.htm?von=10.11.2013&bis=10.11.2013&medium=dpa-afx" />
Breadcrumbs in <body>:
Code:
<span typeof="v:Breadcrumb"><a rel="v:url" property="v:title" href="http://www.finanznachrichten.de/suche/uebersicht.htm?von=10.11.2013&bis=10.11.2013&medium=dpa-afx" title="dpa-AFX - News vom 10.11.2013">dpa-AFX - News vom 10.11.2013</a></span>
Now the big question:
Is an URL with & for Google search the same as the URL with & OR do I have 2 different URLs (= duplicate content)?
According to this it is different in Google Maps:
http://stackoverflow.com/questions/19678...ery-string
What is your opinion?