wiktor.ovh - meta









Search Preview

meta – Wiktor Tech Notes

wiktor.ovh
Skip to content Wiktor Tech Notes Software Development Notes, Articles, Blog posts, Links And Comments
.ovh > wiktor.ovh

SEO audit: Content analysis

Language Error! No language localisation is found.
Title meta – Wiktor Tech Notes
Text / HTML ratio 1 %
Frame Excellent! The website does not use iFrame solutions.
Flash Excellent! The website does not have any flash contents.
Keywords cloud Search = meta def page import tags html REST tagContent spring metaTags tagProperty tagName website crawlling Groovy found tutorial services
Keywords consistency
Keyword Content Title Description Headings
Search 6
= 6
meta 6
def 6
page 5
import 4
Headings
H1 H2 H3 H4 H5 H6
2 9 0 0 0 0
Images We found 2 images on this web page.

SEO Keywords (Single)

Keyword Occurrence Density
Search 6 0.30 %
= 6 0.30 %
meta 6 0.30 %
def 6 0.30 %
page 5 0.25 %
import 4 0.20 %
tags 4 0.20 %
html 3 0.15 %
REST 3 0.15 %
tagContent 2 0.10 %
spring 2 0.10 %
metaTags 2 0.10 %
tagProperty 2 0.10 %
tagName 2 0.10 %
website 2 0.10 %
crawlling 2 0.10 %
Groovy 2 0.10 %
found 2 0.10 %
tutorial 2 0.10 %
services 2 0.10 %

SEO Keywords (Two Word)

Keyword Occurrence Density
meta tags 4 0.20 %
this page 3 0.15 %
REST services 2 0.10 %
Search for 2 0.10 %
of a 2 0.10 %
a page 2 0.10 %
website meta 2 0.10 %
crawlling website 2 0.10 %
for crawlling 2 0.10 %
Groovy for 2 0.10 %
html meta 2 0.10 %
page Search 2 0.10 %
tags of 2 0.10 %
for Search 2 0.10 %
groovy html 1 0.05 %
Cucumber Immutables 1 0.05 %
Composer Cucumber 1 0.05 %
practices gradle 1 0.05 %
Tags Composer 1 0.05 %
wiremock Tags 1 0.05 %

SEO Keywords (Three Word)

Keyword Occurrence Density Possible Spam
meta tags of 2 0.10 % No
Search for Search 2 0.10 % No
tags of a 2 0.10 % No
of a page 2 0.10 % No
html meta tags 2 0.10 % No
website meta tags 2 0.10 % No
crawlling website meta 2 0.10 % No
for crawlling website 2 0.10 % No
Groovy for crawlling 2 0.10 % No
this page Search 2 0.10 % No
page Search for 2 0.10 % No
integration java meta 1 0.05 % No
gradle groovy html 1 0.05 % No
immutables integration java 1 0.05 % No
html immutables integration 1 0.05 % No
groovy html immutables 1 0.05 % No
meta microservices mock 1 0.05 % No
practices gradle groovy 1 0.05 % No
java meta microservices 1 0.05 % No
Skip to content 1 0.05 % No

SEO Keywords (Four Word)

Keyword Occurrence Density Possible Spam
html meta tags of 2 0.10 % No
meta tags of a 2 0.10 % No
tags of a page 2 0.10 % No
crawlling website meta tags 2 0.10 % No
for crawlling website meta 2 0.10 % No
Groovy for crawlling website 2 0.10 % No
this page Search for 2 0.10 % No
page Search for Search 2 0.10 % No
Skip to content Wiktor 1 0.05 % No
immutables integration java meta 1 0.05 % No
integration java meta microservices 1 0.05 % No
practices gradle groovy html 1 0.05 % No
html immutables integration java 1 0.05 % No
groovy html immutables integration 1 0.05 % No
gradle groovy html immutables 1 0.05 % No
meta microservices mock packagist 1 0.05 % No
java meta microservices mock 1 0.05 % No
mock packagist php rest 1 0.05 % No
microservices mock packagist php 1 0.05 % No
example good practices gradle 1 0.05 % No

