Skip to content

Instantly share code, notes, and snippets.

@gahabeen
Last active January 27, 2017 22:45
Show Gist options
  • Save gahabeen/eba7219d26700d91c1753eae19564f75 to your computer and use it in GitHub Desktop.
Save gahabeen/eba7219d26700d91c1753eae19564f75 to your computer and use it in GitHub Desktop.
Selectors Structure of Data
company : .list.items .item
|_ name : .header [itemprop=name]
|_ description : .header [rel=description]
|_ url : .header [itemprop=name] a
|_ contact : .contact
|_ telephone : [itemprop=telephone]
|_ employee
|_ name : [itemprop=employeeName]
|_ jobTitle : [itemprop=employeeJobTitle]
|_ email : [itemprop=email]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment