100 US Dollars Every Two Weeks

Representing 100 dollars every two weeks in structured data on a website is complex and not straightforward.

"$100 every two weeks weeks" is a quantitative value. Its main properties are a monetary amount and a unit of measurement.

"$100" is the monetary amount in "$100 every two weeks"

"every two weeks" is the unit of measure in "$100 every two weeks". It actually means "per two weeks". Therefore, the unit of measurement is a reciprocal of the unit of time two weeks represent.

Alternate Names

There are alternative names for "every two weeks", for example, "a fortnight" "per fortnight", "fortnightly", "/ fortnight", "every other week", or "/ two weeks".

Commonly "every two weeks" is also referred to as "bi-weekly" or "biweekly". Yet, this is an ambiguous expression. The prefix "bi" implies a twice-per-week occurrence. Yet, for example in payroll processing, if workers are paid every other week, it is referred to as a bi-weekly pay schedule.

Also, people use different names for a "dollar", such as its currency symbol "$", its code "USD", or various nicknames. A common nickname for the "US dollar" is "buck"

Combining these different expressions with different formats of the number, we get a long list of alternate names for the same quantitative value.

  • $100 per bi-week
  • $100 bi-weekly
  • $100 biweekly
  • $100 every two weeks
  • $100 per bi-week
  • $100 a fortnight
  • $100 bi-weekly
  • $100 biweekly
  • $100 every two weeks
  • 100 dollars per bi-week
  • 100 dollars bi-weekly
  • 100 dollars biweekly
  • 100 every two weeks
  • 100 dollars per bi-week
  • 100 dollars a fortnight
  • 100 dollars bi-weekly
  • 100 dollars biweekly
  • 100 every two weeks
  • 100 USD per bi-week
  • 100 USD bi-weekly
  • 100 USD biweekly
  • 100 every two weeks
  • 100 bucks per bi-week
  • 100 bucks bi-weekly
  • 100 bucks biweekly
  • 100 every two weeks
  • 1 hundred per bi-week
  • 1 hundred a fortnight
  • 1 hundred bi-weekly
  • 1 hundred biweekly
  • 1 hundred every two weeks
  • 1 hundred dollars per bi-week
  • 1 hundred dollars a fortnight
  • 1 hundred dollars bi-weekly
  • 1 hundred dollars biweekly
  • 1 hundred dollars every two weeks

Quantitative Value Schema

Below is an example schema for "$100 every two weeks".

        
{
    "@type": "QuantitativeValue",
    "name": "$100 every two weeks",
    "unitCode": "None",
    "alternateName": [
        "$100 per bi-week",
        "$100 bi-weekly",
        "$100 biweekly",
        "$100 every two weeks",
        "$100 per bi-week",
        "$100 a fortnight",
        "$100 bi-weekly",
        "$100 biweekly",
        "$100 every two weeks",
        "100 dollars per bi-week",
        "100 dollars bi-weekly",
        "100 dollars biweekly",
        "100 every two weeks",
        "100 dollars per bi-week",
        "100 dollars a fortnight",
        "100 dollars bi-weekly",
        "100 dollars biweekly",
        "100 every two weeks",
        "100 USD per bi-week",
        "100 USD bi-weekly",
        "100 USD biweekly",
        "100 every two weeks",
        "100 bucks per bi-week",
        "100 bucks bi-weekly",
        "100 bucks biweekly",
        "100 every two weeks",
        "1 hundred per bi-week",
        "1 hundred a fortnight",
        "1 hundred bi-weekly",
        "1 hundred biweekly",
        "1 hundred every two weeks",
        "1 hundred dollars per bi-week",
        "1 hundred dollars a fortnight",
        "1 hundred dollars bi-weekly",
        "1 hundred dollars biweekly",
        "1 hundred dollars every two weeks"
    ],
    "description": "An amount of $100 (US Dollars) every two weeks",
    "disambiguatingDescription": "For example a bi-weekly salary of 100 dollars or a family budget of $100 every other week.",
    "value": {
        "@type": "MonetaryAmount",
        "name": "$100",
        "description": "An amount of $100 (US Dollars)",
        "value": 100,
        "currency": "USD",
        "alternateName": [
            "$100",
            "$100",
            "100 dollars",
            "100 dollars",
            "100 USD",
            "100 bucks",
            "1 hundred",
            "1 hundred dollars"
        ],
        "sameAs": [
            "https://missingentities.com/entities/monetary-amount/usd/100/"
        ]
    },
    "sameAs": "https://missingentities.com/entities/quantitative-value/usd/100/every-two-weeks/"
}        
        
    

Schema.org defines a specific schema type for a quantitative value. Its main attributes are unitText and value. The UN/CEFACT Common Code Rec 20 does not define a unit code for "every two weeks". so we need to express this in the schema with a unitText attribute.

How to use the Schema for 100 US Dollars every two weeks?

You can simply copy the schema above and paste it into the JSON-LD code of your schema definition. Only use this quantitative value schema in attributes where allowed. Otherwise, your schema will be invalid.

Feel free to trim the list of alternate names, if some of these are not used in your context. Yet, if you use different names, feel free to add them to the list.

Quantitative Value Schema Generator

Generate the quantitative value schema for the "amount every two weeks" you need.

Contexts

Lease

"$100 a fortnight" could refer to a lease payment every other week for a room or a vehicle.

Paycheck

"$100 every other week" could refer to a paycheck on a bi-weekly pay schedule.

Related Entities