Seo Meta Tag Search (site meta)
Seo Meta Tag Search
Rapid API Hub: https://rapidapi.com/vanderzone/api/seo-meta-tag-search
Short Description
Enter a site URL and extract its meta tags, social media tags, h content, and body content as text. Also provides a SEO Score based on meta tags included or missing. If a tag is missing it will return the result none for that tag.
Long Description
Seo Meta Tag Search will extract the meta tags from the import url provided, and give you the following items in return.
keywords
keywords from the meta tag keywords, or None if none are found.
author
The content from author meta tag
charset
The charset of the site.
description
The content from description of the site.
page_title
The content from the <title> tag
page_url
The url that was already provided in import_url
og_title
the title from og:title meta tag
og_description
the description from og:description meta tag
og_image
the image from og:image meta tag
og_url
the url from og:url meta tag
og_type
the type from og:type meta tag
fb_app_id
the app id from fb_app_id meta tag
twitter_title
the title from twitter:title meta tag
twitter_description
the description from twitter:description
twitter_image
the image source from twitter:image meta tag
twitter_card
the twitter card type from twitter:card
twitter_site
the twitter:site content usually in the format of @title
twitter_creator
the twitter:creator content usually a twitter handle like @user
robots
if there is a robots meta tag the content will be here
viewport
the viewport meta tag content
header_tag_h1
The content from the 1st header H1 tag found on the page
header_tag_h2
The content from the 1st header H2 tag found on the page
header_tag_h3
The content from the 1st header H3 tag found on the page
body_content_text
The full <body> content from the page, in text only format.
overall_meta_seo_score_total
This provides the number of items checked total: 23
overall_meta_seo_score_raw
This shows the amount of items found on the import_url.
overall_meta_seo_score
Gives a text output of overall_meta_seo_score_raw
and overall_meta_seo_score_total
.
e.g: This site scored 7 out of a possible 23 for Meta Tags
social_meta_seo_score_raw
Counts the social tags found the tags with og: and twitter: on them and gives a total.
social_meta_seo_score
Gives a text meta seo score for the social tags found.
e.g: This site scored 0 out of a possible 12 for Social Meta Tags.
social_meta_seo_total
The total social meta seo tags counted number.
Icon
Endpoint
method: GET
paramater name: import_url
Description: Pass in the url to be imported and meta tags extracted, e.g: https://bing.com/ Must contain the http or https and be a valid url or will return null. This data will be cached unless force is passed in.
Plans
Usage
Normal Import Meta: https://api.kruxor.com/imports/bz7ZX/?import_url=https://kruxor.com/
Force Reimport Meta: https://api.kruxor.com/imports/bz7ZX/?import_url=https://kruxor.com/&force=true
JSON Result: https://api.kruxor.com/json/site_meta/?import_url=https://kruxor.com/
JSON Result Forced: https://api.kruxor.com/json/site_meta/?import_url=https://kruxor.com/&force=true
What if the url has an & in it? should it be encoded?
Raw Import
Import JSON Return
https://api.kruxor.com/json/site_meta/