All Projects → laukstein → Ajax Seo

laukstein / Ajax Seo

Licence: isc
Ajax SEO crawlable webapp framework with boosted UX

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Ajax Seo

Mnemonic
Apache Mnemonic - A non-volatile hybrid memory storage oriented library
Stars: ✭ 91 (-17.27%)
Mutual labels:  apache
Laravel Seo Tools
Laravel Seo package for Content writer/admin/web master who do not know programming but want to edit/update SEO tags from dashboard
Stars: ✭ 99 (-10%)
Mutual labels:  seo
Craft Sitemap
Craft plugin to generate a sitemap.
Stars: ✭ 105 (-4.55%)
Mutual labels:  seo
Setup
My own front end web development set up, covering everything from operating system to analytics.
Stars: ✭ 93 (-15.45%)
Mutual labels:  seo
Gatsby Remark Social Cards
Gatsby remark plugin for generating social card graphics
Stars: ✭ 95 (-13.64%)
Mutual labels:  seo
Zookeeper
Apache ZooKeeper
Stars: ✭ 10,061 (+9046.36%)
Mutual labels:  apache
Dockerweb
A docker-powered bash script for shared web hosting management. The ultimate Docker LAMP/LEMP Stack.
Stars: ✭ 89 (-19.09%)
Mutual labels:  apache
Echarts
Apache ECharts is a powerful, interactive charting and data visualization library for browser
Stars: ✭ 49,119 (+44553.64%)
Mutual labels:  apache
Seo Panel
World's first seo control panel for multiple websites
Stars: ✭ 96 (-12.73%)
Mutual labels:  seo
Serverless Sharp
Serverless image optimizer for S3, Lambda, and Cloudfront
Stars: ✭ 102 (-7.27%)
Mutual labels:  seo
Gatsby Plugin Advanced Sitemap
Advanced XML Sitemaps for Gatsby.js
Stars: ✭ 94 (-14.55%)
Mutual labels:  seo
Incubator Hop
Hop Orchestration Platform
Stars: ✭ 94 (-14.55%)
Mutual labels:  apache
Stormkafkamon
Dumps state of Storm Kafka consumers
Stars: ✭ 99 (-10%)
Mutual labels:  apache
Tinkerpop
Apache TinkerPop - a graph computing framework
Stars: ✭ 1,309 (+1090%)
Mutual labels:  apache
Sonataseobundle
Symfony SonataSeoBundle
Stars: ✭ 106 (-3.64%)
Mutual labels:  seo
Wordpress Seo
Yoast SEO for WordPress
Stars: ✭ 1,301 (+1082.73%)
Mutual labels:  seo
Magento 2 Seo
Magento 2 SEO extension will do perfectly for your better SEO. This is a bundle of outstanding features that are auto-active when you install it from Mageplaza without any code modifications. It is also friendly with your store if you need to insert meta keywords and meta descriptions for your product.
Stars: ✭ 99 (-10%)
Mutual labels:  seo
Knppaginatorbundle
SEO friendly Symfony paginator to sort and paginate
Stars: ✭ 1,534 (+1294.55%)
Mutual labels:  seo
Superset
Apache Superset is a Data Visualization and Data Exploration Platform
Stars: ✭ 42,634 (+38658.18%)
Mutual labels:  apache
Country Ip Blocks
CIDR country-level IP data, straight from the Regional Internet Registries, updated hourly.
Stars: ✭ 100 (-9.09%)
Mutual labels:  apache

Ajax SEO v6

Ajax SEO crawlable webapp framework with boosted UX.
Demo https://lab.laukstein.com/ajax-seo

as { // Readable API
    // Active link DOM Element
    activeElement: a.active,

    // Google Analytics ID (optional)
    analytics: "UA-XXXX-Y",

    // Respect user agent DNT
    dnt: true,

    // Google Analytics domain (optional)
    domain: "laukstein.com",

    // Detect if shown error page
    error: false,

    // Project root
    origin: "https://lab.laukstein.com/ajax-seo",

    // Current page title
    title: "History",

    // Current page URL
    url: "https://lab.laukstein.com/ajax-seo/history",

    // Ajax SEO version
    version: "6.0.0",

    // Maximal width of device adaptation
    viewportWidth: 720
}

Quick start

  1. Download the recent code
  2. Extract on compatible Web server
  3. Open in browser and setup settings

Here, <a href=history>History</a> requests API api/history.

Minimum server requirements Apache 2 + mod_rewrite, MySQL 5, PHP 5.2.
Recommended settings in ~config.
Place robots.txt and humans.txt in website root.

Benifits

  • Cross-platform
  • W3C cutting-edge standards
  • Native HTML5.1 APIs, Microdata, JavaScript
  • SEO accessible, crawlable and indexable
  • HTML auto minify, Grade-A performance, security and usability
  • Simple, responsive, intuitive, maintainable
  • Future plans

Techniques

  • No-dependency
  • no-www domain
  • HTTPS-Only Standard
  • Respect DNT (Do Not Track)
  • Anonymize IP in Google Analytics
  • Protocol-relative URL RFC 3986
  • SEO URLs, lowercasing and gibberish cleanup
  • Performance tuning in front end and back end
  • Avoid outdated browser support

Legacy browser support in earlier releases.

License

Released under the ISC License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].