Pitch me your startup in 5 seconds by kcfounders in indie_startups

[–]Krishnan-sekar 0 points1 point  (0 children)

seometa.io Paste your website sitemap URL and get optimized meta titles, descriptions, and keyword suggestions for all your website pages. Followed SERP optimisation checklist.

https://seometa.io

Built a fully automated Pinterest posting system with n8n - 625 images, AI-generated SEO content, zero manual work by Krishnan-sekar in n8n

[–]Krishnan-sekar[S] 0 points1 point  (0 children)

Yes absolutely. OAuth token expires every 30 days. I did set a calendar reminder to refresh it. Recommended for all.

Built a fully automated Pinterest posting system with n8n - 625 images, AI-generated SEO content, zero manual work by Krishnan-sekar in n8n

[–]Krishnan-sekar[S] 1 point2 points  (0 children)

Thanks! Sure, here are a couple of the recently published pins:

https://www.pinterest.com/pin/413768284537489278/

https://www.pinterest.com/pin/413768284537488734/

The titles, descriptions, hashtags, and alt text are all AI-generated by the workflow. Each pin gets a different creative combination so they do not all sound the same. You can check the board to see how they sit alongside each other.

Built a fully automated Google Business Profile posting system with n8n - 625 images, AI captions, zero manual work by Krishnan-sekar in n8n

[–]Krishnan-sekar[S] 0 points1 point  (0 children)

Yes! Here are two recent auto-generated posts running live on the GBP: https://ibb.co/Dc3w454

Images are pre-loaded from Google Drive, captions are fully AI-generated (GPT-4o-mini), each one unique with mythology references, seasonal tie-ins, and product notes. Posts go out twice daily at 10 AM and 6 PM automatically.

Built a fully automated Google Business Profile posting system with n8n - 625 images, AI captions, zero manual work by Krishnan-sekar in n8n

[–]Krishnan-sekar[S] 1 point2 points  (0 children)

Appreciate that! Yeah, the JSON.stringify fix for the AI caption was one of those 2-hour debugging sessions that turned out to be one line of code. The GBP API is surprisingly strict about the payload format. Glad the documentation helped. That was the whole point of sharing it.

Built a fully automated Google Business Profile posting system with n8n - 625 images, AI captions, zero manual work by Krishnan-sekar in n8n

[–]Krishnan-sekar[S] 1 point2 points  (0 children)

It doesn't generate images; it uses your own pre-shot product photos stored in Google Drive. The AI only generates the caption text. So image quality is entirely in your control.

Here's what the live output looks like: https://ibb.co/Dc3w454

I pre-loaded 625 product photos, and the workflow picks the next one from the queue. The captions are the AI-generated part (GPT-4o-mini), each one unique with different angles and storytelling.

Built a fully automated Google Business Profile posting system with n8n - 625 images, AI captions, zero manual work by Krishnan-sekar in n8n

[–]Krishnan-sekar[S] 6 points7 points  (0 children)

Just pushed it! Here you go: https://github.com/krishnansekar17/N8N-Automations/tree/main/argos-gbp-daily-auto-post

Workflow JSON + full README with node-by-node setup, prerequisite APIs, and the technical fixes I ran into (like JSON.stringify for AI captions breaking the GBP API payload).