Disable mousepointer and link in CSS
You should add the following CSS:
a[itemprop="url"] {
pointer-events: none;
cursor: default;
}
You should add the following CSS:
a[itemprop="url"] {
pointer-events: none;
cursor: default;
}