الميزة: إضافة مكونات تحسين محركات البحث لصفحات هبوط الأدوات، بما في ذلك قسم الأسئلة الشائعة وقسم الأدوات ذات الصلة.
- تم تنفيذ مكون قسم الأسئلة الشائعة لعرض الأسئلة المتكررة مع إجابات قابلة للتوسيع. - تم إنشاء مكون الأدوات ذات الصلة لعرض الأدوات المرتبطة بالأداة الحالية بناءً على بيانات تحسين محركات البحث. - تم تطوير مكون صفحة هبوط الأدوات لتغليف مكونات الأدوات ببيانات تعريف تحسين محركات البحث، والبيانات المنظمة، والمحتوى الإضافي. - تم إنشاء إعدادات مركزية لتحسين محركات البحث في ملف seoData.ts لإدارة بيانات تعريف الأدوات، والأسئلة الشائعة، والأدوات ذات الصلة. ---- feat: add SEO components for tool landing pages including FAQ and related tools sections - Implemented FAQSection component to display frequently asked questions with expandable answers. - Created RelatedTools component to show tools related to the current tool based on SEO data. - Developed ToolLandingPage component to wrap tool components with SEO metadata, structured data, and additional content. - Established central SEO configuration in seoData.ts for managing tool metadata, FAQs, and related tools.
This commit is contained in:
11
frontend/public/humans.txt
Normal file
11
frontend/public/humans.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
/* TEAM */
|
||||
Project: SaaS-PDF
|
||||
Role: Full-Stack Development
|
||||
Technology: React, TypeScript, Python, Flask, Celery
|
||||
|
||||
/* SITE */
|
||||
Standards: HTML5, CSS3, ECMAScript 2020+
|
||||
Components: React 18, Vite, Tailwind CSS, react-helmet-async
|
||||
Backend: Flask, Celery, Redis
|
||||
Languages: English, Arabic, French
|
||||
Software: VS Code, Docker, GitHub
|
||||
56
frontend/public/llms.txt
Normal file
56
frontend/public/llms.txt
Normal file
@@ -0,0 +1,56 @@
|
||||
# SaaS-PDF — llms.txt
|
||||
# A description of this site for AI assistants and large language models.
|
||||
|
||||
> SaaS-PDF is a free, online document toolkit that lets users convert,
|
||||
> compress, merge, split, edit, and process PDF files, images, and more —
|
||||
> directly in the browser with no signup required.
|
||||
|
||||
## Tools Available
|
||||
|
||||
### PDF Tools
|
||||
- [PDF to Word](/tools/pdf-to-word): Convert PDF documents to editable Word (DOCX) format
|
||||
- [Word to PDF](/tools/word-to-pdf): Convert Word documents (DOC/DOCX) to PDF
|
||||
- [Compress PDF](/tools/compress-pdf): Reduce PDF file size while maintaining quality
|
||||
- [Merge PDF](/tools/merge-pdf): Combine multiple PDF files into one document
|
||||
- [Split PDF](/tools/split-pdf): Split a PDF into separate pages or ranges
|
||||
- [Rotate PDF](/tools/rotate-pdf): Rotate PDF pages by 90°, 180°, or 270°
|
||||
- [PDF to Images](/tools/pdf-to-images): Convert PDF pages to PNG or JPG images
|
||||
- [Images to PDF](/tools/images-to-pdf): Combine multiple images into a single PDF
|
||||
- [Watermark PDF](/tools/watermark-pdf): Add custom text watermarks to PDF pages
|
||||
- [Remove Watermark](/tools/remove-watermark-pdf): Remove text watermarks from PDFs
|
||||
- [Protect PDF](/tools/protect-pdf): Add password protection and encryption to PDFs
|
||||
- [Unlock PDF](/tools/unlock-pdf): Remove password protection from PDFs
|
||||
- [Page Numbers](/tools/page-numbers): Add page numbers to PDF documents
|
||||
- [Reorder PDF](/tools/reorder-pdf): Rearrange pages in a PDF document
|
||||
- [Extract Pages](/tools/extract-pages): Extract specific pages from a PDF
|
||||
- [PDF Editor](/tools/pdf-editor): Edit and optimize PDF documents online
|
||||
|
||||
### Image Tools
|
||||
- [Image Converter](/tools/image-converter): Convert images between JPG, PNG, and WebP
|
||||
- [Image Resize](/tools/image-resize): Resize images to exact dimensions
|
||||
- [Compress Image](/tools/compress-image): Reduce image file size while keeping quality
|
||||
- [Remove Background](/tools/remove-background): AI-powered background removal from images
|
||||
|
||||
### AI Tools
|
||||
- [OCR](/tools/ocr): Extract text from images and scanned PDFs (English, Arabic, French)
|
||||
- [Chat with PDF](/tools/chat-pdf): Ask questions about PDF documents using AI
|
||||
- [Summarize PDF](/tools/summarize-pdf): Generate AI summaries of PDF documents
|
||||
- [Translate PDF](/tools/translate-pdf): Translate PDF content to any language
|
||||
- [Extract Tables](/tools/extract-tables): Detect and extract tables from PDF documents
|
||||
- [PDF Flowchart](/tools/pdf-flowchart): Convert PDF procedures into interactive flowcharts
|
||||
|
||||
### Convert Tools
|
||||
- [PDF to Excel](/tools/pdf-to-excel): Convert PDF tables to Excel spreadsheets
|
||||
- [HTML to PDF](/tools/html-to-pdf): Convert HTML files to PDF documents
|
||||
|
||||
### Utility Tools
|
||||
- [QR Code Generator](/tools/qr-code): Generate QR codes from text or URLs
|
||||
- [Video to GIF](/tools/video-to-gif): Create animated GIFs from video clips
|
||||
- [Word Counter](/tools/word-counter): Count words, characters, sentences, and paragraphs
|
||||
- [Text Cleaner](/tools/text-cleaner): Clean up text formatting and whitespace
|
||||
|
||||
## Key Facts
|
||||
- All tools are free to use with no signup required
|
||||
- Files are automatically deleted within 30 minutes for privacy
|
||||
- Available in English, Arabic, and French
|
||||
- Works on any device with a modern web browser
|
||||
@@ -2,5 +2,12 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Disallow: /api/
|
||||
Disallow: /account
|
||||
Disallow: /forgot-password
|
||||
Disallow: /reset-password
|
||||
|
||||
# Sitemaps
|
||||
Sitemap: https://yourdomain.com/sitemap.xml
|
||||
|
||||
# AI/LLM discoverability
|
||||
# See also: /llms.txt
|
||||
|
||||
50
frontend/public/sitemap.xml
Normal file
50
frontend/public/sitemap.xml
Normal file
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<!-- Pages -->
|
||||
<url><loc>https://yourdomain.com/</loc><changefreq>daily</changefreq><priority>1.0</priority></url>
|
||||
<url><loc>https://yourdomain.com/about</loc><changefreq>monthly</changefreq><priority>0.4</priority></url>
|
||||
<url><loc>https://yourdomain.com/privacy</loc><changefreq>yearly</changefreq><priority>0.3</priority></url>
|
||||
<url><loc>https://yourdomain.com/terms</loc><changefreq>yearly</changefreq><priority>0.3</priority></url>
|
||||
|
||||
<!-- PDF Tools -->
|
||||
<url><loc>https://yourdomain.com/tools/pdf-to-word</loc><changefreq>weekly</changefreq><priority>0.9</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/word-to-pdf</loc><changefreq>weekly</changefreq><priority>0.9</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/compress-pdf</loc><changefreq>weekly</changefreq><priority>0.9</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/merge-pdf</loc><changefreq>weekly</changefreq><priority>0.9</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/split-pdf</loc><changefreq>weekly</changefreq><priority>0.8</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/rotate-pdf</loc><changefreq>weekly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/pdf-to-images</loc><changefreq>weekly</changefreq><priority>0.8</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/images-to-pdf</loc><changefreq>weekly</changefreq><priority>0.8</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/watermark-pdf</loc><changefreq>weekly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/remove-watermark-pdf</loc><changefreq>weekly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/protect-pdf</loc><changefreq>weekly</changefreq><priority>0.8</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/unlock-pdf</loc><changefreq>weekly</changefreq><priority>0.8</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/page-numbers</loc><changefreq>weekly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/reorder-pdf</loc><changefreq>weekly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/extract-pages</loc><changefreq>weekly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/pdf-editor</loc><changefreq>weekly</changefreq><priority>0.8</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/pdf-flowchart</loc><changefreq>weekly</changefreq><priority>0.7</priority></url>
|
||||
|
||||
<!-- Image Tools -->
|
||||
<url><loc>https://yourdomain.com/tools/image-converter</loc><changefreq>weekly</changefreq><priority>0.8</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/image-resize</loc><changefreq>weekly</changefreq><priority>0.8</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/compress-image</loc><changefreq>weekly</changefreq><priority>0.8</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/remove-background</loc><changefreq>weekly</changefreq><priority>0.8</priority></url>
|
||||
|
||||
<!-- AI Tools -->
|
||||
<url><loc>https://yourdomain.com/tools/ocr</loc><changefreq>weekly</changefreq><priority>0.8</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/chat-pdf</loc><changefreq>weekly</changefreq><priority>0.8</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/summarize-pdf</loc><changefreq>weekly</changefreq><priority>0.8</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/translate-pdf</loc><changefreq>weekly</changefreq><priority>0.8</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/extract-tables</loc><changefreq>weekly</changefreq><priority>0.8</priority></url>
|
||||
|
||||
<!-- Convert Tools -->
|
||||
<url><loc>https://yourdomain.com/tools/pdf-to-excel</loc><changefreq>weekly</changefreq><priority>0.8</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/html-to-pdf</loc><changefreq>weekly</changefreq><priority>0.7</priority></url>
|
||||
|
||||
<!-- Utility Tools -->
|
||||
<url><loc>https://yourdomain.com/tools/qr-code</loc><changefreq>weekly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/video-to-gif</loc><changefreq>weekly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/word-counter</loc><changefreq>weekly</changefreq><priority>0.6</priority></url>
|
||||
<url><loc>https://yourdomain.com/tools/text-cleaner</loc><changefreq>weekly</changefreq><priority>0.6</priority></url>
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user