Internal links in - wiktor.ovh

About Author
About Author – Wiktor Tech Notes
Blog
Blog – Wiktor Tech Notes
Contact
Contact – Wiktor Tech Notes
Groovy for crawlling website meta tags
Groovy for crawlling website meta tags – Wiktor Tech Notes
REST services stubbing example using springboot and wiremock
REST services stubbing example using springboot and wiremock – Wiktor Tech Notes
Mock REST services using Restito Examples
Mock REST services using Restito Examples – Wiktor Tech Notes
example
example – Wiktor Tech Notes
good practices
good practices – Wiktor Tech Notes
gradle
gradle – Wiktor Tech Notes
groovy
groovy – Wiktor Tech Notes
html
html – Wiktor Tech Notes
immutables
immutables – Wiktor Tech Notes
integration
integration – Wiktor Tech Notes
java
java – Wiktor Tech Notes
meta
meta – Wiktor Tech Notes
microservices
microservices – Wiktor Tech Notes
mock
mock – Wiktor Tech Notes
packagist
packagist – Wiktor Tech Notes
php
php – Wiktor Tech Notes
rest
rest – Wiktor Tech Notes
snippet
snippet – Wiktor Tech Notes
soa
soa – Wiktor Tech Notes
spring
spring – Wiktor Tech Notes
test
test – Wiktor Tech Notes
tutorial
tutorial – Wiktor Tech Notes
wiremock
wiremock – Wiktor Tech Notes
Composer
Composer – Wiktor Tech Notes
Cucumber
Cucumber – Wiktor Tech Notes
Immutables
Immutables – Wiktor Tech Notes
Java
Java – Wiktor Tech Notes
Microsoft Visual Studio
Microsoft Visual Studio – Wiktor Tech Notes
PHP
PHP – Wiktor Tech Notes
REST
REST – Wiktor Tech Notes
Sample
Sample – Wiktor Tech Notes
Snippet
Snippet – Wiktor Tech Notes
spring
spring – Wiktor Tech Notes
Uncategorized
Uncategorized – Wiktor Tech Notes
Windows
Windows – Wiktor Tech Notes

Wiktor.ovh Spined HTML


meta – Wiktor Tech Notes Skip to content Wiktor Tech Notes Software Development Notes, Articles, Blog posts, Links And Comments Menu Front Page AboutTragedianBlog Contact Tag: meta Posted on 2017-07-05Groovy for crawlling website meta tags How to quickly get html meta tags of a page ? Here you can grab a short example of how to trickle html meta tags of a page. import org.jsoup.Jsoup; import org.jsoup.nodes.Document; import org.jsoup.nodes.Element; import org.jsoup.select.Elements; def url = "http://wordpress.com"; def document = Jsoup.connect(url).get(); def metaTags = document.getElementsByTag("meta"); for (Element metaTag: metaTags) { def tagName = metaTag.attr("name") def tagProperty = metaTag.attr("property") def tagContent = metaTag.attr("content") println String.format("Name: %s, property : %s, content : %s", tagName, tagProperty, tagContent); } Social & Sharing Share List Search this page Search for: Search Recent posts Groovy for crawlling website meta tags 2017-07-05 REST services stubbing example using springboot and wiremock 2017-03-22 Mock REST services using Restito Examples 2017-03-21 Separating unit and integration tests using Gradle 2017-03-21 Running Spring marching using as a service (linux) 2017-03-02 Tagscomposer example good practices gradle groovy html immutables integration java meta microservices mock packagist php rest snippet soa spring test tutorial wiremock TagsComposer Cucumber Immutables Java Microsoft Visual Studio PHP REST Sample Snippet spring Uncategorized Windows Sources and ownership Contents of this page are mostly found over the web, but I unchangingly put original author. If you are tragedian and you've found your post, tutorial, or whatever that belongs to you and I did not mention it, please write me! Search on this page Search for: Search Facebook Tumblr E-mail Proudly powered by WordPress