Frequently Asked Questions (FAQ)

Yahan aapko Softvexa par aam taur par pooche jaane wale sawalon ke seedhe, practical jawab milenge — blog publishing, thumbnails, uploads, Ghost Pages, PrompterIQ, SEO aur hosting se judi sab baatein.

Blog & Posts
Thumbnails
Affiliate
Ghost Pages
Technical
Q — How do I add a blog post to my site?
A — Edit the JS file that contains const POSTS = [...], add a new object with required fields (id, title, slug, date, thumbnail, affiliateLink, summary, pros, cons, content). Save and upload the file. Ensure valid JS syntax (commas, quotes). Refresh the page and clear cache.
Q — Where should I upload thumbnails and what file name should I use?
A — Upload all thumbnails to public_html/save_post/. Use a consistent filename pattern, for example productname_thumbnail.png. Use the full URL in the POST object: https://softvexa.com/save_post/productname_thumbnail.png.
Q — I pasted the post but it does not show — what to check?
A — Check for JS syntax errors, missing commas between objects, unclosed backticks in content, and correct slug/id format. Open browser console (F12) to see errors. Also confirm the file is loaded by the page (correct path) and clear cache/Cloudflare if used.
Q — How to place affiliate links inside posts?
A — Put your WarriorPlus/ClickBank link in the affiliateLink field. Also include a visible CTA button in the content HTML that uses that same URL. Add an affiliate disclosure near the top of each post for trust and compliance.
Q — Why do I sometimes see 2 <head> tags and what to do?
A — Two <head> tags is invalid HTML. Merge the meta tags into the first <head> and remove the duplicate. Keep only one <head> per page and place all meta/OG/Twitter and CSS there.
Q — How do Ghost Pages work and are they safe?
A — Ghost Pages use select free Google-hosted properties that Google indexes. When you publish helpful content there the pages can rank quickly. It’s a valid strategy when used responsibly — do not spam, avoid manipulative redirects, and follow platform policies.
Q — Can you produce thumbnails in same design every time?
A — Yes — I’ll generate thumbnails with a consistent design system and provide the exact filename. You only need to upload the PNG to /save_post/ and the post will display it.
Q — What size and format are recommended for thumbnails?
A — Recommended sizes: 1280×720 (YouTube style) or 800×450. Use PNG for sharp text and logo clarity. Export optimized PNG to keep file size reasonable.
Q — How to check image URL after upload?
A — After uploading to public_html/save_post, open the link in browser: https://softvexa.com/save_post/yourfile.png. If it returns 404, recheck upload folder, filename, and permissions (chmod 644).
Q — How do I update SEO meta tags for a page?
A — Edit the <head> section and add meta title, description, keywords, Open Graph tags, Twitter card and any JSON-LD schema. I can prepare these tags per page if you want.
Q — Can you create the blog content and JS post object for me?
A — Yes — paste product sales copy or affiliate link and I’ll create: 800–1000 word SEO blog, pros/cons, CTA, thumbnail filename, and JavaScript POST object ready to paste into your POSTS array.
Q — How do I add a search box for posts?
A — Option A: client-side JavaScript that filters the POSTS array for title/summary. Option B: a PHP search that scans a posts data file or database. Tell me preference and I’ll give code.
Q — Who handles vendor refunds or product support?
A — Vendor support contact is listed on the product sales page (or WarriorPlus/ClickBank vendor info). For technical issues with your site contact your host or me for code help.
Q — Where to put legal pages links (privacy, terms)?
A — Add them to the footer. Example links: /privacy-policy.php, /terms-of-service.php, /affiliate-disclaimer.php, /contact-us.php. I provided footer code you can paste.
Q — Can FAQ answers be expanded/collapsed?
A — Yes — I can provide an accordion (JS) version so users can click questions to expand answers. If you want accordion UI, say “accordion for FAQ”.
Still have a question? Email support@softvexa.com or paste your product/sales page here — I’ll build the blog, thumbnail name, and JS POST object for you.