I\’m sorting my pages in Google Search Console by changes in impressions and clicks. Unfortunately Search Console counts the URL with a backslash as a separate page (.com/this-page vs .com/this-page/). It really messes up the reporting. Any suggestion on how to handle that?
1 Answers
Best Answer
To combine the advice offered here:
- Fix your website so that all urls end one way. (there’s debate about trailing versus no-trailing slash it seems, but consistency is the most important thing)
- In Data studio, you can use REGEX to combine both URLs for accurate measurement.
Your Answer