You are here

Files in Real-time SEO for Drupal 8

Primary tabs

File namesort descending Location Namespace Description
content_score.html.twig templates/content_score.html.twig <div>SEO :<span>{{ score }}</span></div>
INSTALLATION.txt INSTALLATION.txt HOW TO INSTALL Real-time SEO ------------------------ To install Real-time SEO for Drupal 8, proceed same as for any other module. As an admin, you can go to the Extend section and upload the module, or install it from the url. You can find Real-time…
overall_score.html.twig templates/overall_score.html.twig <div {% if overall_score_target_id %}id="{{ overall_score_target_id }}"{% endif %} class="overallScore {{ overall_score }}"> <span class="score_circle"></span> <span…
README.txt README.txt Real-time SEO for Drupal 8 ---------------------- Improve your Drupal SEO: write better content using Real-time SEO for Drupal module togheter with the Yoast SEO library. https://www.drupal.org/project/yoast_seo HOW DOES IT…
view_overall_score.html.twig templates/view_overall_score.html.twig <div id="yoast-seo-preview-widget" class="yoast-seo-score-widget overallScore {{ overall_score }}"> <span class="score_circle"></span> <span class="score_value">{{ overall_score…
yoast-snippet.html.twig templates/yoast-snippet.html.twig <div id="{{ wrapper_target_id }}"> <div id="wpseo_meta"></div> <div class="label">{% trans %}Snippet editor{% endtrans %}</div> <div id="{{ snippet_target_id…
YoastSeoConfigForm.php src/Form/YoastSeoConfigForm.php Drupal\yoast_seo\Form
YoastSeoController.php src/Controller/YoastSeoController.php Drupal\yoast_seo\Controller
YoastSeoFieldManager.php src/YoastSeoFieldManager.php Drupal\yoast_seo
YoastSeoFormatter.php src/Plugin/Field/FieldFormatter/YoastSeoFormatter.php Drupal\yoast_seo\Plugin\Field\FieldFormatter
YoastSeoItem.php src/Plugin/Field/FieldType/YoastSeoItem.php Drupal\yoast_seo\Plugin\Field\FieldType
YoastSeoManager.php src/YoastSeoManager.php Drupal\yoast_seo
YoastSeoTest.php src/Tests/YoastSeoTest.php Drupal\yoast_seo\Tests
YoastSeoWidget.php src/Plugin/Field/FieldWidget/YoastSeoWidget.php Drupal\yoast_seo\Plugin\Field\FieldWidget
yoast_seo.css css/yoast_seo.css #snippet_preview { border: 1px solid #f7f7f7; border-radius: 20px; background-color: #fff; position: relative; width: 552px; } .snippet_container:after:before, .snippet_container:after:after { content: ' '; display:…
yoast_seo.drush.inc drush/yoast_seo.drush.inc Drush integration for the yoast_seo module.
yoast_seo.info.yml yoast_seo.info.yml yoast_seo.info.yml
yoast_seo.install yoast_seo.install Install, update, and uninstall functions for the Yoast SEO for Drupal module.
yoast_seo.libraries.yml yoast_seo.libraries.yml yoast_seo.libraries.yml
yoast_seo.links.menu.yml yoast_seo.links.menu.yml yoast_seo.links.menu.yml
yoast_seo.message.css css/yoast_seo.message.css .messages--info { background-color: #fdf8ed; background-image: url(../misc/icons/puzzlepiece.svg) !important; border-color: #0071b8 #0071b8 #0071b8 transparent; /* LTR */ color: #007bc6; box-shadow: -8px 0 0 #1e5c90; /* LTR…
yoast_seo.module yoast_seo.module Contains yoast_seo.module.
yoast_seo.permissions.yml yoast_seo.permissions.yml yoast_seo.permissions.yml
yoast_seo.routing.yml yoast_seo.routing.yml yoast_seo.routing.yml
yoast_seo.services.yml yoast_seo.services.yml yoast_seo.services.yml
yoast_seo.yml config/yoast_seo.yml config/yoast_seo.yml

Other projects