1,298 questions
-3
votes
0
answers
41
views
Why is my LocalBusiness schema markup not showing rich results in Google? [closed]
I’m working on a local service website for a lawn care business.
I added JSON-LD schema for Local Business and Service types to help Google understand my business details.
Here’s a simplified version ...
0
votes
1
answer
24
views
Using Google Search Console, on the "URL Inspection" tab I get "Unnamed Item" for my "application/ld+json" script
I have a dotNet Core application with this script in a .cshtml page (within );
@Html.Raw(@"<script type=""application/ld+json"">
{
""@context"": &...
2
votes
1
answer
70
views
Blogger homepage sections are empty after adding VideoObject JSON-LD schema to some posts
I'm facing an issue with my Blogger website where the sections on the homepage are not displaying any posts. I suspect this started happening after I edited some of my posts to add a VideoObject JSON-...
0
votes
0
answers
62
views
Why does Search Console say "Sitemap could not be read" when hosted on S3 bucket?
I created an S3 bucket (mybucketname), uploaded HTML files and a stand-alone XML sitemap file (sitemap-video.xml).
I already successfully completed site verification on Google Search Console with ...
0
votes
1
answer
73
views
Google Sitemap namespace declaration issue
I have a sitemap index that looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<...
0
votes
1
answer
22
views
Google Search Console export not giving the same URL
I'm going through a list of URLs that google have tried to index that gives 503. We have fixed a number of these, and I wanted to go through the list to test which are still left.
However, I ...
3
votes
1
answer
728
views
Why is my Google Search Console saying "Couldn't Fetch" a sitemap?
I have my sitemap.xml file hosted on Github Pages, along with my index.html file and my other folders necessary for my project. When I try to add the sitemap.xml file into the sitemap section on ...
0
votes
0
answers
100
views
Thousands of Automatically Generated URLs on My Website – How to Remove and Prevent Indexing in GSC?
I recently discovered that thousands of unwanted URLs have been automatically generated on my website - [https://cloudcogroup.com/]. These URLs are not part of my original site structure or content, ...
0
votes
0
answers
28
views
Google search results showing Out of Stock label
My page displays information for a product: product title, product price, product description etc. However, I am not an e-commerce store and you cannot buy the product from my page. I am purely ...
1
vote
0
answers
74
views
How to test submitting a sitemap to Google in a sandbox environment?
I have a Java project that uses Vaadin, and I need to submit my sitemap to Google. However, before submitting it for real, I want to test the process in a testing environment or sandbox.
I've searched ...
0
votes
0
answers
32
views
Google indexation errors
I have a website built by an ERP (Mercator). All is working fine except that most of my pages are not being referenced by google. Google Search Console tells me that they aren't for 3 main reasons: ...
0
votes
0
answers
45
views
Can a sitemap index use urls with query parameters?
I'm using an xml file as a sitemap index, the items in this index are linking to some other sitemap indexes.
I'm wondering if those linked routes can take query parameters like https://host.com/...
1
vote
1
answer
179
views
Cannot find DNS Record of Vercel-provided domain (<project-name>.vercel.app) when Setting Up Google Search Console
Google Search Console requires the DNS record of the domain but I couldn't find it in Vercel Dashboard. It isn't in the Domains tab of dashboard or domains section of my project settings. I used ...
0
votes
0
answers
81
views
Retool OAuth2.0 authorization failure
I am trying to integrate the Google search engine resource into Retool to look at SEO statistics. I am new to the google cloud API and have followed the following resources to each word:
https://docs....
0
votes
1
answer
405
views
My Nuxt webapp pages are flagged as Soft 404 on google search console despite pages exist
Versions
Nuxt: v3.14.1592
Node: v20.10.0
Reproduction
https://iptvlandbox.com/
nuxt.config.js:
import { resolve } from "path";
export default defineNuxtConfig({
compatibilityDate: &...