All Projects → gustavoquinalha → Seotopper

gustavoquinalha / Seotopper

Complete SEO generator with all meta-tags including JSON-LD, build your Seo in seconds.

Programming Languages

js
455 projects

Projects that are alternatives of or similar to Seotopper

Open Graph
Library that assists in building Open Graph meta tags
Stars: ✭ 112 (-33.33%)
Mutual labels:  seo
Fusebox Angular Universal Starter
Angular Universal seed project featuring Server-Side Rendering, @fuse-box bundling, material, firebase, Jest, Nightmare, and more
Stars: ✭ 132 (-21.43%)
Mutual labels:  seo
Ngmeta
Dynamic meta tags in your AngularJS single page application
Stars: ✭ 152 (-9.52%)
Mutual labels:  seo
Prerender Java
java framework for prerender
Stars: ✭ 115 (-31.55%)
Mutual labels:  seo
Laravel Seo
SEO package made for maximum customization and flexibility
Stars: ✭ 130 (-22.62%)
Mutual labels:  seo
Gatsby V2 Tutorial Starter
Gatsby V2 Starter - product of step by step tutorial
Stars: ✭ 139 (-17.26%)
Mutual labels:  seo
Knppaginatorbundle
SEO friendly Symfony paginator to sort and paginate
Stars: ✭ 1,534 (+813.1%)
Mutual labels:  seo
Accelerated Mobile Pages
Automatically add Accelerated Mobile Pages (AMP Project) functionality on your WordPress.
Stars: ✭ 167 (-0.6%)
Mutual labels:  seo
Search Engine Optimization
🔍 A helpful checklist/collection of Search Engine Optimization (SEO) tips and techniques.
Stars: ✭ 1,798 (+970.24%)
Mutual labels:  seo
Rendora
dynamic server-side rendering using headless Chrome to effortlessly solve the SEO problem for modern javascript websites
Stars: ✭ 1,853 (+1002.98%)
Mutual labels:  seo
React Structured Data
React Structured Data provides an easy way to add structured data to your React apps
Stars: ✭ 120 (-28.57%)
Mutual labels:  seo
React Next Boilerplate
🚀 A basis for reducing the configuration of your projects with nextJS, best development practices and popular libraries in the developer community.
Stars: ✭ 129 (-23.21%)
Mutual labels:  seo
Vue Seo Prerender
Vue.js Tutorial: A Prerendered, SEO-Friendly Example
Stars: ✭ 139 (-17.26%)
Mutual labels:  seo
Nextjs Headless Wordpress
🔥 Nextjs Headless WordPress
Stars: ✭ 110 (-34.52%)
Mutual labels:  seo
Serpscrap
SEO python scraper to extract data from major searchengine result pages. Extract data like url, title, snippet, richsnippet and the type from searchresults for given keywords. Detect Ads or make automated screenshots. You can also fetch text content of urls provided in searchresults or by your own. It's usefull for SEO and business related research tasks.
Stars: ✭ 153 (-8.93%)
Mutual labels:  seo
Ajax Seo
Ajax SEO crawlable webapp framework with boosted UX
Stars: ✭ 110 (-34.52%)
Mutual labels:  seo
Craft Seomatic
SEOmatic facilitates modern SEO best practices & implementation for Craft CMS 3. It is a turnkey SEO system that is comprehensive, powerful, and flexible.
Stars: ✭ 135 (-19.64%)
Mutual labels:  seo
Lantern
Mac app for website auditing and crawling
Stars: ✭ 167 (-0.6%)
Mutual labels:  seo
Structured Data Json Ld
Collection of structured data snippets in Google preferred JSON-LD format.
Stars: ✭ 157 (-6.55%)
Mutual labels:  seo
Optimize Images
A command-line interface (CLI) utility written in pure Python to help you reduce the file size of images.
Stars: ✭ 141 (-16.07%)
Mutual labels:  seo

Seotopper

