The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How my site looking like this in google
I want to know when i type Vbulletin in google i see Search is coming i mean Search showing how the search showing see this
|
#2
|
||||
|
||||
You want the search field to show below your site listing? This is the wrong place to ask, that would be better asked over at Google somewhere. That has nothing to do with how your web site is set up its all Google only.
|
#3
|
|||
|
|||
i found the article
https://developers.google.com/webmas...itelinkssearch but i dont know how and where install the code anyone help please |
#4
|
||||
|
||||
Quote:
|
Благодарность от: | ||
tanzeelniazi |
#5
|
|||
|
|||
how to do with custom php anyone know how please explain me i really need this
i know its little difficult but all big and with ranking sites have a search box please anyone know how to make this help me please |
#6
|
||||
|
||||
Well it would be like this.
Code:
<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "WebSite", "url": "http://YOURSITE.com", "potentialAction": { "@type": "SearchAction", "target": "http://YOURSITE.com/search.php?do=process&q={search_term_string}", "query-input": "required name=search_term_string" } } </script> Will this work? I dunno, only time will tell. How long will it take? I do not know that either. But you can see it is working by going to http://YOURSITE.com/search.php?do=process&q=searchword Replacing YOURSITE.com with your actual site and searchword with a actual search keyword. |
Благодарность от: | ||
tanzeelniazi |
#7
|
|||
|
|||
Thanks Ozzy
1 more question I have https can i replace http to https ? But script is showing only http also about searchkeyword. I mean my site name is pandazoo.com its mean i enter the searchkeyword is pandazoo ? m right |
#8
|
||||
|
||||
Sure, replace both instances of http with https.
No, you don't search for your site in the box, you do a search for words, like you would if you were on your site and doing a regular search. |
#9
|
|||
|
|||
no need to insert keyword in this line ?
PHP Code:
PHP Code:
|
#10
|
||||
|
||||
No, leave "query-input": "required name=search_term_string" alone, I said nothing about changing that. That is the placeholder for whatever someone types in the box in the google search page.
No, leave "target": "http://YOURSITE.com/search.php?do=process&q={search_term_string}", alone, I said nothing about changing that either, besides the site name. Only thing you need to change in the code is the YOURSITE.com address to your actual site. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|