Dnn.Platform
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.
Steps to reproduce:
- Go to https://search.google.com/test/rich-results
- Enter any DNN website url
- Click "View tested page"
- Click "more info"
- 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.
I think Google Bot is broken here. Can you give an example URL? The two I tried didn't demonstrate this issue
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!
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/
Yeah, looks like a bot issue. querystring parameters for cache-busting is a totally valid thing.