Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
2.4 kB
2
Indexable
Never
"properties" => [
    // DEX
    "dex_seo_title" => [
        "type" => "string",
        "description" => "Your SEO-Optimized Decentralized Exchange Here"
    ],
    "dex_seo_description" => [
        "type" => "string",
        "description" => "A concise, SEO-friendly description of the decentralized exchange platform."
    ],
    "dex_long_description" => [
        "type" => "string",
        "description" => "An exhaustive, SEO-optimized description that elaborates on the features and functionalities of the decentralized exchange. This can include bullet points, multiple paragraphs, etc."
    ],
    // Swap
    "swap_seo_title" => [
        "type" => "string",
        "description" => "Effortless Token Swaps, SEO-Optimized for Your Pleasure"
    ],
    "swap_seo_description" => [
        "type" => "string",
        "description" => "A brief, SEO-optimized summary of the token swap feature on the platform."
    ],
    "swap_long_description" => [
        "type" => "string",
        "description" => "A detailed, SEO-optimized description that provides an in-depth look into the token swapping feature. This may include bullet points, multiple paragraphs, etc."
    ],
    // Token Trustline (Add)
    "trustline_add_seo_title" => [
        "type" => "string",
        "description" => "Add Token Trustlines, SEO-Optimized for Security and Efficiency"
    ],
    "trustline_add_seo_description" => [
        "type" => "string",
        "description" => "An SEO-optimized description for adding Token Trustlines on the platform."
    ],
    "trustline_add_long_description" => [
        "type" => "string",
        "description" => "A detailed, SEO-optimized description that elaborates on the process of adding Token Trustlines. This can include bullet points, multiple paragraphs, etc."
    ],
    // Token Trustline (Remove)
    "trustline_remove_seo_title" => [
        "type" => "string",
        "description" => "Remove Token Trustlines, SEO-Optimized for Your Convenience"
    ],
    "trustline_remove_seo_description" => [
        "type" => "string",
        "description" => "An SEO-optimized description for the process of removing Token Trustlines."
    ],
    "trustline_remove_long_description" => [
        "type" => "string",
        "description" => "A comprehensive, SEO-optimized description detailing how to remove Token Trustlines. This may include bullet points, multiple paragraphs, etc."
    ]
]