Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update single.php #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update single.php #4

wants to merge 1 commit into from

Conversation

slaweallx
Copy link

Key Schema.org Tags Added:

Article Type (itemscope itemtype="http://schema.org/Article")
    Wraps the main content block, indicating that the content is an article.

Blog Post Structure (itemscope itemtype="http://schema.org/BlogPosting")
    Applied to the <article> element to specify it as a blog post.

Headline (itemprop="headline")
    Marks the main title of the article.

Article Section (itemprop="articleSection")
    Specifies the category/section of the article.

Author Details (itemscope itemtype="http://schema.org/Person", itemprop="author")
    Used for author metadata, ensuring the author’s name and profile link are structured.

Publication and Modification Dates (itemprop="datePublished" and itemprop="dateModified")
    Specifies the published and modified dates of the article.

Featured Image (itemprop="image")
    Enhances the featured image with structured data, including URL, width, and height.

Article Content (itemprop="articleBody")
    Indicates the main content body of the article.

Author Bio (itemscope itemtype="http://schema.org/Person", itemprop="author")
    Includes a structured section for the author’s bio if available.

Comments Section (itemscope itemtype="http://schema.org/Comment", itemprop="comment")
    Wraps the comments area with structured data tags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant