Batch Create sameAs Schema.org Snippet with Text Mechanic

Posted on the 01 August 2019 by Matt Jackson @MattJacksonUk1

If you have a long list of social properties or other sites that you want to quickly add to JSON LD schema.org markup, it can be a pain to do it manually.

So here is a tactic to quickly create the markup from a list, to enter into your code:

  1. Visit https://textmechanic.com/
  2. Go to the "Add Prefix/Suffix into Line" page.
  3. Paste your links into the top Input Box at the top.
  4. In the "Add Prefix" box, enter a quote mark: "
  5. In the "Add Suffix" box, enter a quote mark followed by a comma: ",
  6. You should have a list of urls like this: "http://links.com",
  7. Finally remove the final comma of the list, and you can paste them straight into your JSON LD schema.org markup, like this:

sameAs: [

"http://links.com",

"http://links.com",

"http://links.com"

],

Hopefully that should be self explanatory, but if you need help, ask in the comments!