Dnn.Platform icon indicating copy to clipboard operation
Dnn.Platform copied to clipboard

CDV feature has conflict with google search rich results test, which says it can't load resources with query string parameters.

Open Constantine-Ketskalo opened this issue 3 years ago • 1 comments

Steps to reproduce:

  1. Go to https://search.google.com/test/rich-results
  2. Enter any DNN website url
  3. Click "View tested page"
  4. Click "more info"
  5. Unfold "Page resources" section

It says that google robot couldn't load resources and it lists resources with query string parameters in a url (css, js and ScriptResource.axd). Looks like it's because of query string parameters. So could this feature be removed somehow? Probably some setting in a PersonaBar? Or is it google robot who is broken in this case?

P.S. I've checked those files manually and google chrome loads successfully all of those files.

Constantine-Ketskalo avatar Jul 01 '22 13:07 Constantine-Ketskalo

I think Google Bot is broken here. Can you give an example URL? The two I tried didn't demonstrate this issue

bdukes avatar Jul 01 '22 17:07 bdukes

We have detected this issue has not had any activity during the last 90 days. That could mean this issue is no longer relevant and/or nobody has found the necessary time to address the issue. We are trying to keep the list of open issues limited to those issues that are relevant to the majority and to close the ones that have become 'stale' (inactive). If no further activity is detected within the next 14 days, the issue will be closed automatically. If new comments are are posted and/or a solution (pull request) is submitted for review that references this issue, the issue will not be closed. Closed issues can be reopened at any time in the future. Please remember those participating in this open source project are volunteers trying to help others and creating a better DNN Platform for all. Thank you for your continued involvement and contributions!

stale[bot] avatar Nov 02 '22 02:11 stale[bot]

I think Google Bot is broken here. Can you give an example URL? The two I tried didn't demonstrate this issue

https://netls.com.ua/

Constantine-Ketskalo avatar Nov 04 '22 11:11 Constantine-Ketskalo

Yeah, looks like a bot issue. querystring parameters for cache-busting is a totally valid thing.

valadas avatar Jan 18 '23 01:01 valadas