ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Make a copy (File > Make a Copy) of this spreadsheet
2
3
Domain (e.g. htttps://www.domain.com)------>https://locomotive.agency
4
5
1. Enter URLS here and enter domain (without trailing slash) above-right.
2. Paths are generated automatically.3. Regex for GA and GSC is generated automatically here.
6
7
List of URLsPathsOutputs
8
https://locomotive.agency/why-work-with-us/our-process//why-work-with-us/our-process/
9
https://locomotive.agency/services//services/
10
https://locomotive.agency/agency-news/same-award-winning-agency-brand-new-name/
/agency-news/same-award-winning-agency-brand-new-name/Path Regex for GA
11
https://locomotive.agency/why-work-with-us/our-approach//why-work-with-us/our-approach/^(/why-work-with-us/our-process/|/services/|/agency-news/same-award-winning-agency-brand-new-name/|/why-work-with-us/our-approach/|/case-studies/|/services/technical-seo/|/services/pay-per-click/|/careers/|/research/|/services/implementation-services/|/services/content/|/why-work-with-us/who-we-are/|/services/local-seo/|/contact-us/|/why-work-with-us/|/data-analysis-tools/|/services/link-building/)$
12
https://locomotive.agency/case-studies//case-studies/
13
https://locomotive.agency/services/technical-seo//services/technical-seo/
14
https://locomotive.agency/services/pay-per-click//services/pay-per-click/
15
https://locomotive.agency/careers//careers/
16
https://locomotive.agency/research//research/
17
https://locomotive.agency/services/implementation-services//services/implementation-services/
18
https://locomotive.agency/services/content//services/content/
19
https://locomotive.agency/why-work-with-us/who-we-are//why-work-with-us/who-we-are/
20
https://locomotive.agency/services/local-seo//services/local-seo/
21
https://locomotive.agency/contact-us//contact-us/
22
https://locomotive.agency/why-work-with-us//why-work-with-us/
23
https://locomotive.agency/data-analysis-tools//data-analysis-tools/
24
https://locomotive.agency/services/link-building//services/link-building/
25
26
27
28
Length: 402
29
30
URL Regex for GSC
31
^https://locomotive.agency(/why-work-with-us/our-process/|/services/|/agency-news/same-award-winning-agency-brand-new-name/|/why-work-with-us/our-approach/|/case-studies/|/services/technical-seo/|/services/pay-per-click/|/careers/|/research/|/services/implementation-services/|/services/content/|/why-work-with-us/who-we-are/|/services/local-seo/|/contact-us/|/why-work-with-us/|/data-analysis-tools/|/services/link-building/)$
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Length: 427
49
50
Notes
51
URLs or Paths containing non-alpha numeric characters may cause issues with matching. The scripts above handle escaping (making regex safe) urls and paths. The way to make a character safe is to excape it with a backslash ("\") so that the regex interpreter knows to treat as a literal character.
52
53
54
55
56
57
58
The maximum length for regular expressions in Google Analytics filters is 255 characters. If using for GA, you may need to break up URLs into sets.
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100