| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/client-portal-laravel/releases/20260626120707/config/ |
Upload File : |
<?php
return [
/*
|--------------------------------------------------------------------------
| Site Information
|--------------------------------------------------------------------------
*/
'site_name' => env('APP_NAME', 'Scopeforged'),
'default_title' => 'Professional Software Development & Technical Consulting',
'default_description' => 'We build reliable, scalable software solutions. Technical audits, custom development, and ongoing support for businesses that demand excellence.',
'locale' => 'en_US',
/*
|--------------------------------------------------------------------------
| Social Media
|--------------------------------------------------------------------------
*/
'twitter_handle' => '@scopeforged',
'og_image' => '/images/og-default.jpg',
'og_type' => 'website',
/*
|--------------------------------------------------------------------------
| Organization Schema
|--------------------------------------------------------------------------
*/
'organization' => [
'name' => 'Scopeforged',
'url' => 'https://scopeforged.com',
'logo' => '/images/logo.png',
'email' => 'hello@scopeforged.com',
'founding_date' => '2024',
'description' => 'Professional software development and technical consulting services.',
'same_as' => [
// Add social media URLs here
// 'https://twitter.com/scopeforged',
// 'https://linkedin.com/company/scopeforged',
// 'https://github.com/scopeforged',
],
],
/*
|--------------------------------------------------------------------------
| Page-Specific SEO Data
|--------------------------------------------------------------------------
*/
'pages' => [
'home' => [
'title' => 'Scopeforged - Professional Software Development & Technical Consulting',
'description' => 'We build reliable, scalable software solutions. Technical audits, custom development, and ongoing support for businesses that demand excellence.',
],
'process' => [
'title' => 'How We Work - Our 5-Phase Development Process',
'description' => 'Discover our proven 5-phase approach: Discovery, Planning, Development, Delivery, and Support. Transparent, collaborative software development.',
],
'services' => [
'title' => 'Software Development Services',
'description' => 'Expert technical audits, custom development, system modernization, infrastructure setup, and ongoing support. Professional software solutions.',
],
'services.technical-audits' => [
'title' => 'Technical Audits - Comprehensive Code & Security Reviews',
'description' => 'Identify issues before they cost you. Our technical audits cover security, performance, code quality, architecture, and infrastructure.',
],
'services.custom-development' => [
'title' => 'Custom Software Development Services',
'description' => 'Tailored software solutions built to your specifications. From web applications to APIs, we deliver quality code that scales.',
],
'services.modernization' => [
'title' => 'System Modernization - Legacy Code Updates',
'description' => 'Breathe new life into legacy systems. We modernize outdated codebases, upgrade frameworks, and improve maintainability.',
],
'services.infrastructure' => [
'title' => 'Infrastructure & DevOps Services',
'description' => 'Reliable infrastructure setup and management. CI/CD pipelines, cloud deployment, monitoring, and security hardening.',
],
'services.support' => [
'title' => 'Ongoing Support & Maintenance',
'description' => 'Keep your software running smoothly. Bug fixes, updates, performance monitoring, and proactive maintenance.',
],
'audits' => [
'title' => 'Technical Audit Catalog - 19 Comprehensive Audits',
'description' => 'Explore our catalog of 19 technical audits covering security, performance, code quality, infrastructure, and more.',
],
'about' => [
'title' => 'About Scopeforged - Our Mission & Values',
'description' => 'We\'re dedicated to building software that works. Learn about our commitment to quality, transparency, and long-term partnerships.',
],
'contact' => [
'title' => 'Contact Us - Start Your Project',
'description' => 'Ready to discuss your project? Get in touch with our team. We respond within 24 hours to every inquiry.',
],
'blog' => [
'title' => 'Blog - Insights on Software Development',
'description' => 'Insights on software development, technical strategy, and building reliable systems. Tips, tutorials, and best practices from our team.',
],
'privacy' => [
'title' => 'Privacy Policy',
'description' => 'Learn how Scopeforged collects, uses, and protects your personal information. Our commitment to your privacy.',
],
'terms' => [
'title' => 'Terms of Service',
'description' => 'Terms and conditions for using Scopeforged services. Please read before engaging our services.',
],
],
/*
|--------------------------------------------------------------------------
| Sitemap Configuration
|--------------------------------------------------------------------------
*/
'sitemap' => [
['url' => '/', 'priority' => '1.0', 'changefreq' => 'weekly'],
['url' => '/process', 'priority' => '0.8', 'changefreq' => 'monthly'],
['url' => '/services', 'priority' => '0.9', 'changefreq' => 'monthly'],
['url' => '/services/technical-audits', 'priority' => '0.8', 'changefreq' => 'monthly'],
['url' => '/services/custom-development', 'priority' => '0.8', 'changefreq' => 'monthly'],
['url' => '/services/modernization', 'priority' => '0.8', 'changefreq' => 'monthly'],
['url' => '/services/infrastructure', 'priority' => '0.8', 'changefreq' => 'monthly'],
['url' => '/services/support', 'priority' => '0.8', 'changefreq' => 'monthly'],
['url' => '/audits', 'priority' => '0.8', 'changefreq' => 'monthly'],
['url' => '/about', 'priority' => '0.7', 'changefreq' => 'monthly'],
['url' => '/contact', 'priority' => '0.8', 'changefreq' => 'monthly'],
['url' => '/blog', 'priority' => '0.8', 'changefreq' => 'weekly'],
['url' => '/privacy', 'priority' => '0.3', 'changefreq' => 'yearly'],
['url' => '/terms', 'priority' => '0.3', 'changefreq' => 'yearly'],
],
];