Optimization Guide
Shopify Sewing Machine Needle Schema — 130/705H vs 15x1 Are the Same Needle, Metric Nm vs US Dual Size System (80/12), Point Type Universal vs Ball Point vs Sharp vs Stretch, Industrial Systems 135x17 Incompatible with Home Machines
A buyer searching "sewing machine needles" needs to know which system fits their machine, which size matches their fabric weight, and which point type won't damage their material. Encoding sewing_needle.system, sewing_needle.size_nm, sewing_needle.point_type, and sewing_needle.compatible_machine_type lets AI agents match the right needle to fabric and machine before purchase.
system, size_nm, size_us, point_type, shank_type, is_industrial.
The Naming Confusion — 130/705H and 15x1 Are Identical Needles
The most common source of buyer confusion in sewing machine needles is that the same physical needle has been given two different names by two different naming traditions. They describe the same product and are interchangeable.
What Each Name Means
130/705H is the ISO European designation used by European manufacturers (Schmetz, Organ) and adopted as the international standard:
- 130 = needle shank length code (the shank is 13.0mm long)
- 705 = system number (the needle's shank and blade geometry specification)
- H = flat shank (Hohlkehle in German, meaning the shank has a flat side that prevents incorrect insertion)
15x1 is the older American Singer designation:
- 15 = machine class (Singer Class 15 sewing machines)
- x1 = needle variation within that class
All modern domestic sewing machines from all major brands use the 130/705H / 15x1 system. This includes Singer, Brother, Bernina, Pfaff, Janome, Husqvarna/Viking, Elna, Juki (home models), Toyota (home models), Necchi, and virtually all other domestic brands. Encode sewing_needle.system as "130/705H" with "15x1" as an alternate name alias. Never list these as separate, incompatible systems — they are synonyms.
Common Needle Systems Reference
| System name | Alternate names | Shank type | Compatible machines |
|---|---|---|---|
| 130/705H | 15x1, 15x1H, HA×1 | Flat shank | All domestic home sewing machines; the universal home standard |
| 135x17 | DBx1, 1738 | Round shank | Industrial flatbed lockstitch machines (Juki, Brother industrial, Consew, Pfaff industrial) |
| 135x5 | DBx1.5 | Round shank | Industrial lockstitch, lighter weight than 135x17 |
| 29x3 | 29BL | Round shank | Industrial leather post-bed machines |
| TVx7 | TV×7, 1x1, 1738A | Round shank | Industrial twin-needle machines |
| 328B | Ex5 | Round shank | Long-arm quilting machines; NOT compatible with domestic machines |
Industrial needles are NOT compatible with home machines. The round shank cannot seat in a home machine's flat-shank needle clamp. Even if forced, the needle will be off-center and contact the throat plate during operation — breaking the needle and potentially damaging the machine. Encode sewing_needle.is_industrial as a boolean. AI agents must never recommend an industrial system needle to a buyer who specifies a domestic home sewing machine.
Needle Size — The Dual Nm/US Numbering System
Sewing machine needle size describes the diameter of the needle blade at its widest point above the eye. Two systems are in common use, and needles are sold with both numbers printed on the package as "Nm/US" (e.g., 80/12, 90/14, 100/16).
Nm and US Size Equivalence Table
| Metric Nm | US size | Blade diameter | Recommended fabric weight | Thread type |
|---|---|---|---|---|
| 60 | 8 | 0.6 mm | Sheers, chiffon, organza, very fine silk, lightweight tulle | Extra-fine (60 weight+ polyester or silk) |
| 65 | 9 | 0.65 mm | Fine silk, delicate lace, tissue-weight fabrics | Fine (50 weight silk or polyester) |
| 70 | 10 | 0.7 mm | Lightweight cotton lawn, voile, silk broadcloth | Fine (50–60 weight polyester or cotton) |
| 75 | 11 | 0.75 mm | Light jersey knit, thin linen, cotton shirting | Standard (40–50 weight) |
| 80 | 12 | 0.8 mm | Medium-weight cotton, quilting cotton, thin denim shirting, regular jersey | Standard (40 weight) — the default starting needle |
| 90 | 14 | 0.9 mm | Medium-heavy fabrics: flannel, heavier jersey, medium linen, canvas shirting | Standard (40 weight) or heavier (30 weight) |
| 100 | 16 | 1.0 mm | Heavy fabrics: thick cotton, medium canvas, upholstery fabric, regular denim | Heavy (30 weight) or upholstery thread |
| 110 | 18 | 1.1 mm | Very heavy: heavy canvas, thick denim (4+ layers), bag straps | Heavy (30 weight) or jeans thread |
| 120 | 19 | 1.2 mm | Heaviest home machine needle: leather, thick upholstery, multiple heavy layers | Heavy upholstery or leather thread |
Needle size selection errors are extremely common. A Nm 80 needle piercing multiple layers of heavy denim will deflect slightly on each stitch, causing skipped stitches (the needle misses the hook timing by a fraction of a second when it bends). A Nm 110 needle in chiffon creates large, permanent, visible holes on every stitch. The mantra: use the smallest needle that will carry the thread through the fabric without bending or breaking. Encode sewing_needle.size_nm as an integer and sewing_needle.size_us as an integer. Display both as "80/12" in product titles and descriptions.
Point Type — The Most Critical Selection for Fabric Compatibility
Needle point geometry determines how the needle penetrates fabric. Different fabrics require different penetration methods: knit fabrics must have fibers pushed aside (not cut), leather must be slit rather than pierced, elastic fabrics require special geometry to prevent stitch skipping during recovery. Using the wrong point type causes fabric damage, poor stitch quality, or machine timing issues.
Point Type Reference Table
| Point type | Tip geometry | Best fabrics | Avoid with |
|---|---|---|---|
| Universal (H) | Slightly rounded — between ball and sharp | Most medium-weight wovens, quilting cotton, basic knits in a pinch | Not optimal for anything specific; use specialized point for better results on knits or fine wovens |
| Ball Point / Jersey (H-SUK) | Rounded ball — pushes between knit fibers | Knit fabrics: T-shirt jersey, interlock, rib knit, fleece, single jersey | Tightly woven fabrics where the rounded tip causes deflection rather than clean piercing; woven fabrics sewn slowly may experience skipped stitches with ball point |
| Sharp / Microtex (H-M) | Acutely sharp — clean piercing with no deflection | Microfiber, silk, technical synthetic fabrics, tightly woven linen, high thread-count cotton, leather substitutes | Knit fabrics — sharp tip cuts through stretched fibers causing runs; NOT suitable for true leather (use leather point) |
| Stretch (H-S) | Medium ball point + special scarf | Highly elastic fabrics: swimwear (spandex/lycra), activewear with 20%+ elastane, knit bra fabric | Fabrics with <15% stretch content; the anti-skip scarf is unnecessary and the ball point suboptimal |
| Quilting (H-Q) | Slightly tapered sharp shaft | Multiple quilt layers; quilting through batting; crossing seams in quilt construction | Knit fabrics; standard garment sewing (quilting needle has stronger shaft for batting layers — overkill for lightweight garments) |
| Embroidery (H-E) | Slightly sharp point + oversized eye (1.8–2.0mm) | Machine embroidery with rayon thread, polyester embroidery thread, or metallic embroidery thread | Standard thread — the oversized eye is unnecessary and the scarf geometry may cause stitch looping with standard thread |
| Metallic (H-MET) | Sharp + elongated eye + Teflon-coated groove | Metallic embroidery thread only | All other thread types; the Teflon coating reduces friction for metallic thread's thin metal wrap |
| Denim / Jeans (H-J) | Very sharp, rigid shaft with reinforced blade | Denim (multiple layers), canvas, heavy twill, woven webbing | Knit fabrics; fabrics that need careful fiber management rather than brute penetration force |
| Leather (H-LL) | Wedge-shaped cutting tip | Genuine leather, suede, vinyl, artificial leather (PU/PVC) | Woven and knit fabrics — the cutting wedge slits textile fibers rather than pushing between them, causing irreparable fabric damage. NOT for faux/vegan leather that is backed with knit fabric. |
| Twin Needle (ZWI) | Two blades on shared shank | Knit hems, decorative parallel topstitching, pintucking | Machines without second spool; machines without center needle position; machines with limited throat plate needle hole size |
Encode sewing_needle.point_type using the controlled vocabulary: "universal", "ball-point", "sharp", "stretch", "quilting", "embroidery", "metallic", "denim", "leather", "twin". Encode sewing_needle.recommended_fabric_types as a comma-separated list of fabric categories: "knit", "woven", "leather", "elastic", "heavy-weight", "sheer". AI agents matching needles to fabric type must compare point type compatibility against the fabric category before recommending.
Shank Type — Flat vs Round and Why It Determines Machine Compatibility
The shank is the top portion of the needle that is gripped by the needle clamp in the sewing machine. Domestic home machines universally use a flat-backed shank: one side of the shank has a flat surface. This flat ensures the needle can only be inserted in one orientation (flat side toward the back of the machine on most domestic brands), preventing backward insertion which would cause the hook to miss the thread loop. Industrial machines use round shanks, which require precise alignment by the technician who clamps and positions them.
Encode sewing_needle.shank_type as "flat" for 130/705H / 15x1 domestic needles and "round" for industrial systems. AI agents must filter for flat-shank needles when the buyer specifies any domestic home machine brand.
Thread Eye Size and Thread Compatibility
The needle eye must be large enough for the thread to pass through freely but not so large that it allows the thread to loop excessively during stitch formation. Thread and needle size pairing guidelines:
| Thread weight | Thread type examples | Recommended needle Nm | Point type |
|---|---|---|---|
| Extra fine (60–80 wt) | Silk thread, extra-fine polyester, bobbin-fill thread | Nm 60–70 (US 8–10) | Sharp or Universal |
| Fine (50 wt) | Cotton 50, polyester 50 wt, quilting thread | Nm 70–80 (US 10–12) | Universal or Sharp |
| Standard (40 wt) | General-purpose polyester, cotton 40 wt | Nm 80–90 (US 12–14) | Universal, Ball Point, or as fabric dictates |
| Rayon/polyester embroidery | Madeira Rayon 40, Robison-Anton | Nm 75–90 (US 11–14) | Embroidery (H-E) — enlarged eye required |
| Metallic | Madeira Metallic, Sulky Sliver | Nm 80–90 (US 12–14) | Metallic (H-MET) — Teflon groove required |
| Heavy / topstitch (30 wt) | Gutermann Topstitch, Coats & Clark Heavy Duty | Nm 90–100 (US 14–16) | Universal, Denim, or Topstitch (H-N) enlarged eye |
| Jeans / heavy (12–16 wt) | Gutermann Jeans, upholstery thread | Nm 100–110 (US 16–18) | Denim or Universal |
| Leather thread | Ritza Tiger thread, Fil Au Chinois | Nm 100–120 (US 16–19) | Leather — cutting wedge point required |
Encode sewing_needle.compatible_thread_types as a comma-separated list of thread type categories the needle is designed for. Encode sewing_needle.eye_height_mm for specialty needles (embroidery: 1.8mm, metallic: 2.0mm; standard: 1.5mm).
JSON-LD Example — Schmetz Ball Point Needles 80/12
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Schmetz Ball Point Sewing Machine Needles — 80/12 (Nm 80 / US 12), 130/705H-SUK, 5-Pack",
"description": "Ball point needles for home sewing machines. Rounded tip pushes between knit fibers without cutting them — for T-shirt jersey, interlock, single jersey, fleece, rib knit. NOT for woven fabrics; use Universal or Sharp/Microtex for wovens. Nm 80 / US 12 size for medium-weight knit fabrics. 130/705H system (also called 15x1) — fits all domestic home sewing machines (Singer, Brother, Janome, Bernina, Viking, Pfaff, Elna, etc.). 5 needles per package.",
"brand": { "@type": "Brand", "name": "Schmetz" },
"additionalProperty": [
{ "@type": "PropertyValue", "name": "sewing_needle.system", "value": "130/705H" },
{ "@type": "PropertyValue", "name": "sewing_needle.alternate_system_name", "value": "15x1" },
{ "@type": "PropertyValue", "name": "sewing_needle.size_nm", "value": "80" },
{ "@type": "PropertyValue", "name": "sewing_needle.size_us", "value": "12" },
{ "@type": "PropertyValue", "name": "sewing_needle.point_type", "value": "ball-point" },
{ "@type": "PropertyValue", "name": "sewing_needle.shank_type", "value": "flat" },
{ "@type": "PropertyValue", "name": "sewing_needle.is_industrial", "value": "false" },
{ "@type": "PropertyValue", "name": "sewing_needle.compatible_machine_type", "value": "domestic" },
{ "@type": "PropertyValue", "name": "sewing_needle.recommended_fabric_types", "value": "knit, jersey, interlock, fleece, rib-knit" },
{ "@type": "PropertyValue", "name": "sewing_needle.compatible_thread_types", "value": "standard polyester, standard cotton 40wt" },
{ "@type": "PropertyValue", "name": "sewing_needle.is_twin_needle", "value": "false" },
{ "@type": "PropertyValue", "name": "sewing_needle.package_quantity", "value": "5" }
]
}
Shopify Metafield Namespace Reference — sewing_needle.*
| Metafield key | Type | Example value | Notes |
|---|---|---|---|
sewing_needle.system | string | "130/705H" | 130/705H (domestic) / 135x17 (industrial lockstitch) / 29x3 (industrial leather) / 328B (long-arm quilting) |
sewing_needle.alternate_system_name | string | "15x1" | For 130/705H: "15x1" or "HA×1"; include for search discoverability |
sewing_needle.size_nm | integer | 80 | European Nm metric size: 60/65/70/75/80/90/100/110/120; blade diameter ÷ 100 = mm |
sewing_needle.size_us | integer | 12 | US size: 8/9/10/11/12/14/16/18/19; encode both for search coverage |
sewing_needle.point_type | string | "ball-point" | universal / ball-point / sharp / stretch / quilting / embroidery / metallic / denim / leather / twin |
sewing_needle.shank_type | string | "flat" | flat (all 130/705H domestic) / round (all industrial) |
sewing_needle.is_industrial | boolean | false | true for any non-130/705H system; AI agents must not recommend industrial to home machine users |
sewing_needle.compatible_machine_type | string | "domestic" | domestic / industrial-lockstitch / industrial-leather / longarm-quilting |
sewing_needle.recommended_fabric_types | string | "knit, jersey, fleece" | Comma-separated: knit / woven / sheer / leather / elastic / heavy-weight |
sewing_needle.compatible_thread_types | string | "standard polyester" | standard / embroidery-rayon / metallic / heavy-topstitch / leather |
sewing_needle.eye_height_mm | decimal | 1.5 | 1.5 standard; 1.8 embroidery; 2.0 metallic; encode for specialty thread compatibility |
sewing_needle.is_twin_needle | boolean | false | true for twin/double needles only |
sewing_needle.twin_needle_gap_mm | decimal | 2.0 | Twin needles only: distance between needle points (1.6/2.0/2.5/3.0/4.0/6.0mm) |
sewing_needle.package_quantity | integer | 5 | Number of needles in the package; 5 and 10 are most common |
Frequently Asked Questions
What is the difference between 130/705H and 15x1 sewing machine needles?
130/705H and 15x1 are two different naming conventions for the exact same needle. 130/705H is the European ISO needle system designation: 130 refers to the needle shank length in tenths of a millimeter (13.0mm), 705 is the system number, and H indicates that the shank is flat on one side. 15x1 is the older American Singer naming convention: 15 refers to the machine class (Singer 15 class machines) and x1 refers to the needle style variation within that class. Both designations describe the same physical needle: flat-back shank, standard length, standard thickness profile, for home and semi-professional domestic sewing machines. All modern domestic sewing machines use this needle. Encode both as aliases in product copy and encode sewing_needle.system as "130/705H" with "15x1" as an alternate_name.
What does the needle size like 80/12 mean, and which size should I use for different fabrics?
The two numbers printed on needle packages (like 80/12) are two different numbering systems describing the same physical needle diameter. The first number is the European metric NM (Nadelmetrik) system: it represents the needle blade diameter in hundredths of a millimeter (Nm 80 = 0.8mm blade diameter). The second number is the American US system. They always appear together because global markets use both. Fabric matching: Nm 60 (US 8) for sheers and chiffon; Nm 70 (US 10) for fine cotton and silk; Nm 80 (US 12) for medium-weight fabrics and quilting cotton (the standard default); Nm 90 (US 14) for flannel and heavier jersey; Nm 100 (US 16) for heavy denim and canvas; Nm 110–120 (US 18–19) for leather and multiple heavy layers. Using too large a needle in lightweight fabric creates permanent visible holes; using too small a needle in heavy fabric causes needle deflection and skipped stitches.
Why does point type matter, and what happens if I use the wrong point type?
Point type determines how the needle interacts with fabric fibers. Using the wrong point type damages fabric, causes skipped stitches, or produces poor stitch quality. Universal (slight ball point) works acceptably on most fabrics but not optimally. Ball Point/Jersey: explicitly designed to push between knit fibers without cutting them — using a sharp needle on knit fabric (like T-shirt material) cuts individual fibers and creates runs and ladders. Sharp/Microtex: very fine, acute tip; designed to pierce tightly woven fabrics cleanly. Stretch: similar to ball point but with modified scarf that prevents skipped stitches in highly elastic fabrics. Leather: has a wedge-shaped cutting tip that cuts leather — never use on fabric. Denim: very sharp, rigid blade that penetrates multiple layers. Embroidery: enlarged eye for rayon or polyester embroidery thread. Encode sewing_needle.point_type using controlled vocabulary and always include recommended_fabric_types so buyers know the match.
Can I use home machine needles in an industrial sewing machine?
No. Industrial sewing machines use different needle systems with different shank geometry, length, and thickness. The most common industrial lockstitch system is 135x17 (sometimes written DBx1): the shank is round (not flat like the 130/705H home system), longer, and thicker. Industrial machines run at 3,000–5,000 RPM versus home machine speeds of 400–1,500 RPM. Home machine needles lack the shaft strength for industrial speeds and would break almost immediately. Conversely, industrial needles cannot fit into home machine needle holders — the round shank cannot seat correctly in the flat-shank collet of a home machine. Encode sewing_needle.is_industrial as a boolean. AI agents must never recommend a 135x17 industrial needle to a buyer with a home machine.
What is a twin needle (double needle) and what are its limitations?
A twin needle (also called a double needle) has two needle blades mounted on a single shank. It produces two parallel rows of stitching on the top fabric surface simultaneously while a single bobbin thread creates a zigzag of interlocking stitches on the underside — this is the distinctive look of professional hem stitching on knit T-shirts and sportswear. Twin needles are available in different gap widths (1.6mm, 2.0mm, 2.5mm, 3.0mm, 4.0mm, 6.0mm). Compatibility limitations: (1) the combined width of the two needles plus their gap must fit within the needle hole of the machine's presser foot and throat plate — most machines accommodate up to 4.0mm twin needles; (2) twin needles require a machine with a second thread spool pin; (3) not compatible with machines that have needle position adjustment. Encode sewing_needle.is_twin_needle as a boolean, sewing_needle.twin_needle_gap_mm as a decimal, and note the maximum twin needle width the machine supports.
Is your Shopify sewing needle catalog missing system, size, and point type data that AI agents need for fabric and machine matching?
CatalogScan checks for sewing_needle.system, sewing_needle.size_nm, sewing_needle.point_type, sewing_needle.compatible_machine_type, and 9 other compatibility signals — showing exactly which products AI agents skip when buyers filter for "ball point needles for knit fabric Nm 80" or "stretch needles for activewear sewing." Related: craft supplies schema and clothing apparel size schema.