-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathseo-plugin.orrenprunckun.com.yaml
98 lines (98 loc) · 2.73 KB
/
seo-plugin.orrenprunckun.com.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
openapi: 3.0.1
info:
title: SEO
description: Enter any URL and keyword and get an On-Page SEO analysis & insights!
version: 'v1'
servers:
- url: https://seo-plugin.orrenprunckun.com/
paths:
/:
get:
operationId: getData
summary: Get data from users
description: Get data from users
parameters:
- name: keyword
in: query
description: Keyword
required: true
schema:
type: string
- name: url
in: query
description: URL
required: true
schema:
type: string
responses:
'200':
description: Successful response
content:
application/json:
schema:
type: object
properties:
message:
type: string
components:
schemas:
dataResponse:
type: object
properties:
robots:
type: string
description: Text from robots.txt
responseCode:
type: string
description: Response code
loadTime:
type: number
description: Load time
ahrefText:
type: string
description: Anchor text from ahref
ahrefLink:
type: string
description: Link from ahref
imageName:
type: string
description: Name of image file
imageAlt:
type: string
description: Alt text of image
title:
type: string
description: Title of page
meta:
type: string
description: Meta description of page
keywordUrl:
type: string
description: Keyword presence in URL
keywordBody:
type: string
description: Keyword presence in body text
keywordUrltally:
type: string
description: Keyword tally in URL
keywordBodyTally:
type: string
description: Keyword tally in body text
ahrefTextTally:
type: string
description: Anchor text from ahref tally
ahrefLinkTally:
type: string
description: Link from ahref tally
imageNameTally:
type: string
description: Name of image file tally
imageAltTally:
type: string
description: Alt text of image tally
protocol:
type: string
description: HTTPS or HTTP protocol being used
viewport:
type: string
description: Viewport of initial-scale=1.0 being used