Skip to content

Commit c273577

Browse files
author
James Brundage
committed
feat: Updating README
1 parent b0d00e1 commit c273577

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
11
# JSON-LD
22

33
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+
~~~PowerShell
24+
JsonLD https://schema.org/Movie
25+
~~~
26+

0 commit comments

Comments
 (0)