Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
What Schema would a Web design/development/seo ageny use and what is the schema.org link?
-
What Schema would a Web design/development/SEO Ageny use, and what is the schema.org link? I cannot for the life of me figure it out.
ProfessionalService has been deprecated.
-
A web design/development/SEO agency might use various schema types to enhance their online presence and provide structured data to search engines. Here are some schema types they could utilize:
Organization: This schema type provides basic information about the agency, such as its name, logo, contact details, and social media profiles. Schema.org link: Organization.
WebPage: To mark up individual web pages on their website, providing details such as the page's URL, title, and description. Schema.org link: WebPage.
Service: To specify the services offered by the agency, such as web design, web development, SEO optimization, digital marketing, etc. Schema.org link: Service.
ContactPoint: This schema type is used to provide contact information, including phone numbers, email addresses, and physical addresses. Schema.org link: ContactPoint.
BreadcrumbList: To indicate the hierarchical structure of the website's pages, helping search engines understand the site's navigation. Schema.org link: BreadcrumbList.
By implementing these schema types, the agency can improve their website's visibility in search results and provide users with more informative and engaging snippets.
-
If you have a WordPress website, you can use SEO Yoast, to add schema, i think that is what we used on our Bristol summerhouse website.
-
A web design/development/SEO agency could use several types of Schema markup to enhance the visibility and understanding of their services on search engines. Schema.org provides structured data markup that helps search engines better understand the content and context of a webpage. Here are a few Schema types that such an agency might consider using:
Organization: This Schema type provides general information about the agency, including its name, logo, contact information, and social media profiles. It helps search engines accurately represent the agency in search results and knowledge panels.WebSite: This Schema type is used to mark up information about the agency's website itself. It can include the site's URL, potential breadcrumb navigation, and site search functionality.
Service: The "Service" Schema type can be used to describe the various services the agency offers, such as web design, web development, SEO, digital marketing, etc. Each service can have its own set of details, including a description and pricing information.
LocalBusiness: If the agency has a physical location, the "LocalBusiness" Schema type can be used to provide details about the agency's address, opening hours, and geographic coordinates. This is particularly useful for local SEO.
Review: If the agency has received reviews from clients, using the "Review" Schema type can help highlight these reviews in search results. Positive reviews can enhance the agency's credibility.
FAQPage: If the agency has an FAQ section on their website, using the "FAQPage" Schema type can help structure the questions and answers in a way that search engines understand.
BreadcrumbList: If the agency's website has a clear breadcrumb navigation structure, the "BreadcrumbList" Schema type can help search engines understand the hierarchy of pages on the site.
-
A web design/development/SEO agency might use the "Organization" schema from schema.org. This schema helps define the agency's details, such as name, logo, contact information, and services offered. The schema.org link for the "Organization" schema is: https://schema.org/Organization
-
the same answers as @Parker_Adam_916
-
Depending on the content and structure of your website, a web design/development/SEO agency may use various types of Schema markup. You can use schema markups such as Organization, WebSite, WebPage, BreadcrumbList, ContactPoint, and Review.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Unsolved Duplicate LocalBusiness Schema Markup
Hello! I've been having a hard time finding an answer to this specific question so I figured I'd drop it here. I always add custom LocalBusiness markup to clients' homepages, but sometimes the client's website provider will include their own automated LocalBusiness markup. The codes I create often include more information. Assuming the website provider is unwilling to remove their markup, is it a bad idea to include my code as well? It seems like it could potentially be read as spammy by Google. Do the pros of having more detailed markup outweigh that potential negative impact?
Local Website Optimization | | GoogleAlgoServant0 -
Moz bar not working on https://www.fitness-china.com/gym-equipment-names-pictures-prices
Moz bar not working on our website about gym equipment names https://www.fitness-china.com/gym-equipment-names-pictures-prices How long fix it?
On-Page Optimization | | ahislop5740 -
SEO Implications of using Images for Article Titles
Hi guys! New to Moz Pro. I just recently completed an online course with Moz... I have a client who is writing some new content for their site, and we are approaching it with SEO in mind. I was wondering about using an image with text on it as the article title, instead of an actual "text on the page" title. Wondering if that's going to "cost" us anything, SEO wise. I guess we could use alt-text/title/description fields to make sure the keywords are crawlable for our article title but do they have less "weight" than a standard title? How does that work? Hope my question makes sense. Article header attached mB0PXsA.jpg
On-Page Optimization | | JakeWarren1 -
Too much internal linking?
Hi everyone, Too much of anything is not good. In terms of internal linking, how many are too many? I read that the recommended internal links are about 100 links per page otherwise it dilutes the page's link equity. I have a concern about one of our websites - according to search console, the homepage has 923 internal links. All the pages have a corresponding /feed page added to the page URL, which is really weird (is this caused by a plugin?). The site also has an e-com feature, but it is not used as the site is essentially a brochure and customers are encouraged to visit the shop. I assume the e-com feature also increases this number. On the other hand, one of the competitors we are tracking has 1 internal link site-wide. Ours is at 45,000 site-wide. How is it possible to only have 1 internal link? Is this a Moz bug? I know we also need to reduce our internal links badly, however, I'm not sure where to start. I don't know how these internal links are linked together - some aren't in the copy or navigation menu. When I scan the homepage links using 'check my links', the total links identified for the homepage is only 170. kAeYlTM
On-Page Optimization | | nhhernandez0 -
ECommerce Filtering Affect on SEO
I'm building an eCommerce website which has an advanced filter on the left hand side of the category pages. It allows users to tick boxes for colours, sizes, materials, and so on. When they've made their choices they submit (this will likely be an AJAX thing in a future release, but isn't at time of writing). The new filtered page has a new URL, which is made up of the IDs of the filter's they've ticked - it's a bit like /department/2/17-7-4/10/ My concern is that the filtered pages are, on the most part, going to be the same as the parent. Which may lead to duplicate content. My other concern is that these two URLs would lead to the exact same page (although the system would never generate the 'wrong' URL) /department/2/17-7-4/10/ /department/2/**10/**17-7-4/ But I can't think of a way of canonicalising that automatically. Tricky. So the meat of the question is this: should I worry about this causing issues with the SEO - or can I have trust in Google to work it out?
On-Page Optimization | | AndieF0 -
Best SEO Extension/Plugin for NOPCommerce Site?
Hi I am working for a client who is using NOPCommerce. It doesn't look like they have a SEO Plugin in - although you can add meta descriptions to Products - which works fine, the Product categories have SEO components too but do not seem to work and all 'other' content /CMS pages have no SEO components whatsoever. Does anyone know of a plugin which would resolve this? (PS never used NOPCommerce before!)
On-Page Optimization | | AllieMc0 -
Is there a SEO penalty for multi links on same page going to same destination page?
Hi, Just a quick note. I hope you are able to assist. To cut a long story short, on the page below http://www.bookbluemountains.com.au/ -> Features Specials & Packages (middle column) we have 3 links per special going to the same page.
On-Page Optimization | | daveupton
1. Header is linked
2. Click on image link - currently with a no follow
3. 'More info' under the description paragraph is linked too - currently with a no follow Two arguments are as follows:
1. The reason we do not follow all 3 links is to reduce too many links which may appear spammy to Google. 2. Counter argument:
The point above has some validity, However, using no follow is basically telling the search engines that the webmaster “does not trust or doesn’t take responsibility” for what is behind the link, something you don’t want to do within your own website. There is no penalty as such for having too many links, the search engines will generally not worry after a certain number.. nothing that would concern this business though. I would suggest changing the no follow links a.s.a.p. Could you please advise thoughts. Many thanks Dave Upton [long signature removed by staff]0 -
German SEO
Just a quickie, Does anybody know of any strong German SEO agencies? Many Thanks Sean
On-Page Optimization | | Yozzer0