Generator of SEO more TOP of the moment, with meta tags of facebook, twitter, google + among others. [Check out] (https://gustavoquinalha.github.io/seotopper)

News

JSON-LD - structured data markup Google Search

Meta-tags

  • title
  • description
  • author
  • base
  • canonical
  • sitemap
  • robots
  • googlebot
  • theme-color
  • msapplication-navbutton-color
  • apple-mobile-web-app-status-bar-style
  • name
  • description
  • image
  • og:type
  • og:title
  • og:url
  • og:site_name
  • og:image
  • og:description
  • og:locale
  • fb:app_id
  • fb:admins
  • twitter:card
  • twitter:title
  • twitter:description
  • twitter:creator
  • twitter:image
  • application/ld+json

v0.5

<title>Título da minha página</title>
<meta name="description" content="Descrição da minha página"/>
<meta name="author" content="Autor da minha página"/>
<link rel="base" href="http://meusite.com.br"/>
<link rel="canonical" href="http://meusite.com.br"/>
<meta rel="sitemap" type="application/xml" content="http://meusite.com.br/sitemap.xml"/>
<meta name="robots" content="index/follow"/>
<meta name="googlebot" content="index/follow"/>
<meta name="theme-color" content="#FF4455"/>
<meta name="msapplication-navbutton-color" content="#FF4455"/>
<meta name="apple-mobile-web-app-status-bar-style" content="#FF4455"/>
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="Título da minha página"/>
<meta itemprop="description" content="Descrição da minha página"/>
<meta itemprop="image" content="http://meusite.com.br/image.png"/>
<!-- markup for facebook -->
<meta property="og:type" content="website"/>
<meta property="og:title" content="Título da minha página"/>
<meta property="og:url" content="http://meusite.com.br"/>
<meta property="og:site_name" content="Exemplo"/>
<meta property="og:image" content="http://meusite.com.br/image.png"/>
<meta property="og:description" content="Descrição da minha página"/>
<meta property="og:locale" content="pt_BR"/>
<meta property="fb:app_id" content="5349"/>
<meta property="fb:admins" content="123456789"/>
<!-- markup for twitter -->
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Título da minha página"/>
<meta name="twitter:description" content="Descrição da minha página"/>
<meta name="twitter:creator" content="Autor da minha página"/>
<meta name="twitter:image" content="http://meusite.com.br/image.png"/>
<!-- JSON-LD - structured data markup Google Search -->
<script type="application/ld+json"/>
{
  "@context": "http://schema.org",
  "@type": "WebSite",
  "name": "Exemplo",
  "alternateName": "Descrição da minha página",
  "url": "http://meusite.com.br"
}
</script/>

v0.1

<title>Título da minha página</title>
<meta name="description" content="Descrição da minha página"/>
<meta name="author" content="Autor da minha página"/>
<link rel="base" href="http://meusite.com.br"/>
<link rel="canonical" href="http://meusite.com.br"/>
<meta rel="sitemap" type="application/xml" content="http://meusite.com.br/sitemap.xml"/>
<meta name="robots" content="index/follow"/>
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="Título da minha página"/>
<meta itemprop="description" content="Descrição da minha página"/>
<meta itemprop="image" content="http://meusite.com.br/image.png"/>
<!-- markup for facebook -->
<meta property="og:type" content="website"/>
<meta property="og:title" content="Título da minha página"/>
<meta property="og:url" content="http://meusite.com.br"/>
<meta property="og:site_name" content="Exemplo"/>
<meta property="og:image" content="http://meusite.com.br/image.png"/>
<meta property="og:description" content="Descrição da minha página"/>
<meta property="og:locale" content="pt_BR"/>
<meta property="fb:app_id" content="5349"/>
<meta property="fb:admins" content="123456789"/>
<!-- markup for twitter -->
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Título da minha página"/>
<meta name="twitter:description" content="Descrição da minha página"/>
<meta name="twitter:creator" content="Autor da minha página"/>
<meta name="twitter:image" content="http://meusite.com.br/image.png"/>

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

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].