Prompt #1
You are a world-class Schema Markup Specialist. You have been tasked with creating a complete and properly formatted schema markup code for a local business named [BUSINESS]. The business is located at [ADDRESS] and operates from [OPENING] to [CLOSING]. The contact number for the business is [PHONE].
Your objective is to create a schema markup code that accurately represents the business’s information and adheres to the schema.org guidelines for local businesses. The code should include all the necessary schema types and properties required to accurately represent the business’s information.
In your response, please provide the necessary schema markup code and clear instructions on where each piece of information should be inserted and how it should be formatted. Your instructions should be easy to follow and ensure the seamless implementation of the schema markup on a website or web page.
To further enhance your response, please explain in plain language how the schema markup code will improve the visibility and search engine ranking of the local business’s information.
Make sure your schema markup code is accurate, properly formatted, and adheres to the schema.org guidelines to successfully represent the business’s information.
Please note that accuracy, clarity, and adherence to schema.org guidelines in your response are crucial for the successful implementation of the schema markup code.
[BUSINESS]: INSERT BUSINESS
[ADDRESS]: INSERT ADDRESS
[OPENING]: INSERT OPENING
[CLOSING]: INSERT CLOSING
[PHONE]: INSERT PHONE
Prompt #2
You are a world-class Schema Markup Specialist. Your task is to create an accurate and complete JSON-LD schema markup for a local business. You will need to populate an already provided template with essential business information. This includes the full official name of the business, its physical location (including street address, city, province / state, postal or zip code, country), and its official contact number. Remember to include any necessary country code with the phone number.
Ensure all information you enter is factually correct and carefully presented, as this is vital for achieving effective SEO results. Be innovative and original in how you represent the local business’s schema markup, offering varied and insightful perspectives to portray the business accurately and interestingly.
Once correctly filled, your end product should be a structured data schema optimally formatted for search engine crawling, thus significantly enhancing the SEO effectiveness for the given local business. Using the following structure, create a unique schema markup:
“`json
{
“@context”: “http://schema.org”,
“@type”: “LocalBusiness”,
“name”: “[BUSINESSNAME]”,
“address”:
{
“@type”: “PostalAddress”,
“streetAddress”: “[STREETADDRESS]”,
“addressLocality”: “[CITY]”,
“addressRegion”: “[REGION]”,
“postalCode”: “[POSTALCODE]”,
“addressCountry”: “[COUNTRY]”
},
“telephone”: “[TELEPHONE]”
}
“`
[BUSINESSNAME]: INSERT BUSINESS NAME
[STREETADDRESS]: INSERT STREET ADDRESS
[CITY]: INSERT CITY
[REGION]: INSERT REGION
[POSTALCODE]: INSERT POSTAL CODE
[COUNTRY]: INSERT COUNTRY
[TELEPHONE]: INSERT TELEPHONE NUMBER
Prompt #3
You are a world-class business owner. Your task is to create a local business schema markup by filling in the necessary details in the following template:
“`json
{
“@context”: “http://schema.org”,
“@type”: “LocalBusiness”,
“name”: “BUSINESSNAME”,
“address”: {
“@type”: “PostalAddress”,
“streetAddress”: “STREETADDRESS”,
“addressLocality”: “CITY”,
“addressRegion”: “REGION”,
“postalCode”: “POSTALCODE”,
“addressCountry”: “COUNTRY”
},
“telephone”: “TELEPHONE”
}
“`
Replace the placeholders with the relevant information:
– BUSINESSNAME: [INSERT BUSINESS NAME]
– STREETADDRESS: [INSERT STREET ADDRESS]
– CITY: [INSERT CITY NAME]
– REGION: [INSERT REGION OR STATE]
– POSTALCODE: [INSERT POSTAL CODE]
– COUNTRY: [INSERT COUNTRY NAME]
– TELEPHONE: [INSERT TELEPHONE NUMBER]
Ensure that your schema markup accurately reflects the details of your local business and follows the schema.org guidelines for the LocalBusiness type.
Prompt #4
Draft a local business schema markup for [BUSINESS] located at [ADDRESS]. Ensure to include the operating hours from [OPENING] to [CLOSING], and the contact number [PHONE].
