ABCDEFGHIJKLMNOPQRST
1
QueryXpath
2
Link URLs//a/@href
3
Anchor text//a/text()
4
Anchor text (including img)(//a/text() | //a/img/@alt)
5
Title//title
6
H1//h1
7
H2//h2
8
H3//h3
9
Link Canonical//link[@rel='canonical']/@href
10
Meta description//meta[@name='description']/@content
11
Meta robots//meta[@name='robots']/@content
12
Image location//img[@alt]/@src
13
Image alt text//img/@alt
14
Images without alt text//img[not(@alt)]/@src
15
Safebrowsing URLhttp://www.google.com/safebrowsing/diagnostic?site=searchengineland.com
16
Diagnostic info//div[@id='content']/blockquote[1]/p/text()
17
Google info queryhttp://www.google.com/search?sourceid=chrome&ie=UTF-8&q=info%3Ahttp://searchengineland.com/
18
Google xpath query//a[@class='l']/@href
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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