Skip to main content

Page Management

After the website is generated, you can add or delete pages at any time. This article explains the operation methods and precautions.

Create New Page

Entry Point

Preview page → New Page (also called "AI Create Page").

Operation Steps

  1. Click "New Page"
  2. Describe this page in the "Feature Description" input box
  3. Submit and wait for AI generation

How to Write the Description

The prompt on the interface already explains the key points:

The more detailed the description, the more the AI-generated page will meet your expectations. You can include: page type, feature requirements (forms, carousels, corresponding lists), which helps generate a more accurate page.

Input box placeholder example:

Describe the page content and features you want in detail. For example: need a product display page, including product images, names, prices, and detailed descriptions; need to add a contact form including name, email, and message fields.

Description Template

Write in four parts: "page type + content sections + interactive features + style requirements":

Page type: Enterprise service introduction page
Content sections:
1. Top banner with title "Professional Enterprise Digital Services" + a subtitle
2. Four service modules, each with icon, title, and 150-character description
3. Service process, five-step horizontal timeline
4. Customer cases, three-column cards, each with LOGO, company name, and a testimonial
5. Bottom call-to-action, a "Consult Now" button jumping to the contact page
Interactive features: Customer cases support hover zoom
Style requirements: Consistent with homepage, business style, primary color dark blue

Good and Bad Examples

❌ Insufficient description✅ Sufficient description
Make an About Us pageAbout Us page, including: company introduction (about 300 words), development timeline (2018 to present, 5 nodes), team introduction (6 people, each with avatar + name + position), enterprise qualifications (4 certificate images, clickable to enlarge). Style consistent with homepage
Add a product pageProduct list page, 3 product cards per row, each card with cover image, product name, price, and short description. Supports filtering by category and pagination of 9 per page. Click card to enter product detail page
Contact pageContact Us page, left side is contact form (name required, company, phone required, email, requirement description required), right side is company address, phone, email, WeChat QR code, and a map. After form submission, show success prompt and save to database

After Generation

After the new page is generated:

  1. View the effect in preview
  2. Check whether the navbar already includes the entry for the new page (if not, supplement via AI conversation: "Add the newly created 'About Us' page to the navbar in third place")
  3. Use the visual editor to replace copy and images
  4. Click publish so visitors can access it

⚠️ After creating a new page, you must republish, otherwise visitors cannot access it.


Delete Page

Operation Steps

  1. Find the target page in the page list or preview
  2. Trigger the delete operation
  3. Confirm the popup

Confirmation Prompt

The popup title is "Delete Confirmation," with the content:

Are you sure you want to delete the [page name] page? To restore, please go to the history versions page.

Click "Confirm Delete" to execute.

Homepage Cannot Be Deleted

If you try to delete the homepage, it prompts:

The homepage cannot be deleted.

This is a protection mechanism — a website must have a homepage. If you want to change the homepage content, modify it through the editor or AI conversation instead of deleting and rebuilding.

How to Restore After Deletion

Deleting a page is not irreversible. Restoration path:

Management → Publish History → Find the historical version containing the page → Switch version

⚠️ Important reminder: Version switching is a whole-site rollback, not just restoring one page. This means all other modifications after that version will also be rolled back.

Therefore, if you accidentally deleted a page and have since made many other modifications, weigh the two options:

OptionApplicable Situation
Switch to historical versionNot many other modifications after accidental deletion
Use AI to recreate the pageMany other changes after accidental deletion; cannot accept rollback

For version switching, see the backend "Publish History and Version Switching."


Page Planning Suggestions

Common Website Page Structures

Corporate Official Website (5–7 pages)

Homepage
├── About Us
├── Products/Services
│ └── Product Detail Page
├── Customer Cases
├── News Updates ← Needs backend article publishing
│ └── Article Detail Page
└── Contact Us

Personal Portfolio (3–4 pages)

Homepage (with personal introduction)
├── Portfolio List
│ └── Portfolio Detail Page
└── Contact

Event Landing Page (1–2 pages)

Single page (hero visual + agenda + speakers + registration form)
└── Registration Success Page

Blog (3–4 pages)

Homepage (article list)
├── Article Detail Page
├── Category Archive Page
└── About Me

Page Quantity Trade-off

Page StrategyAdvantagesDisadvantages
Few pages (1–3)Fast production, simple maintenance, short conversion pathLimited content, fewer SEO keywords covered
Moderate pages (5–8)Clear structure, SEO-friendly, sufficient informationRequires more content preparation
Many pages (10+)Rich content, long-tail traffic potentialHigh maintenance cost, content easily outdated

Suggestion: Start with core pages (Homepage + Products/Services + Contact), and gradually add based on actual needs after going live. Do not plan a dozen pages from the start — many will end up empty due to lack of content, which instead undermines professionalism.

What Content Should Be a Page vs a Content Entry

This is a common point of confusion for new users:

TypeApproachExamples
Fixed structure, small quantity, rarely changesMake a pageAbout Us, Contact Us, Service Introduction
Unified structure, large quantity, frequently updatedMake a content entryArticles, products, cases, stores

Judgment method: If this type of information will keep growing (e.g., one article per week), it should be made into a content entry managed through the backend, instead of creating a new page every time.

Benefits of making content entries:

  • Adding content does not require AI generation and consumes no Credits
  • Adding content does not require republishing the website; takes effect immediately
  • Automatically gets list page, detail page, category filtering, and other capabilities

For content management, see the backend "Content Management."


Frequently Asked Questions

Q: Does creating a new page consume inspiration points?

A: Yes. AI creating a page belongs to "app development" consumption.

Q: Why isn't the newly created page in the navbar?

A: AI sometimes only creates the page without connecting it to the navigation. You can supplement via conversation: "Add the XX page to the navbar, after YY."

Q: Can I adjust the order of pages in the navigation?

A: Yes, through AI conversation, e.g., "Change the navigation order to: Home, Product Center, Solutions, About Us, Contact Us."

Q: Can I create secondary pages (sub-pages)?

A: Yes. Describe the hierarchical relationship in the description, e.g., "Add three sub-pages under 'Product Center': Standard, Professional, and Enterprise editions, displayed as a dropdown menu in the navigation."

Q: What about links originally pointing to a deleted page?

A: After deletion, links to it in other pages will become invalid. We recommend checking via AI conversation after deletion: "Check the whole site for broken links pointing to deleted pages and fix them." If the page has been indexed by search engines, you can also consider configuring a 301 redirect to the new page.

Q: Can pages be copied?

A: Yes, through AI conversation, e.g., "Create a new page with exactly the same structure as the 'Standard Edition Introduction' page, but change the content to Professional Edition information." This is faster than describing from scratch.


Next Steps

  • Content entry management → Backend "Content Management"
  • Modify page content → Preview and Visual Editing
  • Version rollback → Backend "Publish History and Version Switching"