Operations Documentation & SEO Checklist
This page contains the delivery documentation for the Banquet Audio-Video Channel, including backend operation guides, Baidu Statistics integration tutorials, SEO optimization checklists, and GEO expansion planning.
I. Back-End Operation Guide
1. View Quote Leads
Go to the platform via **Management → Content Management**, open the leads table, and filter by `source = banquet_quote` to view all quote requests submitted for the banquet channel (including name, phone number, request details, and submission time).
2. Edit Product/Case/Solution
The Banquet channel currently uses static data (src/data/banquet.ts). Contact development to update content. For backend editing capabilities, migration to a database table can be implemented later.
3. Edit contact information
NAP information such as phone numbers and addresses is maintained in the CONTACT constant at src/data/site.ts; changes made there sync across the entire site.
4. Footer Toggle
The Banquet channel operates independently from the main group site navigation. Visitors can access it directly via /banquet. To add an entry point on the main group site, simply include a link in the navigation configuration.
II. Baidu Tongji Integration Guide
1. Register or Log in to Baidu Statistics
Go to tongji.baidu.com, log in with your Baidu account, then navigate to "Manage" → "Site List" → "Add Site" and enter the website domain.
2. Get Stat ID
After adding the site, copy the tracking ID (the string after hm.js?) from the "Get Code" page. It is approximately 32 characters long.
3. Configure for this project
Add a line to the .env file: VITE_BAIDU_TONGJI_ID=your_tracking_id. Save and redeploy; it will take effect automatically without modifying any code.
4. Verify Installation
After deployment, visit any page on your website. Then go to Baidu Tongji → Management → Code Installation Check to confirm that the code is installed correctly.
5. View regional data
After installing 1-2, view city/county-level visitor distribution under Reports > Visitor Analysis > Geographic Distribution. Baidu Statistics infers geographic location based on IP segments and does not store full visitor IPs, complying with the Personal Information Protection Law.
6. Submit sitemap for faster indexing
After verifying your site on Baidu Webmaster Tools (ziyuan.baidu.com), navigate to "Normal Indexing" → "Sitemap" and submit the URL /sitemap.xml.
Compliance Statement:Baidu Statistics infers visitor location by IP segment (down to city/county level) without storing full IP addresses, and does not collect personal information such as names or phone numbers. This complies with the "minimum necessary" principle of the Personal Information Protection Law.
III. Basic SEO Optimization Checklist
| Check items | Status | Description |
|---|---|---|
| Independent TDK per page | Completed | All /banquet pages have independent title, description, and keywords configured via PageMeta. |
| Semantic Heading Hierarchy | Completed | One H1 per page; heading levels must be sequential without skipping. |
| NAP Consistency | Completed | Name, address, and phone number must be consistent across the footer, Contact page, About page, and JSON-LD. |
| LocalBusiness structured data | Completed | JSON-LD with address, phone number, and business categories is embedded in index.html. |
| sitemap.xml | Completed | public/sitemap.xml includes all /banquet paths. Submit to Baidu Webmaster Tools after deployment. |
| robots.txt | Completed | public/robots.txt declares the Sitemap address and blocks the operations page. |
| Image ALT and Lazy Loading | Completed | All product and case images include alt descriptions and loading=lazy. |
| Mobile responsive | Completed | Fully responsive layout optimized for mobile with a single-column design. |
| Page load performance | Completed | Route-level code splitting; load only essential JS on the initial screen. |
| Baidu Tongji Integration | Pending Configuration | Enter the obtained tracking ID into VITE_BAIDU_TONGJI_ID in .env to apply automatically. |
| Baidu Webmaster Tools Verification | Pending | After deployment, add your site, verify it, and submit the sitemap at ziyuan.baidu.com. |
| 360 Site Owner Verification | Pre-configured | Meta tags have been written to index.html (with dual verification codes for both the root domain and www). After deployment, verify on zhanzhang.so.com and submit your sitemap. |
| Sogou Webmaster Tools Verification | Pre-configured | Meta tags and verification files are pre-installed. After deployment, verify your site and submit the sitemap at zhanzhang.sogou.com. |
| robots.txt crawler rules | Completed | Explicitly allowed Sogou web spider and 360Spider to crawl the entire site. |
| GEO Multi-City Landing Pages | Reserved | The routing structure supports city landing pages in the /banquet/city/:city format. |
IV. Integration of 360 with Sogou Search Engine
Search 360
1. Access the 360 Webmaster Platform
Open zhanzhang.so.com, log in with the 360 account, click "Site Management" → "Add Website", and enter the domain www.ruihe-sz.com.
2. Verify site ownership
Select the "Meta Tag Verification" method. Our site has already pre-installed the 360 verification tags in index.html (root domain verification code c7b2e87033cc1e70e6ccc0a6ec4f589d and www verification code 0a050f1ae16ffe355be17f69a414fddb). Simply click "Verify" to complete the process.
3. Submit Sitemap
After verification, navigate to **Data Submission** → **Sitemap Submission**, enter the address: https://www.ruihe-sz.com/sitemap.xml. Once submitted, 360 crawler will index all pages on the site based on this sitemap.
4. Confirm Scrape
Enter the homepage URL in "Crawl Diagnosis," click "Crawl," and verify that it returns status 200 with correct content.
Sogou Search
1. Access Sogou Webmaster Platform
Go to zhanzhang.sogou.com, sign in with your Sogou account, click "Add Website," and enter the domain www.ruihe-sz.com.
2. Verify site ownership
Select either "Meta Tag Verification" or "File Verification". This site has pre-configured both: ① Meta tag (sogou_site_verification, content=FDuDvCQDy1); ② Verification file sogousiteverification.txt (content: FDuOvCQDy1, accessible directly via the root directory). Choose one and click "Verify".
3. Submit Sitemap
After verification, go to **Webmaster Tools** → **Sitemaps** and enter the address: https://www.ruihe-sz.com/sitemap.xml。
4. Confirm Scrape
Test the homepage in "Crawl Diagnosis" to confirm it returns normally. Sogou indexing typically takes 3-7 days.
Current Status:The 360 verification tag (naked domain + www), Sogou verification tag, and verification file are pre-integrated into the code. After publishing, simply click "Verify" on the corresponding webmaster platform to complete verification—no additional steps required.
5. GEO Multi-City Landing Page Planning (Reserved)
- Route Reservation: The current `/banquet` structure supports expansion to city landing pages such as `/banquet/city/suzhou` and `/banquet/city/kunshan`.
- Content Strategy: Each city page features a localized title (e.g., "Kunshan Banquet Audio"), local case studies, and local contact information.
- TDK Rules: City page title format is "City + Core Keyword"; description must include the city name and specific services.
- Internal Linking Strategy: Interlink city pages and link back to the /banquet homepage to create a regional keyword matrix.
- Timing: Launch location pages city-by-city after the main site's indexing stabilizes (Baidu index > 20 pages).