We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d00e1 commit c273577Copy full SHA for c273577
README.md
@@ -1,3 +1,26 @@
1
# JSON-LD
2
3
Get JSON Linked Data with PowerShell
4
+
5
+Gets information stored in a page's [json-ld](https://json-ld.org/) (json linked data)
6
7
+Many pages expose this information for search engine optimization.
8
9
+## JSON-LD in PowerShell
10
11
+JSON-LD is one of a number of ways you can get more information about a page.
12
13
+This information can be useful in any number of fun and useful PowerShell scenarios
14
15
+For example, let's get information about a movie.
16
17
+~~~PowerShell
18
+Get-JsonLD https://www.imdb.com/title/tt0211915/
19
+~~~
20
21
+Let's take things a step further, and get the information we can know about any movie:
22
23
24
+JsonLD https://schema.org/Movie
25
26
0 commit comments