├── README.md ├── ajax.php ├── assets └── q2a-theme-logo.png ├── category-editor-page.php ├── category-widget.php ├── include ├── easyResponsiveTabs.js ├── main.js ├── q2a-theme-logo.png ├── seo-forms.js └── style.css ├── languages └── useo-lang-default.php ├── layer.php ├── library ├── functions.php └── scalable-xml-sitemaps.php ├── metadata.json ├── option-pages ├── about.php ├── accessibility.php ├── categories.php ├── links.php ├── meta-tags.php ├── sitemap.php ├── social-sharing.php ├── tags.php ├── title.php └── urls.php ├── options.php ├── overrides.php ├── qa-plugin.php ├── tag-editor-page.php └── tag-widget.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/README.md -------------------------------------------------------------------------------- /ajax.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/ajax.php -------------------------------------------------------------------------------- /assets/q2a-theme-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/assets/q2a-theme-logo.png -------------------------------------------------------------------------------- /category-editor-page.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/category-editor-page.php -------------------------------------------------------------------------------- /category-widget.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/category-widget.php -------------------------------------------------------------------------------- /include/easyResponsiveTabs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/include/easyResponsiveTabs.js -------------------------------------------------------------------------------- /include/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/include/main.js -------------------------------------------------------------------------------- /include/q2a-theme-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/include/q2a-theme-logo.png -------------------------------------------------------------------------------- /include/seo-forms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/include/seo-forms.js -------------------------------------------------------------------------------- /include/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/include/style.css -------------------------------------------------------------------------------- /languages/useo-lang-default.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/languages/useo-lang-default.php -------------------------------------------------------------------------------- /layer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/layer.php -------------------------------------------------------------------------------- /library/functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/library/functions.php -------------------------------------------------------------------------------- /library/scalable-xml-sitemaps.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/library/scalable-xml-sitemaps.php -------------------------------------------------------------------------------- /metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/metadata.json -------------------------------------------------------------------------------- /option-pages/about.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/option-pages/about.php -------------------------------------------------------------------------------- /option-pages/accessibility.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/option-pages/accessibility.php -------------------------------------------------------------------------------- /option-pages/categories.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/option-pages/categories.php -------------------------------------------------------------------------------- /option-pages/links.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/option-pages/links.php -------------------------------------------------------------------------------- /option-pages/meta-tags.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/option-pages/meta-tags.php -------------------------------------------------------------------------------- /option-pages/sitemap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/option-pages/sitemap.php -------------------------------------------------------------------------------- /option-pages/social-sharing.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/option-pages/social-sharing.php -------------------------------------------------------------------------------- /option-pages/tags.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/option-pages/tags.php -------------------------------------------------------------------------------- /option-pages/title.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/option-pages/title.php -------------------------------------------------------------------------------- /option-pages/urls.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/option-pages/urls.php -------------------------------------------------------------------------------- /options.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/options.php -------------------------------------------------------------------------------- /overrides.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/overrides.php -------------------------------------------------------------------------------- /qa-plugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/qa-plugin.php -------------------------------------------------------------------------------- /tag-editor-page.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/tag-editor-page.php -------------------------------------------------------------------------------- /tag-widget.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q2a-projects/Q2A-Ultimate-SEO/HEAD/tag-widget.php --------------------------------------------------------------------------------