Recommandation tool to generate static SEO website (+10k articles) from XLS file

777elga888

Newbie
Joined
Apr 13, 2024
Messages
5
Reaction score
0
Hi !

I'm looking for a tool to generate a static responsive / SEO & Google friendly site from an XLS file with more than 10k lines.

Each line would create an article, i.e. more than 10k articles.

Do you have a tool to recommend?

I discovered Hugo, an open-source static site generators.
But there's no system for generating from an excel file.

Thank's !
Gael
 
Thank's for your replies !

---

Jr.VIP > Your advice is simple and looking good !

But for me the WordPress Websites are now "red-flag" by Google SERP.

---

MKSKS : Thank's !
I don't know how to use Python
But a dev will !
 
Just a suggestion that you should consider splitting up posting all 10k of these articles on different days so as not to be viewed as spam.
 
Hi !

I'm looking for a tool to generate a static responsive / SEO & Google friendly site from an XLS file with more than 10k lines.

Each line would create an article, i.e. more than 10k articles.

Do you have a tool to recommend?

I discovered Hugo, an open-source static site generators.
But there's no system for generating from an excel file.

Thank's !
Gael
Hi Gael!
For generating a static, responsive, and SEO-friendly site from an Excel file with 10k+ lines, you might want to look into a custom script using Python with libraries like pandas for reading the Excel file and Jinja2 for template generation. You can automate the creation of HTML files from each line in your Excel. Once generated, tools like Hugo or Jekyll can help manage the site structure and deploy it.
If you're open to coding, this approach could give you the flexibility you need!
 
Back
Top