i am regularly monitoring my site and i can see there is no changes in Discovered - currently not indexed-274 pages, i am providing you few information about the site https://lifedb.in/
1.We changed url pattern -most of the urls indexed in old pattern but that route dont work now- what can i do in this case?
2.Lots of url indexed from dev site beta.lifedb.in - is this the reason behind this 274 pages not indexing if yes- what can i do now ? i tried removal for this url with prefix but not helping.
3.i have implemented google index apis but those api not indexing my content and status fetching api always show url is not present even its present on google using below api for indexing- $client = new Google_Client();
$client->setAuthConfig($serviceAccountKeyFile);
$client->addScope('https://www.googleapis.com/auth/indexing');
$httpClient = $client->authorize();
$endpoint = 'https://indexing.googleapis.com/v3/urlNotifications:publish';
$payload = json_encode(['url' => $url, 'type' => 'URL_UPDATED']);
---
url using for checking index-
$client->addScope('https://www.googleapis.com/auth/indexing');
$httpClient = $client->authorize();
// Make a GET request to the metadata endpoint
$endpoint = 'https://indexing.googleapis.com/v3/urlNotifications/metadata?url=' . urlencode($url);
i am assuming this apis are free to use?
4.If there any issue with crawl budget where i can check it.
5.Please also share if lifedb.in is as a platform is a good idea or not for article on multi-domain publishing in context of seo and ranking , i mean if i am going to face similar kind of challenges for each and every post done by users or it will be sorted out in some days
https://support.google.com/webmasters/thread/337246991?hl=en&sjid=11086366502229837655-NC
Leave a Reply