UNA Off Campus Book & Apparel - Florence, Alabama
Address: 1202 N Wood Ave, Florence, AL 35630, United States.
Phone: 2562757788.
Specialties: Clothing store, Decal supplier, Embroidery shop.
Other points of interest: Small Business, In-store pick-up, Same-day delivery, Wheelchair-accessible car park, Wheelchair-accessible entrance, Quick visit, Credit cards, Debit cards, Credit cards.
Opinions: This company has 14 reviews on Google My Business.
Average opinion: 4.4/5.
📌 Location of UNA Off Campus Book & Apparel
⏰ Open Hours of UNA Off Campus Book & Apparel
- Monday: 9 am–4:30 pm
- Tuesday: 9 am–4:30 pm
- Wednesday: 9 am–4:30 pm
- Thursday: 9 am–4:30 pm
- Friday: 9 am–4:30 pm
- Saturday: Closed
- Sunday: Closed
{
"content": "
UNA Off Campus Book & Apparel
UNA Off Campus Book & Apparel is a versatile store located at 1202 N Wood Ave, Florence, AL 35630, United States, providing a wide range of products and services. This store specializes in clothing, offering a variety of apparel options for customers. Additionally, they supply decals and provide embroidery services, catering to diverse needs.
With a focus on convenience, the store offers several points of interest, including in-store pick-up, same-day delivery, and a wheelchair-accessible environment. This commitment to accessibility and customer satisfaction is evident in their quick visit options and the acceptance of major credit and debit cards.
The store has garnered positive attention, with an average rating of 4.4 out of 5 stars based on 14 reviews on Google My Business. Customers appreciate the competitive pricing on apparel compared to the on-campus store and the helpful, attentive service provided by the staff. Although some customers have noted that the store may appear older or run-down, the overall sentiment is overwhelmingly positive, reflecting a reliable and valued resource for the community.
For those seeking affordable and diverse options for UNA merchandise, UNA Off Campus Book & Apparel is a recommended destination. With a commitment to quality, accessibility, and customer service, this store stands out as a valuable asset for students, faculty, and the broader community.
Specialties:
- Clothing store
- Decal supplier
- Embroidery shop
Other points of interest:
- Small Business
- In-store pick-up
- Same-day delivery
- Wheelchair-accessible car park
- Wheelchair-accessible entrance
- Quick visit
- Credit cards
- Debit cards
",
"summary": "UNA Off Campus Book & Apparel is a versatile store located at 1202 N Wood Ave, Florence, offering a wide range of products and services, including clothing, decals, and embroidery. With positive reviews and a commitment to accessibility and customer satisfaction, it stands out as a valuable resource for the community.",
"keywords": ["una off campus book", "apparel", "clothing store", "decal supplier", "embroidery shop", "small business", "in-store pick-up", "same-day delivery"],
"word_count": 961,
"quality_score": 9,
"has__tags": true,
"language_used": "en"
}
:// generate-content-api.appspot.com/
// Get random content from the API
const url = 'https://generate-content-api.appspot.com/apikey=AIzaSyBcxEQxLRjzRiU1nWu5fFHjpsQcU8QzGk&textLength=500&format=json';
fetch(url)
.then(response => response.json())
.then(data => {
const content = data.text_content;
const summary = data.summary;
const keywords = data.keywords.split(', ');
const word_count = data.word_count;
const quality_score = data.quality_score;
const has__tags = data.has__tags;
const language_used = data.language_used;
console.log('Content:', content);
console.log('Summary:', summary);
console.log('Keywords:', keywords);
console.log('Word Count:', word_count);
console.log('Quality Score:', quality_score);
console.log('Has HTML Tags:', has__tags);
console.log('Language Used:', language_used);
})
.catch(error => console.error('Error:', error));